Magento 1.9.2.4 – Price Filter Not Displaying

ce-1.9.0.1ce-1.9.2.4layered-navigationmagento-1.9magento-1.9.2.0

Hope all of you are doing good.

Guys I have followed 2 tutorials to do this task but in default magento without any customization simply it is not coming.

http://www.templatemonster.com/help/magento-how-to-configure-the-price-filter-for-layered-navigation.html

https://stackoverflow.com/questions/7713009/price-ranges-in-magento

I am sharing my setting of system -> configuration -> catalog -> layered navigation

enter image description here
Here is my price attribute settings :
enter image description here

enter image description here

This is my frontend display:

enter image description here

One more thing when I am setting Use In Search Results Layered Navigation as yes under price attribute setting price filter is visible on search result.
see the screen shot.

enter image description here

Best Answer

You need to make sure that Is Anchor is set to Yes for the categories where you want to display the layered navigation. You can edit this for each category under the Display Settings tab in admin.

The layered navigation block is included in the layout only for the catalog_category_layered handle:

<catalog_category_layered translate="label">
    <label>Catalog Category (Anchor)</label>
    <reference name="left">
        <block type="catalog/layer_view" name="catalog.leftnav" after="currency" template="catalog/layer/view.phtml"/>
    </reference>

and this handle is loaded only for the categories that have Is Anchor is set to Yes.