Provides a unified quantity increment widget for product view with templates and JS.
- Magento: 2.4.7
- PHP: 8+
- Frontend/Admin UI: layouts=, templates=, js=
- Admin configuration available (etc/adminhtml/system.xml).
- Copy to app/code/Artnetis/QuantityIncrement (or install via VCS).
- Run:
bin/magento module:enable Artnetis_QuantityIncrement
bin/magento setup:upgrade
bin/magento cache:flush- Configure settings in Admin: Stores > Configuration (module section).
- Magento Open Source/Commerce 2.4.7
- PHP 8.x
- Author: Francisco Q
- Website: https://artnetis.com
- Email: fq@artnetis.com
MIT
Add this repository to your project composer.json:
"repositories": [ { "type": "vcs", "url": "https://github.com/f-raredigit/module-quantity-increment" } ]Require the package:
composer require f-raredigit/module-quantity-increment:^1.0