lat9 / multiship

Zen Cart: Multiple Ship-To Addresses
GNU General Public License v2.0
1 stars 1 forks source link

Improper handling of "mixed" carts #1

Closed lat9 closed 10 years ago

lat9 commented 10 years ago

When a customer's current order contains both "physical" and "virtual" products, they are given the opportunity to change the shipping address for the "virtual" products, which is not correct. As with standard Zen Cart processing, when an order is mixed then the ship-to address for all products (including the virtual ones) defaults to the address chosen on the checkout_shipping page.

If the current order is 'mixed', offer multiple ship-to addresses only if there is more than 1 physical product in the customer's cart.

lat9 commented 10 years ago

Implemented in the BETA2 release.