Jump to content

[SOLVED] Frontend - no live price update by select variants


Recommended Posts

Hello everyone,

 

unfortunately, I have the following problem with my online shop:

 

the price in products don't update when I select variables or the amount of the product changes.
However, the correct price will appear in shopping cart.
 
Link to the shop: http://www.sedaidruck.de/
 
Prestashop 1.6.1.0
 
How can I fix this?
 
Thanks in advance for your help
Edited by Sedaidruck (see edit history)
Link to comment
Share on other sites

I have found the problem. It was a module (Multi Accessories Pro). It has overwrited the product.js with own file (/modules/hsmultiaccessoriespro/abstract/views/js/accessoriesprice_16.js) and the line:

$('#our_price_display').text(formatCurrency(priceWithDiscountsDisplay * currencyRate, currencyFormat, currencySign, currencyBlank)).trigger('change');

was in this file uncommented.

Edited by Sedaidruck (see edit history)
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...