Skip to content
This repository has been archived by the owner. It is now read-only.
/ BundleProduct_Fix Public archive

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

License

Notifications You must be signed in to change notification settings

tuyennn/BundleProduct_Fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published