View Single Post
  #8  
Old 02-05-2008, 01:52 PM
  razorblade's Avatar 
razorblade razorblade is offline
 

Advanced Member
  
Join Date: Oct 2005
Posts: 39
 

Default 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
Reply With Quote