Magento 1.4 - 获取最畅销产品的数量
我可以使用什么 php/magento 代码来获取最畅销的产品并显示该产品的名称。
例如,假设我已售出 10 个 Foos、20 个 Bars 和 50 个 Bazes。我想知道如何查询 Magento 系统并让它说“Bazes”是高销量产品(有 50 个)。
感谢您
What is the php/magento code I can use to get the best selling products and display that name of the product.
For example, say I've sold 10 Foos, 20 Bars and 50 Bazes. I want to know how to query the Magento system and have it say "Bazes" are the high selling products (with 50).
Thanks you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
报告有点奇怪,因为它们是使用没有父模型的集合来实现的。尝试以下操作
Reports are a little weird, as they're implemented using collections that don't have a parent model. Try the following
Magento 管理员已经有了这个。
Magento admin already has this.