显示(排序,比较产品块)到左边?

时间:2013-09-03 07:43:48

标签: magento compare product

我使用magento 1.7,我希望按块更改我的排序位置,并将块比较为左。 我会做什么的? 感谢

1 个答案:

答案 0 :(得分:0)

catalog.xml

中的

从左侧删除此链接

<reference name="right">
            <block type="catalog/product_compare_sidebar" before="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
</reference>

并添加此项以将其更改为左栏

<reference name="left">
 <block type="catalog/product_compare_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>

</reference>

这肯定会在您的magento网站的大部分页面中有效。