Chage position of Browse by category

I want to change the position of ‘Browse by" to appear below category navigation.

1 answer

congtq 0.00 $tone July 30, 2010
Public

Hi.
You search in app\design\frontend\default\jm_morganite\layout\ca talog.xml file

HTML Code:

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

and

HTML Code:

<block type="catalog/navigation" name="catalog.leftnav" before="-" template="catalog/navigation/left.phtml"/>

then replace

HTML Code:

before="-"

with

HTML Code:

after="catalog.leftcat"
#1

This question is now closed

Written By

Comments