如何在magento主页中进行搜索
谁能帮我根据主页右侧magento下拉选项中的类别、价格、颜色进行搜索。
Can any one help me to make the search according to the category, price, color in the drop down option in magento at the right side of the home page.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为您的主页添加 Apache 重定向匹配,直接进入搜索页面。但搜索页面听起来并不是您真正想要的,您想要在常规类别上进行过滤导航吗?
您应该使用 httpd.conf 而不是 .htaccess,但是,在 .htaccess 中,在“RewriteEngine on”之后您可以添加:
That is to the nokia Phone Product page in a demo store。
Put in an Apache redirect match for your homepage that goes straight to the search page. But search page doesn't sound what you are really after here, you want filtered navigation on a regular category?
You should use a httpd.conf instead of .htaccess, however, in .htaccess, after 'RewriteEngine on' you can add:
That is to the nokia phone product page in a demo store.