View Single Post
  #7  
Old 09-11-2009, 12:06 PM
 
ChristineP ChristineP is offline
 

eXpert
  
Join Date: Jul 2008
Posts: 310
 

Default 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}
&nbsp;<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
Reply With Quote