On Admin-End while admin edit a bundle product, child products will be limit at ~200 and cannot be added more. The problem came from child product ids were added to url and server cannot handle it as to many parameters exist on url request. The fix was simply convert the product ids from url to put them into ajax object as a parameter, so we're no longer afraid of the url length.
- version: 1.0.0
- extension key: GhoSter_BundleProduct
- extension on GitHub
- direct download link
On Admin-End while admin edit a bundle product, child products will be limit at ~200 and cannot be added more. The problem came from child product ids were added to url and server cannot handle it as to many parameters exist on url request. The fix was simply convert the product ids from url to put them into ajax object as a parameter, so we're no longer afraid of the url length.
- PHP >= 5.2.0
- Mage_Core
- Magento CE >= 1.4
- Clone the module and copy into your document root.
- Clear the cache, logout from the admin panel and then login again.
- Remove all extension files from your Magento installation