Get all items in an order

If you need to know how to retrieve all the items in a customer order here is how:
$items = Mage::getModel('sales/order')->load($orderId)->getAllItems();

Related Posts:

, ,

Comments (1)

    • July 14, 2011 at 9:34 am

    thanks for your help
    this is very useful for me

    i really thanks buddy

    Reply

Post A Comment