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();

Comments (1)
thanks for your help
this is very useful for me
i really thanks buddy
—