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.
|