Problem/Motivation
Work is currently happening within Commerce Shipping to support editing/adding shipments in the context of the order view page (See #3550156: Implement shipping information edit modal).
The logic is implemented in a new formatter added to the shipments field.
Commerce core should only be responsible for outputting the shipments field if present.
Issue fork commerce-3545883
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 #6
jsacksick commented@tbkot: I think we should find a way for Commerce to support both.
If the order.shipments field is present, we use that, otherwise we check if order.shipping_information is present.
This way we shouldn't need to force a minimum requirement on Commerce shipping 3.0. Plus it is kind of annoying as we have a circular dependency. (We need the latest Commerce, and Commerce conflicts with prior versions of Shipping).
This isn't ideal.
Comment #7
jsacksick commentedRetitling, for clarity as this task isn't actually about implementing the modal itself since all the logic lives in Commerce Shipping.
Comment #9
jsacksick commented