lat9 / multiship

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

Need to manage shopping cart changes after multiship addresses selected #19

Closed lat9 closed 10 years ago

lat9 commented 10 years ago

There are a couple of cases where the customer, after choosing multiple ship-to addresses for the cart's current contents, can make modifications to the cart that get "multiship" out-of-sync:

lat9 commented 10 years ago

Totally removing an item is currently handled; a product that is removed is simply removed from the multiship handling array, too.

lat9 commented 10 years ago

The updates just committed cover adding a new product to the cart (all items ship to the customer's primary address) and updating a product in the cart (all additional items ship to the customer's primary address). There's still an issue when reducing the number of a product in the cart.

lat9 commented 10 years ago

Included in v1.1.1.