Hello,

Please excuse me if this is a repeated topic but I have not found it myself.

I am trying to display a page (in the center part) with a list of store Categories and their subcategories but no products. It's pretty much the same as the navigation sidebox but bigger and with more details (descriptions etc.). I was able to use the module category_row.php to get the parent categories, but I have no idea how to traverse those parent categories to display the subs.


my goal is to make it look like this:

--- Category 1 ---
Sub 1 | Sub 2 | Sub 3
Sub 4 | Sub n

--- Category 2 ---
Sub 1 | Sub n
.
.
.

Any help greatly appreciated.

Thanks!