{strip} {**} {if isset($show_anyway)} {else} {if $product.compare_price > $product.price && $product.price > 0} {$_saving_percent = 0} {$_saving_percent = (($product.compare_price - $product.price)*100)/$product.compare_price} {if $theme_settings.products_show_economy_rounding_type eq 'floor'} {$_saving_percent = $_saving_percent|floor} {elseif $theme_settings.products_show_economy_rounding_type eq 'ceil'} {$_saving_percent = $_saving_percent|ceil} {elseif $theme_settings.products_show_economy_rounding_type eq 'round'} {$_saving_percent = $_saving_percent|round} {/if} {if $_saving_percent >= $theme_settings.products_show_economy_min} {if isset($without_wrapper)}
[`saving`] {$_saving_percent}%
{else}
[`saving`] {$_saving_percent}%
{/if} {/if} {/if} {/if} {/strip}