Closed (fixed)
Project:
Commerce Core
Version:
3.x-dev
Component:
Order
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2025 at 11:10 UTC
Updated:
5 Jan 2026 at 10:29 UTC
Jump to comment: Most recent
It doesn’t show on the main order view page, only in the add items modal.

| Comment | File | Size | Author |
|---|---|---|---|
| image-20251204-150808.png | 224.23 KB | khiminrm |
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
khiminrm commentedComment #3
jsacksick commentedLet's introduce a new field formatter "QuantityFormatter" (ID: "commerce_quantity").
With a "strip_trailing_zeroes" setting (defaulting to TRUE).
And let's makesure our views use it.
Comment #5
khiminrm commentedComment #6
ivnishhook_update to existing sites missed?
Comment #7
jsacksick commented@ivnish: Not necessarily... We could, but at the same time, when not absolutely necessary, we aren't necessarily in favor of messing with existing config...
Also, the view could be replaced by another one, there could be multiple views with the "commerce_order_item_table" tag.
Comment #9
jsacksick commented