Re: Displaying Lowest Wholesale Price
i created the following lang label
variable- lbl_as_low_as
descrip- as low as
value- Pay as low as
then added the following to /customer/main/products_t.tpl. my mod is marked in brackets
alter_currency_value=$products[product].taxed_price}</FONT>{if $discount gt 0}, {$lng.lbl_save_price} {$discount}%{/if}
{if $products[product].taxes}<BR>{include file="customer/main/taxed_price.tpl" taxes=$products[product].taxes}{/if}
{* Begin MOD display lowest bulk price As low As $ *}
<br>
{$lng.lbl_as_low_as}
{include file="currency.tpl" value=$products[product].list_price}
{* end mod 2.5.08 *}
{else}
<FONT class="ProductPrice">{$lng.lbl_enter_your_price}</FONT>
{/if}
seems to work so far
__________________
/razorblade pro/
v 5.2.21
linux 2.2.29
|