UpdateCartAjax is a Magento 2 module developed by Improntus that enhances the shopping cart experience by enabling AJAX-based updates. This means that when customers change the quantity of items in their cart or click and "Update Cart", the cart updates automatically without needing to refresh the page.
| Magento Version | Module Version | Status |
|---|---|---|
>= 2.4.5 |
✅ 1.* | Supported |
php bin/magento module:enable Improntus_UpdateCartAjax --clear-static-content
php bin/magento setup:upgrade
rm -rf var/di var/view_preprocessed var/cache generated/*
php bin/magento setup:static-content:deploy$ php bin/magento module:enable Improntus_UpdateCartAjax --clear-static-content
$ php bin/magento setup:upgrade
$ php bin/magento setup:static-content:deploy- Stores > Configuration > Improntus > Update Cart Ajax
- Enable/Disable Module
- Select Ajax Trigger Mode (button click, on quantity change).
- After installation, navigate to
Stores > Configuration > Improntus > Update Cart Ajaxto configure the module. - You can enable or disable the module as needed.
- Once enabled, the shopping cart will automatically update via AJAX when quantities are changed or the "Update Cart" button is clicked depending on the selected trigger mode.
- Adobe Commerce.
