在magento中获取类别详细信息查询
我需要一个显示类别名称、类别 url 和类别名称的查询Magento 中自定义类别属性的值
任何猜测...
谢谢
I need a query which displays Category Name,Category url & value of the Custom catgory attribute in Magento
any Guess...
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
像这样的东西吗?我不确定自定义类别属性是什么意思,但我也不知道类别值是什么。
Something like this? I am not sure what you mean by custom category attribute and I don't know what a category value is though.
假设您的自定义属性是“custom_attribute”,然后执行以下操作:
希望这会有所帮助。
lets say your custom attribute is "custom_attribute", then do this:
Hope this helps.