|
hi,
when the invoice pdf is generated i want to have access on the selected bunlde option but i only get the ID of the bundle product itself.
I also managed to get all options of the bundle product but there is no flag which was bought…
anybody has a clue how to get this information?
this is an empty array:
Mage::getModel('bundle/product_type')->getOrderOptions($product);
would be nice if someone has a solution.
|