移动高级搜索 - Magento

时间:2011-01-05 15:02:38

标签: magento

我希望将高级搜索移动到左侧边栏。

这可能吗?

1 个答案:

答案 0 :(得分:3)

这很容易做到。

只需更改主题中的local.xml即可。

<default>
        <reference name="left">
            <block type="catalogsearch/advanced_form" name="catalogsearch_advanced_form" template="catalogsearch/advanced/form.phtml"/>
            <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
        </reference>
</default>

然后更改CSS以使此表单适合左侧边栏。