Hi there,
When you add products to the cart from a product list, the counter on the mini cart only shows the count of the most recently added item. Consider a product list with Add to cart below each product:
- When I click Add to cart for the first product, the counter changes to 1. (Correct)
- When I then click the second product, the counter changes to 1 again (not correct, should be 2)
- When I then click the third product, the counter changes to 12 (not correct, should be 14)
- When I then do a full page refresh, the counter displays 14 (correct)
It looks like it only takes the current added quantity into account, now what's already in the cart.
Imar