View Single Post
  #8  
Old 06-27-2011, 05:46 AM
  carlisleglass's Avatar 
carlisleglass carlisleglass is offline
 

eXpert
  
Join Date: Aug 2003
Location: Carlisle, UK
Posts: 316
 

Default Re: Product price range based on product variants

If you just want a from figure you can use the is_variants variable.

For example in products_t.tpl you can use the following before showing the price (just make sure that the cheapest variation is the default variation)

Code:
{if $product.is_variants}<span class="from">from</span> {/if}
__________________
Darren Kierman
Carlisle Glass (http://www.carlisleglass.co.uk/)
... running X-Cart Gold 4.4.5 [unix]
Reply With Quote