Change order of right column

How can I change the order of the right column? I want to siwtch the product search to be the first item, then the cart and after that the categories.
other threads didn’t help me so please help me out.
thanks a lot!

5 answers

Profile photo of Sherlock 0.00 $tone February 2, 2014
Public

@ patriott,

You can open the layout file app/design/frontend/default/jm_celas/layout/page.xml, find and change:

HTML Code:

  <block type="catalog/navigation" name="catalog.leftcat"  template="catalog/navigation/sidenav.phtml" />

to

HTML Code:

<block type="catalog/navigation" name="catalog.leftcat" after="cart_sidebar" template="catalog/navigation/sidenav.phtml" />

Hope this helps.

#1
Profile photo of Patrick Ott 0.00 $tone February 3, 2014
Public

thanks for your reply! unfortunately there is no change at the frontend.

there is one point that irritates me:
your mentioned code snippet appears under <!--Display category on left--> which sounds to me like the left sidebar?
The <!--Display category on right--> has only a reference name and seems to be empty…

it’s quite confusing to me…

#2

This question is now closed

Written By

Comments