haerriz / module-qtyupdate
Magento 2 module to add seamless AJAX +/- quantity buttons across PLP, PDP, Minicart, Cart, and Checkout.
Package info
github.com/haerriz/magento2-module-qtyupdate
Language:HTML
Type:magento2-module
pkg:composer/haerriz/module-qtyupdate
dev-main
2026-07-16 07:20 UTC
Requires
- php: ~7.4.0||~8.1.0||~8.2.0||~8.3.0
- magento/framework: *
- magento/module-catalog: *
- magento/module-checkout: *
This package is auto-updated.
Last update: 2026-08-16 07:31:30 UTC
README
A robust Magento 2.4.7 module that seamlessly adds + and - quantity increment buttons across the entire Magento journey.
Features
- Global Integration: Works on PDP, PLP, Minicart, Cart, and Checkout.
- AJAX Powered: Updates totals instantly in Cart and Minicart without reloading the page.
- Smart UI: Validates minimum (1) and maximum stock quantities dynamically via Knockout JS.
- Architected by AI: Initial architectural blueprint provided by NVIDIA Llama 3.1 70B Instruct, built for maximum upgradability and Magento 2 standards.
Installation
composer config repositories.haerriz-qtyupdate git <YOUR_GIT_REPO_URL> composer require haerriz/module-qtyupdate php bin/magento setup:upgrade php bin/magento setup:static-content:deploy php bin/magento cache:flush