View Single Post
  #10  
Old 11-10-2011, 12:28 PM
  XCart4Life's Avatar 
XCart4Life XCart4Life is offline
 

Advanced Member
  
Join Date: Feb 2010
Posts: 62
 

Default Re: Product price range based on product variants

In 4.4.4 I had to edit:

/skin/your_skin/customer/main/buy_now.tpl

Find (around line 112):
PHP Code:
{if $product.appearance.buy_now_buttons_enabled}

      {
capture name="price_button"

Add below:
PHP Code:
{if $product.is_variants}<span class="from">From</span>{/if} 
__________________
X-Cart Pro v4.2.2 [Win]
X-Cart Pro v4.2.3 [Win]
X-Cart Pro v4.4.4 [Win]
Reply With Quote