cancel
Showing results for 
Search instead for 
Did you mean: 

Show subcategories on Layered Navigation

Show subcategories on Layered Navigation

Hi guys,

 

I badly need help. How can I display all subcategories on layered navigation?

 

Example:

Category 1
-Subcategory 1-1
--Subcategory 1-1-1
--Subcategory 1-1-2
-Subcategory 1-2
--Subcategory 1-2-1
--Subcategory 1-2-2
-Subcategory 1-3
--Subcategory 1-3-1
--Subcategory 1-3-2
Category 2
-Subcategory 2-1
--Subcategory 2-1-1
--Subcategory 2-1-2
-Subcategory 2-2
--Subcategory 2-2-1
--Subcategory 2-2-2
-Subcategory 2-3
--Subcategory 2-3-1
--Subcategory 2-3-2

 

Regards,

 

Kay

2 REPLIES 2

Re: Show subcategories on Layered Navigation

Both extensions support categories with subcategories in layered navigation:

https://amasty.com/improved-layered-navigation.html

https://www.magentocommerce.com/magento-connect/multi-category-layered-navigation.html

 

If you want to do it yourself, you can check this topic as good starting point:

http://magento.stackexchange.com/questions/24654/show-layered-subcategories-on-the-left-of-the-subca...

 

You'll have to modify behavior in app/code/core/Mage/Catalog/Model/Layer/Filter/Category.php, in _getItemsData() function.

If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this issue

Re: Show subcategories on Layered Navigation

Thanks! We end up buying the module.