0
votes

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.

1
I guess it's not calling bundle.phtml !!Sarvagya

1 Answers

0
votes

while creating bundle products , try to select SKU,Weight and Price as dynamic.
And add a simple product which is in stock.
Refer Link 1.
Hope this helps you.