I’m using WoodMart 8.2 and on my single product pages, when I click “Add to Cart” multiple times, the product is correctly added to the cart (and shown in the mini-cart), but the quantity field on the product page itself does not update — it always stays at 1.
I would like it to work like large grocery stores (for example Morrisons):
When a customer clicks Add to Cart again for the same product,
The quantity field on the product page should instantly update to show the current quantity already in the cart, without reloading the page.
Could you please tell me how to implement this behaviour using the built-in WoodMart AJAX cart system or provide a recommended code snippet?
Attachments:
You must be
logged in to view attached files.