|
When you are browsing throw categories, if you go to a category that has no products whitin magento shows :
There are no products matching the selection.
Even if the category has subcategories.
I’m trying to do something similar to the layered navigation for the categories but inside the category view...So instead of displaying that message , show the subcategories .(if any)
Im trying to do it with the logic on the catalog/product/navigation/left.phml page but can seem to make it work....
Im stuck here.. I don’t know how to “ask” for the subcategories and then display them…
of course… $this->getCurrentChildCategories() does not make the trick
|