-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Description
Minicart refreshes itself when user browses to different pages.
Issue: When a user has added few products into the cart, the cart number keeps changing to 0 and then back to the number of products when user moved from one page to another. This is not a good exp for the user as the user would keep seeing 0 in the cart even though there are products. This issue is amplified on a slow network.
Environment:
- Magento 2.1.1
- Ubuntu 14
- Varnish / FPC enabled.
- Apache.
Steps:
- Login to the store.
- Add products to the cart.
- Check that minicart shows the number of products added (Example: 4)
- Now move to other pages, categories or product details of various product.
- Each time the page is changed, the cart will become 0 and then change back to 4
Expected: The cart should not change to 0 even for a small time. This on a slower network would make the 0 stay for longer.