#4661

Tu Tran
Moderator

Hi,

To change the order of right sidebar, please go to the file app\design\frontend\default\sns_ostore\layout\catalog.xml, find and replace the code below:

<block type="catalog/layer_view" name="catalog.leftnav" before="currency" template="catalog/layer/view.phtml">
</block>
<block type="catalog/product_compare_sidebar" after="catalog.leftnav" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
<block type="slider/list" name="slider.list1" template="sns/slider/default-3.phtml">

By:

<block type="catalog/layer_view" name="catalog.leftnav" after="-" template="catalog/layer/view.phtml">
</block>
<block type="catalog/product_compare_sidebar" after="slider.list1" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
<block type="slider/list" name="slider.list1" template="sns/slider/default-3.phtml" before="-">

– Where exactly is main heading ? Please let me know.

Thanks you,