Gab81
January 17, 2022, 4:13pm
1
Hi guys
there is one problem in my shopping cart, when I add one product to my shopping cart, it shows the price correctly but if I add one product more in the shopping cart it will never show the price, it looks like that is trying to calculate it. If I refresh the webpage the calculated price will be displayed.
Thank!
Hi @Gab81 ,
Please send your site and if your site is password protected, please send me the password. I will check it.
Hi @Gab81 ,
Please go to Assets > theme.min.js file, find ‘p.$cartCount’ and change code:
Code:
t=(p.$cartButton,p.$cartCount)
=>
t=p.$cartCount
Hope it helps!
Gab81
January 18, 2022, 3:14pm
4
Hi @LitCommerce
I changed here :
But the problem is still there. Is maybe another place to be checked?
Btw I have cleared the browser cache as well.
Thank you!
Hi @Gab81 ,
Can you send me the staff account? I need to debug it
Gab81
January 18, 2022, 3:32pm
6
That would be realy great.
To which email address should I send the staff account invitation?
Hi @Gab81 ,
I checked and the code is still unchanged.
Can you save it and test with Customize?
Hi @Gab81 ,
Please add code:
Code:
if(p.$cartCount==undefined){t=$('#cartCount');a=$('#CartCost');};
Hope it helps!
Gab81
January 18, 2022, 4:17pm
9
Thank you so much for your help!
1 Like