-
- Chaabelasri

-
Total Posts: 4
Joined: 2008-06-02
|
Hi all
Plz I seek how i can get the products of an order, can you helpe me ?
All orders can be get by this method
Mage::getModel('sales/order')->getCollection(); ->addAttributeToSelect('*') ->load();
but not includes the products ordered
|