I'm Using Magento 1.5.1.0 and I have programmatically added bundle products (directly into the database with a custom built PHP script).
For most bundle products, the bundle options show fine on the frontend, but for some products, the code:
$this->getChildChildHtml('container2', '', true, true)
Returns an empty string.
I have no idea how to troubleshoot this and the bundle options do show up in Magento Admin Panel when I go to the product though Manage Products.
Any ideas as to what I could try to check why the bundle options are not being displayed?