Magento – “shop by” box / layered navigation not showing

layered-navigation

How can I make the layered navigation to appear on my site home page ( or any other pages)

I have a default category and a laptop category with “is anchor” set to YES.

These categories contains products with price.

The attribute price is set as filterable.

I still see no layered navigation appearing. What can be missing?

Best Answer

I am not sure how your homepage is configured, but by default you can't make it happen.

Try adding a Category block on your homepage, by adding

{{block type="catalog/product_list" category_id="8" template="catalog/product/list.phtml"}}

on you Homepage CMS's page content. Replace category_id with your category's id.

Cheers.