View Single Post
  #3  
Old 01-26-2006, 12:38 AM
 
sonoro sonoro is offline
 

Newbie
  
Join Date: Dec 2004
Posts: 1
 

Default

Modify "skin1/customer/categories.tpl":

After: "{section name=cat_num loop=$categories}"
Add: "{if $categories[cat_num].order_by lt 20}"

After this modification only categories with a "order_by" in the admin-backend lower than ("lt") 20 will be displayed. Set every order-by-number of the categories you don't want to show in the menue higher than 20.
Reply With Quote