移动高级搜索-Magento

移动高级搜索-Magento,magento,Magento,我想把高级搜索移到左边的边栏 这可能吗?这很容易做到 只需在主题中更改local.xml <default> <reference name="left"> <block type="catalogsearch/advanced_form" name="catalogsearch_advanced_form" template="catalogsearch/advanced/form.phtml"/>

我想把高级搜索移到左边的边栏

这可能吗?

这很容易做到

只需在主题中更改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以将此表单放入左侧边栏

这很容易做到

只需在主题中更改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以将此表单放入左侧边栏

除了“是”或“否”之外,您是否还希望得到答案?(如果是,为什么?)?(若然,原因为何?)