Re: How to split the category side module?
You could use the Position field to split them.
First sort the categories into 3 groups, each group within a certain range of positions - e.g all Gear below 300.
Then you can use something like:
{if $categories[cat_num].order_by < 300} to show just those categories.
|