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
|