如何在magento主页中进行搜索

发布于 2024-10-15 19:31:55 字数 43 浏览 2 评论 0原文

谁能帮我根据主页右侧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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无悔心 2024-10-22 19:31:55

为您的主页添加 Apache 重定向匹配,直接进入搜索页面。但搜索页面听起来并不是您真正想要的,您想要在常规类别上进行过滤导航吗?

您应该使用 httpd.conf 而不是 .htaccess,但是,在 .htaccess 中,在“RewriteEngine on”之后您可以添加:

RedirectMatch ^/$ /nokia-2610-phone.html

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:

RedirectMatch ^/$ /nokia-2610-phone.html

That is to the nokia phone product page in a demo store.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文