I have a magento website based on commmunity edition 1.7.0.2. I have two problems with bundle products on product page , they are:
1.) Price is zero on product page and not getting updated on selecting bundle items.
Error on firebug console :
ReferenceError: bundle is not defined
[Break On This Error]
bundle.changeOptionQty(this, event)
2.) Bundle products are always out of stock.
Thanks in advance.