// strike price + group reduction
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15428 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user