diff --git a/themes/default/js/product.js b/themes/default/js/product.js index 1b141da95..193da82e5 100644 --- a/themes/default/js/product.js +++ b/themes/default/js/product.js @@ -326,8 +326,9 @@ function updateDisplay() reduction = ps_round(reduction / tax, 6); } - else if (product_specific_price && product_specific_price.reduction && selectedCombination['specific_price'] > 0) + else if (product_specific_price && product_specific_price.reduction && !selectedCombination.specific_price) { + console.log('qsdqsd'); if (product_specific_price.reduction_type == 'amount') reduction_price = (specific_currency ? product_specific_price.reduction : product_specific_price.reduction * currencyRate); else