Magento - How can I change the sidebar order?

kianicky

New Member
I installed the Modern Theme on Magento 1.7.0.1 and the extension "Sidebar Navigation Menu Professional" from CODNITIVE, so I have three boxes ("Shop By", "Categories", "Compare Products" and "My Cart") at the left sidebar. Now I want to change the order in this way:[*]My Cart[*]Categories[*]Compare Products.I tried to change the order via editing the catalog.xml with the lines\[code\]<block type="catalog/product_compare_sidebar" before="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>\[/code\]and changed it in this way:\[code\]<block type="catalog/product_compare_sidebar" after="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>\[/code\]so that "My Cart" is over the Compare box - and that
 
Back
Top