diff --git a/themes/default/product.tpl b/themes/default/product.tpl index 5cbac55e0..471ad3a06 100644 --- a/themes/default/product.tpl +++ b/themes/default/product.tpl @@ -397,7 +397,13 @@ var fieldRequired = '{l s='Please fill in all the required fields before saving {/if}
specificPrice OR $product->specificPrice.reduction_type != 'percentage'} style="display:none;"{/if}>{if $product->specificPrice AND $product->specificPrice.reduction_type == 'percentage'}-{$product->specificPrice.reduction*100}%{/if}
-specificPrice OR $product->specificPrice.reduction_type != 'amount' && $product->specificPrice.reduction|intval ==0} style="display:none"{/if}>{if $product->specificPrice AND $product->specificPrice.reduction_type == 'amount' && $product->specificPrice.reduction|intval !=0}-{convertPrice price=$product->specificPrice.reduction|floatval}{/if}
+specificPrice OR $product->specificPrice.reduction_type != 'amount' && $product->specificPrice.reduction|intval ==0} style="display:none"{/if}> + + {if $product->specificPrice AND $product->specificPrice.reduction_type == 'amount' AND $product->specificPrice.reduction|intval !=0} + -{convertPrice price=$productPriceWithoutReduction-$productPrice|floatval} + {/if} + +
{if $product->specificPrice AND $product->specificPrice.reduction}{if $priceDisplay >= 0 && $priceDisplay <= 2}