4

我必须从 1 列布局更改目录搜索结果页面布局 3。我在catalogsearch.xml 中尝试过,但没有得到正确的结果。谁能告诉我该如何解决?

谢谢你。

4

2 回答 2

5

或者你可以在 local.xml 中复制这个:

 <catalogsearch_result_index>
     <reference name="root">
        <action method="setTemplate"><template>page/1column.phtml</template></action>
     </reference>
 </catalogsearch_result_index>
于 2014-08-04T06:54:07.193 回答
5

更改 catalogsearch.xml 中的布局应该可以解决问题,这样做是这样的:

前:

<action method="setTemplate"><template>page/3columns.phtml</template></action>

后:

<action method="setTemplate"><template>page/1column.phtml</template></action>

您还应该在 admin>System>Cache Management 中清除 Magento 缓存。

希望这可以帮助。

于 2013-09-10T08:04:13.217 回答