php Programming Glossary: bundleoption
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 aOptions oTypeInstance getOptionsByIds aOptionIds product bundleOptions aOptions appendSelections aSelections true foreach bundleOptions.. aOptions appendSelections aSelections true foreach bundleOptions as bundleOption if bundleOption getSelections bundleSelections.. appendSelections aSelections true foreach bundleOptions as bundleOption if bundleOption getSelections bundleSelections bundleOption..
|