0

I would like to place the block "Amasty Improved Layered Navigation" in the product list page, exactly between the toolbar and the list itself but for how hard I tried changing both the phtml and xml file, I did not succeed. Does anyone have any idea how to do? thanks ligrex

Ligrex
  • 1
  • 1

1 Answers1

0

Add following to local.xml or page.xml between layout tags:

<catalog_category_view>
    <reference name="product_list">
        <block type="core/template" name="amasty.block.name" template="path/to/amasty_template.phtml" after="product_list_toolbar"/>
    </reference>        
</catalog_category_view>

Change name and template to desired values.

Gerard de Visser
  • 7,590
  • 9
  • 50
  • 58