且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Magento:查找包含产品的订单

更新时间:2023-11-30 10:32:04

您可以通过简单的mysql查询获得:-

You can get by simple mysql query:-

select order_id from sales_flat_order_item where product_id=//given product id

OR

您可以根据需要自定义报告.

You can customize the reports according to your needs.