Question

I have turned 'is anchor' to 'no' on a specific category and now when clicking that category, instead of it showing the sub-categories it now shows a blank page which is 'frontend/base/default/template/catalog/category/view.phtml'.

Should I be modifying that file to display the subcategories of the selected category or is there a more elegant way of doing this?

Ste,

Was it helpful?

Solution

Setting back the anchored category can solve your issue, anyway digging further

1) You should never modify the core file, insead look into the file in

frontend/default/<yourtheme>/template/catalog/category/view.phtml

If you are referring to the Layred Navigation with subcategories look here

frontend/default/<yourtheme>/template/catalog/layer/view.phtml

2) also look for the page layout for the category in custom design settings. If it is one column that will also show blank if you do not have any product allotted to parent category but to only sub categories.

Because

If you have alloted products to subcategories only, and not the parent category (which is obvious) , and parent category is not anchored then it does not show the Products either from its subcategories too.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top