0
我想知道爲產品訂購多少訂單。爲此,我想使用下面的代碼,但它不給任何輸出:我怎麼知道產品放置了多少訂單?
$order = Mage::getModel('sales/order');
$order_detail=$order->setStoreId($storeId)->getCollection()- >addAttributeToFilter('product_id',$product_id);
print_r($order_detail);
請告訴我我錯了?
感謝lot.It工作。 – mjdevloper