View Single Post
  #19  
Old 08-27-2009, 04:45 AM
 
Kajsa Kajsa is offline
 

Newbie
  
Join Date: Aug 2009
Posts: 4
 

Default Re: Need to add second category menu added to left menu

Hi,

i managed to make a category but...
I changed the POS of the categories to under 100, but it still show all categories. And the categories above 100 is showing the categories it should.

in categories.tpl i added:

{foreach from=$categories item=c}
{if $c.order_by lt 100}

and in my new tpl i added:

{foreach from=$categories item=c}
{if $c.order_by gt 100}

Can anyone help?

/Kajsa
__________________
*X-cart Goldsite version 4.1.10
*x-affiliate
x-giftregistry
x-fancycategories
Reply With Quote