「Magento go」で検索ページが右バー付きの2カラムで表示されているのですが、検索ページを1カラムにしたいです。
2850 次
1 に答える
2
Magento Go については無視してください Magento Goには実際には適用されないこの回答を追加しました。お詫び - 誰かが Magento CE のインストールでこれを実行したい場合に備えて、ここに残しておきます。削除したい場合はコメントを残してください。
Magento Go でも同じかどうかはわかりません。しかし、Magento CE では、レイアウト ファイルcatalogsearch.xml
を変更して、
<catalogsearch_result_index translate="label">
<label>Quick Search Form</label>
<reference name="root">
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
</reference>
に
<catalogsearch_result_index translate="label">
<label>Quick Search Form</label>
<reference name="root">
<action method="setTemplate"><template>page/1column.phtml</template></action>
</reference>
于 2012-05-07T10:12:57.247 に答える