Re: Is it same on your Books & Magazine template?
Thanks for the reply.
I found this
{**if $product.appearance.has_market_price and $product.appearance.market_price_discount gt 0}
<div class="market-price">
{$lng.lbl_market_price}: <span class="market-price-value">{currency value=$product.list_price}</span>
{if $product.appearance.market_price_discount gt 0}
{if $config.General.alter_currency_symbol ne ""}, {/if}
<span class="price-save">{$lng.lbl_save_price} {$product.appearance.market_price_discount}%</span>
{/if}
</div>
{/if**}
Removing the ** did nothing.
__________________
Tammy
x-cart gold + 4.7.2
x-cart 5.2.10
|