View Single Post
  #2  
Old 09-13-2012, 05:31 AM
  totaltec's Avatar 
totaltec totaltec is offline
 

X-Guru
  
Join Date: Jan 2007
Location: Louisville, KY USA
Posts: 5,823
 

Default Re: "From" Price In products_list.tpl

Consider this code. I have not tested it but it seems sound.

PHP Code:
{assign var="varcharge" value="N"}
      {if 
$product.is_variants}
        {foreach 
from=$variants item=var}
          {if 
$var.price gt $product.taxed_price}
            {
assign var="varcharge" value="Y"}
          {/if}
        {/foreach}
      {/if}
      {if 
$varcharge eq 'Y'}
          
From:
      {else}
        {
$lng.lbl_our_price}:
      {/if} 
__________________
Mike White - Now Accepting new clients and projects! Work with the best, get a US based development team for just $125 an hour. Call 1-502-773-6454, email mike at babymonkeystudios.com, or skype b8bym0nkey

XcartGuru
X-cart Tutorials | X-cart 5 Tutorials

Check out the responsive template for X-cart.
Reply With Quote