Change order right column

Hi,

I want to erase the categorie navigation in the right column

and I want to put the layered navigation on top

How can I do this??

7 answers

Profile photo of JA Developer 0.00 $tone December 8, 2009
Public

Hi imagine

Please open app\design\frontend\default\jm_seleni\layout\page. xml file, find following code section:

Code:

<reference name="left">
        		<block type="core/template" before="-" name="left.permanent.callout" template="callouts/left_col.phtml"/>
            <block type="catalog/navigation" name="catalog.leftcat" template="catalog/navigation/sidenav.phtml"/>
        </reference>

and change to:

Code:

<reference name="left">
				
        		<block type="core/template" before="-" name="left.permanent.callout" template="callouts/left_col.phtml"/>
            <block type="catalog/layer_view" name="catalog.leftnav" template="catalog/layer/view.phtml"/>
        </reference>
#3
Profile photo of Robert Bollen 0.00 $tone December 8, 2009
Public

As far as I know i’m using JM Fabian and are the xlm files different

Code:

				<!--Display category on left-->
        <reference name="left">
            <block type="catalog/navigation" name="catalog.leftcat" template="catalog/navigation/sidenav.phtml"/>
            <block type="core/template" name="left.permanent.callout" template="callouts/left_col.phtml"/>
        </reference>
#4
Profile photo of Robert Bollen 0.00 $tone December 8, 2009
Public

In Category view (left column) the order of elements is:

div .box base-mini mini-compare-products
div .box base-mini mini-product-tags
div .box base-mini mini-newsletter
div .box layered-nav
script
div .box base-mini mini-poll

And in Product view the right column is:

div .box base-mini mini-compare-products
div .box base-mini mini-product-tags
div .box base-mini mini-newsletter
div .box base-mini mini-related-items
script
div .box base-mini mini-product-view
script
div .box base-mini mini-poll

I want to change this order.

But where can I find the file so I can change this???

#5
Profile photo of JA Developer 0.00 $tone December 10, 2009
Public

Hi imagine

You can control this issue in app\design\frontend\default\jm_fabiantemplate\pag e\2columns-left.phtml file

With blocks, please edit in app\design\frontend\default\jm_fabiantemplate\pag e\html folder

#6
Profile photo of Robert Bollen 0.00 $tone December 10, 2009
Public

First of all: Who does change the topic to answered while it isn’t.

Second:

I want to change the order:

How it is in Product view the right column is::

Code:

div .box base-mini mini-compare-products
div .box base-mini mini-product-tags
div .box base-mini mini-newsletter
div .box base-mini mini-related-items
script
div .box base-mini mini-product-view
script
div .box base-mini mini-poll

How I want it to be:

Code:

 
div .box base-mini mini-related-items
div .box base-mini mini-newsletter
div .box base-mini mini-compare-products
div .box base-mini mini-product-tags
script
div .box base-mini mini-product-view
script
div .box base-mini mini-poll

If you can show me where and how I can change this.
You would be my hero

#7

This question is now closed

Written By

Comments