View Single Post
  #5  
Old 08-04-2003, 09:34 AM
 
jfreed jfreed is offline
 

Newbie
  
Join Date: Aug 2003
Posts: 4
 

Default no love

I had not changed, but re-uploaded anyway, and no dif.

I see in the template the part that should be doing this if:

Quote:
{if $product.list_price gt 0}<table border=0 width=60><tr><td width=55 height=56 class="SaveMoneyLabel" background="{$ImagesDir}/save_money.gif" align=center valign=middle>


{math equation="100-(price/lprice)*100" price=$product.price lprice=$product.list_price format="%d" assign=discount}
{ $discount }%
</td></tr></table>{/if}

But it does not look like it checks to see if price<lprice....

The only template I changed is "powered by" -- I tried changing the help menu too, but failed...
Reply With Quote