/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}