Type
magento2-module
Magento 2 - Let customers change the quantity for checkbox based options with bundle products.
magento2-module
MIT
None
None
None
None
None
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.
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'
Checkbox template is overwritten, so with a default Magento installation it should look something like this.
MIT