在 magento 中点击菜单项显示搜索结果
默认情况下,搜索功能是这样实现的。 用户在输入搜索框中输入一些文本,然后单击“搜索”按钮,就会出现搜索结果。
但我希望通过单击顶部菜单栏中的菜单项“搜索”而不是默认的“搜索按钮”来显示搜索结果。
这怎么办呢。请建议。谢谢。
By default the search functionality is implemented this way.
User enters some text in the input search box and on click of "search" button the search results come up.
But I want the search results to show up on click of a menu item "Search" in top menu bar instead of the default "Search button".
How can this be done. Please suggest. Thanx.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
未经测试!将其放在主题布局中的某个位置。
然后,当它工作时,从
catalogsearch/form.mini.phtml
模板中删除旧按钮。Not tested! Put this somewhere in your theme's layout.
Then when it is working remove the old button from the
catalogsearch/form.mini.phtml
template.