Move 'Shop by' and Newsletter blocks from left to right column

Hi. I am using the standard 2 column right layout. All is well except on some categories where I need to use the SHOP BY column. This is appearing on the left and spoils the layout. I need to move it to the right, under theCompare and My Cart’ blocks. Also, the newsletter block is appearing on the left too, I need to move this to the right as well.
Attachment 39765

Please see image
Many thanks

3 answers

Profile photo of Ziven Staff 100280.00 $tone September 5, 2014
Public

Please go to the file: \app\design\frontend\default\jm_haga\layout\catalo g.xml in line 111

Code:

find

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

change to 

<reference name="right">
    <block type="catalog/layer_view" name="catalog.rightnav" after="-" template="catalog/layer/view.phtml"/>
</reference>
#1

Please login or Register to Submit Answer

Written By

Comments