Friday, May 3, 2013

Magento cannot save products to a bundle

Do you have a problem saving products to a bundle product? One of the reasons, and possibly the main reason, is because your configurable product, if that is what your adding, has a required_options value set to 1. To fix this, go to your database, table catalog_product_entity and search for the product's SKU and set it's required_options to 0.

You may need to write a script to run it directly from a url everytime you change that product. Then add it again to your bundle product.

No comments:

Post a Comment