Theme district shopping cart calculation problem

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!

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

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!

Thank you so much for your help!

1 Like