Leave a suggestion

If this tutorial is not what you were looking for, you still have any questions, suggestions or concerns - feel free to let us know. Please help us to serve you better!

Your Name

Your Email

Your Message (required)

How to change blocks order

This tutorial will show you how to change the modules order in Magento. The modules order is defined in the xml files from the app/design/frontend/default/theme###/layout directory.

Each block has an option “before” or “after” where you can define the block name that will be after or before the module you edit.

For example you want the Shop By block be displayed after the My Cart module.

Edit catalog.xml file:

<block type="catalog/layer_view" name="catalog.leftnav" after="cart_sidebar" template="catalog/layer/view.phtml"/>

Feel free to check the detailed video tutorial below:

How to change blocks order

How to change blocks order, 3.0 out of 5 based on 1 rating