I am using magento version 1.7.
I want show the all the bundled products in view.phtml file.
I get list of produts within bundle products using below link.
Magento - get a list of bundled product ids from a product id
$product = Mage::getModel('catalog/product')->load($product_id);
$totl = $product->getTypeInstance(true)->getChildrenIds($product->getId(), false);
how can i show all bundled products