Page 1 of 1
Header cart doesn't refresh after applying discounts (coupon, voucher, reward)
Posted: Sun Nov 05, 2023 6:02 pm
by samdz
I got the issue using OpenCart v4.0.2.3
I find that the header cart (mini cart) doesn't refresh or update after applying any discounts, coupon, voucher or reward on the shopping cart page.
Any fixes on the file catalog/view/template/checkout/cart.twig or catalog/view/javascript/common.js or any other way ?
Re: Header cart doesn't refresh after applying discounts (coupon, voucher, reward)
Posted: Tue Nov 07, 2023 2:38 pm
by softmonke
samdz wrote: ↑Sun Nov 05, 2023 6:02 pm
I got the issue using OpenCart v4.0.2.3
I find that the header cart (mini cart) doesn't refresh or update after applying any discounts, coupon, voucher or reward on the shopping cart page.
Any fixes on the file
catalog/view/template/checkout/cart.twig or
catalog/view/javascript/common.js or any other way ?
I made a pull request based on this issue (
https://github.com/opencart/opencart/issues/12875) on GitHub to fix these issues. Not sure if they will get merged into the master branch, but you can use it to temporarily fix up this issue until the next official update is released.
Re: Header cart doesn't refresh after applying discounts (coupon, voucher, reward)
Posted: Mon Dec 18, 2023 3:12 am
by samdz
softmonke wrote: ↑Tue Nov 07, 2023 2:38 pm
I made a pull request based on this issue (
https://github.com/opencart/opencart/issues/12875) on GitHub to fix these issues. Not sure if they will get merged into the master branch, but you can use it to temporarily fix up this issue until the next official update is released.
Thank you for your help;
It's working; hope they fixes in the new upadate.