Re: Select category for discount pricing
I've tried to isolate the category, but using $cat eq '78' doesn't display the market price.
{if $cat eq '78'}
<font class="MarketPrice">{$lng.lbl_market_price}:{math equation="100-(price/lprice)*100" price=$product.taxed_price lprice=$product.list_price format="%3.0f" assign=discount}
<span id="save_percent"><font class="closeoutsdiscount">{ $discount }</span>%</font>
{/if}
Is it missing something else like a {foreach from=$categories or {if $main... I'll try any suggestions.
__________________
______________
version 4.1.9 Gold
|