haerriz/module-qtyupdate

Magento 2 module to add seamless AJAX +/- quantity buttons across PLP, PDP, Minicart, Cart, and Checkout.

Maintainers

Package info

github.com/haerriz/magento2-module-qtyupdate

Language:HTML

Type:magento2-module

pkg:composer/haerriz/module-qtyupdate

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-07-16 07:20 UTC

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