php Programming Glossary: otypeinstance
Magento: Adding simple products from a bundle to separate lines in the cart http://stackoverflow.com/questions/9915427/magento-adding-simple-products-from-a-bundle-to-separate-lines-in-the-cart product getTypeId 'bundle' items_to_add array oTypeInstance oProduct getTypeInstance true aSelections oTypeInstance getSelectionsCollection.. oTypeInstance oProduct getTypeInstance true aSelections oTypeInstance getSelectionsCollection aOptionIds product aOptions oTypeInstance.. getSelectionsCollection aOptionIds product aOptions oTypeInstance getOptionsByIds aOptionIds product bundleOptions aOptions appendSelections..
|