Multiple Shopping Carts

Is there an addon that allows a customer to have several shopping carts. I have customers who will fill their cart up with their items but then decide to order a sample. They would have to empty their cart to order the sample than go back and add all their items back.

Seems like you should be able to have at least two carts.

If you'd like the customers to choose which cart products that they'd like to checkout with, please feel free to contact us here.

Save as wishlist

May be our Advanced Cart Page module will help you. It allows to move all products to wish list and vise versa in one click

Is there anyway to combine the shopping carts from 2 storefronts..? Our customers go back and forth between our 2 storefronts yet have to place 2 separate orders.. Would be nice to be able to combine the carts..

Not built in. Carts are stored by user_id and by company_id. You could put something together that would allow a customer to move a cart from one store to another, but you'd potentially have issues is the products are not shared across stores since the products can also be constrained by company_id.

Might be best to just have a viewer (where products that could be moved from a cart/wishlist) in a different company could be moved into a cart/wishlist of the current company as long as the user_id is the same. So it would work for registered users only.

Is there anyway to combine the shopping carts from 2 storefronts..? Our customers go back and forth between our 2 storefronts yet have to place 2 separate orders.. Would be nice to be able to combine the carts..

We made this modification several times. It is not easy to implement, but it is possible