View Single Post
  #2  
Old 03-02-2006, 03:16 AM
  shan's Avatar 
shan shan is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Birmingham, UK
Posts: 6,163
 

Default

set the pos field on categories for section 1 below say 500 and section 2 above 500 then within the categories loop do something like

Code:
{section name=cat_num loop=$categories} {if $categories[cat_num].order_by < 500} blah blah {/if} {/section}

then create a new tpl for categories2 with similar code but > 500

now include the new categories2 tpl file below the std one in home.tpl
__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote