0
votes

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. enter image description here

Please help me out in this issue. Thanks in advance

1

1 Answers

0
votes

You need to customize the respective template files for this and you can find those files under

 app\design\frontend\base\default\template\bundle\catalog\product

Note : override the respective template files above and layout file (Bundle.xml) inside your custom theme folder