Jump to content

Cart Summary Price


Recommended Posts

Hi

I am using Prestashop Version: 1.4.8.2

 

My issue is after adding items to my cart,  I then go to my cart summary and change the quantities

The quantity changes but the price dose not reflect the change

 

Please see attached image 

Any help would be much appreciated, Cheers !

post-402264-0-76218100-1384465370_thumb.jpg

Link to comment
Share on other sites

I can't see the site as it's under maintenance.

Try and check if you have any red mark in the bottom of the console window (hit f12 on chrome or firefox) when you change the quantity. If you have, click it to get more info about the error

Link to comment
Share on other sites

Hi Vekia

 

I took your advise and I turned off CCC for js files.

However the issue still remains but I noticed it does work if I add 5 or more as the quantity

 

 

I hit  F12 looking for errors and found the following if that is any help

 

  1. Uncaught TypeError: Object #<error> has no method 'toFixed' tools.js:60

 

// if you modified this function, don't forget to modify the PHP function displayPrice (in the Tools.php class)

blank = '';
price = parseFloat(price.toFixed(6));
price = ps_round(price, priceDisplayPrecision);
if (currencyBlank > 0)
blank = ' ';
 
thanks
Link to comment
Share on other sites

×
×
  • Create New...