如何在“带有标签的产品”上显示面包屑? Magento 中的页面?
我不知道如何让面包屑显示在 Magento 的“带有标签的产品”页面上。我在其他地方都能找到面包屑,包括搜索结果页面。任何帮助将不胜感激。
I can't figure out how to get breadcrumbs to show up on the "Products tagged with" page in Magento. I get breadcrumbs everywhere else, including the search results page. Any help would be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将以下布局更新添加到下的 app/design/frontend/default/your_theme/layout/tag.xml 文件中:
我想根据显示的标签进行第二次面包屑更改会更理想,但是这个需要一些更复杂的修改。如果您有兴趣,请告诉我,我也许可以帮助您。
Add the following layout update to the app/design/frontend/default/your_theme/layout/tag.xml file under <tag_product_list>:
I guess it would be more desirable to have the second crumb change depending on the tag displayed, but this would require some more complex modifications. Let me know if you are interested and I might be able to help you out.