Needs work
Project:
Commerce Shipping
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Sep 2020 at 08:43 UTC
Updated:
28 Sep 2020 at 12:28 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
dwkitchen commentedComment #3
dwkitchen commentedComment #4
dwkitchen commentedComment #5
rszrama commented@dwkitchen The patch applies cleanly, but I'm wondering if we aren't creating a new inconsistency by putting "Shipping address" in a "Shipping" tab while "Billing address" remains on the "Order" tab. I suppose the challenge is that any given order will only have one billing address but may have more than one shipment, meaning it could have multiple shipping addresses.
I also wonder if we shouldn't keep the "Shipment" name for the tab and actually change it to "Shipment address". For reference, this tab will not appear in the Promotions or Payment gateways UIs for lack of the proper context. As such, it does make sense for the tab to be about an individual "Shipment" since that's what shipping will be quoted for.
Comment #6
dwkitchen commentedThese two conditions are both trying to provide the conditions you mention:
The first was putting the shipping method condition in the "order" which is probably not right. Both are limited by only considering the first shipment and may need multiple conditions;