/BundleProduct_Fix

On Admin-End while admin edit a bundle product, child products will be limit at ~200 and cannot be added more.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

GhoSter Bundle Product Fix - Magento 1


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.

Donate Version 1.0.0

Facts

Description

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.

Requirements

  • PHP >= 5.2.0
  • Mage_Core

Compatibility

  • Magento CE >= 1.4

Installation Instructions

  1. Clone the module and copy into your document root.
  2. Clear the cache, logout from the admin panel and then login again.

Uninstallation

  1. Remove all extension files from your Magento installation

Licence

License: GPL v3