I am going to setup computer store in magento for that i have been used bundle product for customization of Desktop computer. Now i want to 3 category of bundle product in which 1 st contains Customization of "Desktop parts" 2nd contains customization of "software & services" and 3rd contains "accessories".
I have been tried to change in view.phtml with this code
<?php if ($_product->isSaleable() && $this->hasOptions()):?>
<?php echo $this->getChildChildHtml('container2', '', true, true) ?>
<?php endif;?>
But this code gets all the bundle product. and i want it into 3 categories. I have also attached snapshot of what i want to develop.
Please help me out in this issue. Thanks in advance