From 6e673b60752875bec4ee13c69f907014bd58eb83 Mon Sep 17 00:00:00 2001 From: fBrignoli Date: Sat, 19 May 2012 11:56:10 +0000 Subject: [PATCH] // strike price + group reduction git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15428 b9a71923-0436-4b27-9f14-aed3839534dd --- themes/default/js/product.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/themes/default/js/product.js b/themes/default/js/product.js index adec36f50..b70fbc7a6 100644 --- a/themes/default/js/product.js +++ b/themes/default/js/product.js @@ -375,9 +375,7 @@ function updateDisplay() reduction = ps_round(reduction / tax, 6); } - if (!display_specific_price) - productPriceWithoutReduction = productPrice * group_reduction; - + productPriceWithoutReduction = productPrice * group_reduction; productPrice -= reduction; var tmp = productPrice * group_reduction;