maxmage / ajax-shopping-cart-page
Module for Magento 2 module which provide a possibility to disable customer registration on frontend
Installs: 3 100
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 3
Forks: 11
Open Issues: 2
Language:JavaScript
Type:magento2-module
Requires
- php: 7.0.2|7.0.4|~7.0.6|~7.1.0
This package is not auto-updated.
Last update: 2025-04-17 14:03:23 UTC
README
The module allows to update quantity on the shopping cart page 'checkout/cart/' by AJAX. After the update recalculate totals and rebuild mini shopping cart.
Installation
-
Go to Magento 2 root directory
-
Enter following commands to install module:
composer require maxmage/module-ajax-shopping-cart-page
-
Enter following commands to enable module:
php bin/magento module:enable MaxMage_AjaxShoppingCartPage php bin/magento setup:upgrade php bin/magento cache:clean