Multiple Orders in one Cart
Can you have multiple orders in one Cart? As an anonymous user, you can add to a cart. At checkout, you log in. If the checkout process is not completed, you end up with an order(order #1) that has not completed the checkout process. You log out, add another item to the cart as an anonymous user. At checkout, you log in. The current item in your cart is the current order(order #2) showing for checkout. Now you have two orders (order #1 and order #2). I would like to have the items in order #1 automatically show in order #2. Essentially, there would only be one active order per user. Items are all rolled up into one order all the way to checkout completion. If there is a better way to avoid multiple active orders per user, please provide a suggestion.