Magento在侧栏中提供了高级搜索表单

时间:2011-11-25 11:14:00

标签: forms search magento

我正在使用Magento 1.5.0.1,我想将我的高级搜索表单移动到我的2columns-left模板的侧边栏。

我试过的是这个:

<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>

但遗憾的是它并没有出现。

当我浏览到mywebsite / catalogsearch / advanced /时,表单会显示在侧边栏中,以便顺利进行。

如何更改它以便始终显示在侧边栏中?

提前致谢!

1 个答案:

答案 0 :(得分:2)

如果插入模板会发生什么:

<?php echo $this->getLayout()->createBlock('catalogsearch/advanced_form')->setTemplate('catalogsearch/advanced/form.phtml')->toHtml() ?>

还要注意为日历加载.js文件。