Hi,
The goal is to replace the current catalog by a list of categories/subcategories. I hooked catalog.tpl and added the following code:
<h3 class="mainbox-title"><span>Products</span></h3>
{include file="views/categories/components/categories_tree.tpl" categories=$root_categories}
This generates a list of categories but subcategories are missing, although categories_tree.tpl script suggests they should show up.
Input and a solution would be welcome.
Thank,
Philadl
|