Hi Dmitry,
Here is the use case for shopping cart which I am getting issue.
Suppose user come to website and user logged in and added 2 items in the cart and user logged out and closed the browser.
Again user visited the site and added 2 items in the shopping cart as anonymous user then he logged in so as per my understanding shopping cart must contained 4 items(previous 2 with login and 2 as anonymous).
But shopping cart showing only 2 items added as anonymous user.
Can you please help me out on below:
- Which shopping cart service can have above scenario.
2.How can I check where the shopping cart is override for the user.