我想在我的 Magento 1.7.2的产品页面中有一个迷你搜索框,在主页上有一个迷你搜索框。
这些迷你搜索框是从local.xml调用的(当然在我自己的模板中)
像下面这样:
<reference name="left">
<block type="core/template" name="top.search" template="catalogsearch/form.mini.phtml" after="sibling.blockName"/>
</reference>
<reference name="right">
<block type="core/template" name="top.search_main" template="catalogsearch/form.mini_main.phtml" after="sibling.blockName"/>
</reference>
我无法让top.search_main出现在主页中......我应该如何写 参考 name="right"?
有什么建议吗?