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.
-
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