Say the customer picks two products, one that only offers standard shipping and another that offers express and standard. Even if the customer selects standard for both products, they will see two shipments with separate shipping charges. But from their perspective, they're buying two items from the same company (our website) using a single shipping method.
Is there anyway to change this so the customer only sees a single shipping charge per shipping method? I've tried to think of several options:
- 1) Somehow calculate and only display a single shipping charge to the customer.
2) Build a custom page that lets the user select shipping methods by item and then build custom shipments based on those choices.
As a bonus, in the above example where the user selected one item from each warehouse but selected standard shipping for both, we'd actually prefer to create a single shipment for those two items. Is that possible?
Thank you in advance.