View Single Post
  #2  
Old 10-13-2004, 02:19 PM
 
roblen roblen is offline
 

Senior Member
  
Join Date: Oct 2004
Posts: 114
 

Default i figured it out.

/customer/main/product_prices.tpl

Code:
{section name=wi loop=$product_wholesale} {if $smarty.section.wi.first} <TD align=right>{$lng.lbl_price} : </TD>{/if} <TD nowrap> {* {include file="currency.tpl" value=$product_wholesale[wi].price} *} {math equation="price*amount" price=$product_wholesale[wi].price amount=1000 assign=new_wprice} {include file="currency.tpl" value=$new_wprice} </TD> {/section}
Reply With Quote