View Single Post
  #5  
Old 04-15-2005, 01:09 PM
 
sportruck sportruck is offline
 

Advanced Member
  
Join Date: Dec 2003
Posts: 70
 

Default

In customer/main/products_t.tpl, change this:

Code:
{$lng.lbl_our_price}:

To this....

Code:
{if $products[product].is_variant eq Y}{$lng.lbl_priced_from}{else}{$lng.lbl_our_price}{/if}:

Also, create the new langauge entry under Labels called lbl_priced_from and use whatever text you want, such as "Priced from" or "Starting at", or you could just enter the text in the template if you aren't using multiple languages.
Reply With Quote