View Single Post
  #5  
Old 08-10-2010, 03:08 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Any way to show 'priced from' with variant product instead of $0.00

This should help

In products.tpl and products_t.tpl just change:

{$lng.lbl_our_price}:

to

{if $products[product].is_product_options}{$lng.lbl_priced_from}{else}{$ lng.lbl_our_price}{/if}:

and create a new language variable as lbl_priced_from
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote