Magento - 列出产品类别
在 Magento 的每个产品详细信息页面上,我想列出属于哪些类别。
我将如何实现这一目标?
In Magento on each products detail page I would like to list which categories which belongs to.
How would I go about achieving this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试一下:
还有
干杯,
京东
Give this a try:
and also
Cheers,
JD
您可以使用以下代码在商品详情页中显示与所选商品相关的所有类别。
You can use the following code to display all categories related to the selected product in the product detail page.
该代码将根据商店 ID 获取产品类别名称。这也将充分用于多商店和多网站概念
The code will get product category name based on store id. This will also use full for multi store and multiwebsite concepts