Magento 分层导航类别

发布于 2024-09-13 18:35:06 字数 1459 浏览 6 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

迷你仙 2024-09-20 18:35:06

如果我理解正确的话,我也遇到过类似的问题。
我最终的解决办法是同时显示 left.phtml 和分层导航,然后隐藏分层导航中的类别。
(if($showBlock && $this->__($_filter->getName()) != "Category"):)

然后在 left.phtml 中我解析了 $_GET 变量并将其附加到末尾每个类别的 URL 字符串,确保分层导航搜索词在类别之间持续存在。

有点脏,但它能完成工作。

If I understand you correctly, I came across a similar problem.
My eventual fix was to display both the left.phtml and layered navigation at the same time, then hide the category in layered navigation.
(if($showBlock && $this->__($_filter->getName()) != "Category"):)

Then in left.phtml I parsed the $_GET variable and appended it to the end of the URL string for each category, ensuring that the layered navigation search terms persisted between categories.

Slightly dirty but it does the job.

淡淡的优雅 2024-09-20 18:35:06

类别登陆页面通常在您创建类别的同一位置定义。将显示模式设置为 CMS 块或 CMS 块 + 产品,您应该会看到为用户显示的内容。

如果这不是您所期望的,请详细说明您使用的“类别登陆页面”。

Category landing pages are usually defined in the same place where you created the category. Set the display mode to CMS block or CMS block + products and you should see your content displayed for the user.

If this isn't what you are expecting, please elaborate on what you are using as a "category landing page".

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