maxmage / ajax-shopping-cart-page
Module for Magento 2 module which provide a possibility to disable customer registration on frontend
Package info
github.com/MaxMage/ajax-shopping-cart-page
Language:JavaScript
Type:magento2-module
pkg:composer/maxmage/ajax-shopping-cart-page
1.0.0
2018-05-01 21:16 UTC
Requires
- php: 7.0.2|7.0.4|~7.0.6|~7.1.0
This package is not auto-updated.
Last update: 2026-03-19 18:33:03 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