我需要将搜索结果页面布局从3列设置为带有左栏的2列。
但是我没有从可以改变的地方得到,因为我没有xml文件
任何人都可以帮我找到这个吗?
答案 0 :(得分:1)
我必须在Magento中做同样的事情,所以我所做的是使用主题编辑器改变了块的位置,并使用css增加了主列的宽度。
答案 1 :(得分:0)
转到\app\design\frontend\default\your theme\layout/catalogsearch.xml
第52行:
<action method="setTemplate"><template>page/3columns.phtml</template></action>
更改为:
<action method="setTemplate"><template>page/2columns-left.phtml</template></action>