Display Price Reduction as Percentage - Product Page
Posted by:
comprope
Jul 10, 2015 at 21:35 (10 year ago)
Hi,
'm using this code in product.tpl
{if $product->specificPrice && $product->specificPrice.reduction_type == 'amount' && $product->specificPrice.reduction|floatval !=0}
-{(($productPriceWithoutReduction - $productPrice)/ $productPriceWithoutReduction * 100)|string_format:"%d"}%
{/if}
in order to get displayed price reduction like it were percentage reduction.
However, when clear cache and refresh page, it still appears as an amount.
Where else I have to modifiy?
'm using this code in product.tpl
{if $product->specificPrice && $product->specificPrice.reduction_type == 'amount' && $product->specificPrice.reduction|floatval !=0}
-{(($productPriceWithoutReduction - $productPrice)/ $productPriceWithoutReduction * 100)|string_format:"%d"}%
{/if}
in order to get displayed price reduction like it were percentage reduction.
However, when clear cache and refresh page, it still appears as an amount.
Where else I have to modifiy?