https://github.com/itonomy/magento2-bundle-products-change-qty
Allow quantity changes with the checkbox based options on bundle products.
https://github.com/itonomy/magento2-bundle-products-change-qty
bundle-products magento2 magento2-module module php
Last synced: 8 months ago
JSON representation
Allow quantity changes with the checkbox based options on bundle products.
- Host: GitHub
- URL: https://github.com/itonomy/magento2-bundle-products-change-qty
- Owner: Itonomy
- License: mit
- Created: 2018-09-07T08:17:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-01T23:21:51.000Z (over 4 years ago)
- Last Synced: 2025-04-15T20:04:46.285Z (about 1 year ago)
- Topics: bundle-products, magento2, magento2-module, module, php
- Language: JavaScript
- Size: 86.9 KB
- Stars: 12
- Watchers: 7
- Forks: 13
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Magento 2 BundleProduct Change Qty
[](https://packagist.org/packages/itonomy/bundleproductchangeqty)
[](https://packagist.org/packages/itonomy/bundleproductchangeqty)
[](https://packagist.org/packages/itonomy/bundleproductchangeqty)
**Allow customers to change the quantity on checkbox based bundle product options.**
Magento, by default, doesn't allow customers to change the quantity of checkbox options on Bundle products. This module changes that.
## Notes
- Magento doesn't allow this by intended design, for more information, please refer to this [issue](https://github.com/magento/magento2/issues/6873#issuecomment-286454358). This module changes a core mechanic.
- This module **does not** include any styling
## Requirements
- magento 2
- php: ~7.0
## Installation
- Add the module to composer:
composer require itonomy/bundleproductchangeqty
- Run `bin/magento setup:upgrade` to enable the module.
- Clear cache
'php bin/magento c:f'
## Usage
Checkbox template is overwritten, so with a default Magento installation it should look something like this.

## Changelog
- 1.0.0 First version module
- 1.0.1 Quantity input for bundle options with only a single product is now visible as well. This compliments the module by providing even more customizability. Issue: [#2](https://github.com/Itonomy/magento2-bundle-products-change-qty/issues/2)
## License
MIT