Откройте файл
/themes/тема/js/product.js:
Код:
$('#our_price_display').text(formatCurrency(parseFloat($('#our_price_display').attr('content')), currencyFormat, currencySign, currencyBlank));
замените на:
Код:
$('#our_price_display').text(formatCurrency(parseFloat($('#our_price_display').attr('content')) * $(this).val(), currencyFormat, currencySign, currencyBlank));
Код:
$('#our_price_display').text(formatCurrency(parseFloat($('#our_price_display').attr('content')), currencyFormat, currencySign, currencyBlank));
замените на:
Код:
$('#our_price_display').text(formatCurrency(parseFloat($('#our_price_display').attr('content')) * $(this).val(), currencyFormat, currencySign, currencyBlank));
Если не работает - приложите файл product.js