diff --git a/themes/default/product.tpl b/themes/default/product.tpl index ce79029d5..e309aea4f 100644 --- a/themes/default/product.tpl +++ b/themes/default/product.tpl @@ -397,7 +397,7 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus {if $product->specificPrice AND $product->specificPrice.reduction_type == 'percentage'}

-{$product->specificPrice.reduction*100}%

- {elseif $product->specificPrice AND $product->specificPrice.reduction_type == 'amount'} + {elseif $product->specificPrice AND $product->specificPrice.reduction_type == 'amount' && $product->specificPrice.reduction|intval !=0}

-{convertPrice price=$product->specificPrice.reduction|floatval}

{/if}