Ajax cart quantity issue on reload on mozilla firefox
-
Hi there,
I found an issue when refreshing the page of the cart from the browser ( Mozilla firefox )
Scenario:
Step 1. Add a product which its price is 10$ to cart with quantity 3
Cart Result
Quantity: 3 – Price: 30Step 2. Change quantity from 3 to 5
Cart Result
Quantity: 5 – Price: 50Step 3. Change quantity from 5 to 7
Cart Result
Quantity: 7 – Price: 70Step 4. Refresh the page by pressing F5 or refresh button on Mozilla Firefox
Cart Result
Quantity: 5 – Price: 70The Quantity is reset to the first change we made on step 2, but the price is the same as before the refresh has its value right.
I tested this on chrome but doesn’t happen it only happens on firefox can you check on safari too ?
Best Regards
The page I need help with: [log in to see the link]
- The topic ‘Ajax cart quantity issue on reload on mozilla firefox’ is closed to new replies.