View Single Post
  #2  
Old 06-16-2008, 09:49 AM
  rkdiddy's Avatar 
rkdiddy rkdiddy is offline
 

Advanced Member
  
Join Date: Mar 2005
Posts: 60
 

Default Re: Two groups of categories? Is this possible?

What you need to do is create another categories.tpl file - categories2.tpl. You can then call to both of them in your home.tpl.

In the categories.tpl file you will need to add a line:
Quote:
{if $c.order_by gt 100 and $c.order_by lt 200}

And, in categories2.tpl file you will need to add a line:
Quote:
{if $c.order_by gt 201 and $c.order_by lt 300}

Then in the Admin area ID your categories in these ranges. It will place each category to the appropriate menu.
__________________
Stealth Cords - Discrete Power Cords for Automotive Enthusiasts
www.stealthcords.com
X-Cart version: 4.1.9
Reply With Quote