View Single Post
  #1  
Old 05-17-2005, 10:21 AM
 
hudge hudge is offline
 

Advanced Member
  
Join Date: Jun 2004
Posts: 50
 

Default Create a range in tpl

I am looking to do something like this:

Code:
{if $cat eq "14-68"} {include file="customer/main/products_np.tpl" products=$products} {else} {include file="customer/main/products.tpl" products=$products} {/if}

I want anything in cat 14 through 68 not to pull a different tpl file without a price. I am doing this to show case some products that they have to call and order. Thanks for the help.

hudge
__________________
-----www.hudge.com------
X-Cart Pro v4.1.8
X-Cart Gold v4.1.8
Lite Commerce v2.2
Reply With Quote