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 |
Issue fork commerce-3563176
Show commands
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