When i add some quntity to cart and click on cart button it opens popup but there it shows wrong qty. how can i update it?
i.e. if i add 5 qty to cart and check it shows only one. (How ever total is correct for cart and it shows according to 5 qty)
Hello @joy1212
may be your theme issue, so try with default luma theme and check it
Hi @joy1212
Please compare your theme "minicart.js" with default "minicart.js" if there are any changes with this.
Default minicart.js path as below:
vendor/magento/module-checkout/view/frontend/web/js/view/minicart.js
Also check with luma theme if minicart.js is working fine then use the functionality with your theme js.
It will help you to resolve issue.