It's a cool feature having the cart automatically loaded with items from the last session when you login. You can clearly see it on the right panel.
But the ISSUE is that whenever they're on Mobile and customer follows these steps:
- Adds item to cart
- Goes to cart/order
- Goes to checkout page
- Logs in, gets redirected to checkout page
- Continues checkout and pays.
- Checkout success
When the customer logged in additional items were added to cart and the customer doesn't get to see them until the checkout success page (if he's paying attention). And there is no right panel on mobile.
If anyone has dealt with this or can think of a great solution to this, please post some pointers. If you know where the code is for when the user logs in and loads the cart, that'd be helpful.
For now, I am going to add a notice in the Login page that items get added to cart, and also redirect the user to the cart page instead of the checkout page.