View Single Post
  #3  
Old 03-06-2004, 06:49 AM
 
salsabeel salsabeel is offline
 

Senior Member
  
Join Date: Jan 2004
Posts: 132
 

Default

Does anyone know? I'm pretty sure it has to do with the following part:

Code:
{if $recommends[num].price ne 0} {if $recommends[num].list_price gt 0 and $recommends[num].price lt $recommends[num].list_price} {math equation="100-(price/lprice)*100" price=$recommends[num].price lprice=$recommends[num].list_price format="%d" assign=discount} <font class=MarketPrice>{$lng.lbl_market_price}: <s>{include file="currency.tpl" value=$recommends[num].list_price}</s></font> {/if} <font class=ProductPrice>{$lng.lbl_our_price}: {include file="currency.tpl" value=$recommends[num].price}</font> <font class=MarketPrice>{include file="customer/main/alter_currency_value.tpl" alter_currency_value=$recommends[num].price}</font> {if $recommends[num].list_price gt 0 and $recommends[num].price lt $recommends[num].list_price}, {$lng.lbl_save} {$discount}%{/if} {if $config.Taxes.use_vat eq "Y" and $recommends[num].vat gt "0"}, {$lng.lbl_including_vat} {$recommends[num].vat}%{/if} {else} <font class=ProductPrice>{$lng.lbl_enter_your_price}</font> {/if} </td> <td colspan="3" align="right" valign=center> {if $usertype eq "C" and $config.Appearance.buynow_button_enabled eq "Y"} {include file="customer/main/buy_now.tpl" product=$recommends[num]} {/if}{/if} {/if}
Reply With Quote