Cart header icon qty update
-
What triggers the cart icon in the header to update with the qty. I have created a service screen thats a popup modal that allows a user to select the service associated with a product, it adds the item to the cart but the cart icon qty at the top right in the header does not update the qty - only when I refresh the screen does it show updated?
-
Hello @Neilm
This is the file path which is responsible to show the number.
packages/Webkul/Shop/src/Resources/views/checkout/cart/mini-cart.blade.php
Thanks & Regards