Magento – ” Shop by “, “Shop by ” or ” Browse by ” from left to right

PictureThose who shop by (or as it is called) So would push the navigation aid on the left in the right navigation bar, can do this, by the agency in the catalog.xml

<catalog_category_default translate=”label”>
<label>Catalog Category (Non-Anchor)</label>
<reference name=”left”>
<block type=”catalog / navigation” name =”catalog.leftnav” after=”currency” template =”catalog/navigation/left.phtml”/>
</reference>

and there exchanged looks left to right.

<catalog_category_default translate=”label”>
<label>Catalog Category (Non-Anchor)</label>
<reference name=”right“>
<block type=”catalog / navigation” name =”catalog.leftnav” after=”currency” template =”catalog/navigation/left.phtml”/>
</reference>

Then empty the cache and then the box on the right side.

P.S. The “Shop by” is actually a picture and can not be translated. So either replace or simply remove the styles.css and just display the text can (s. Picture above).

Used in Magento 1.4.1.1

For more information on exchanging the site in such elements it HERE.

Published by Covos

Since 2009 I have been working intensively with Magento. I started with the creation and operation of B2C stores. This was extended through my work in the logistics sector. This resulted first specialized B2E systems. Today I work day-a day with exciting B2C, B2B- and B2E projects and reports in this blog about challenges and give insider tips.

One comment on “Magento – ” Shop by “, “Shop by ” or ” Browse by ” from left to right”

Leave a Reply

Your email address will not be published. Required fields are marked *