Home
Softono

Ajax Shopping Cart Page

Open source JavaScript
15
Stars
11
Forks
2
Issues
3
Watchers
5 years
Last Commit

 About Ajax Shopping Cart Page

Shopping cart page update quantity by AJAX for Magento 2

Platforms

Web Self-hosted

Languages

JavaScript

Links

Need Help Installing Ajax Shopping Cart Page?

We provide expert installation service for this software. Our team will install, configure, and secure Ajax Shopping Cart Page on your server. plans start at just $30.

Ajax Shopping Cart Page

View on GitHub

Quantity update by AJAX for Magento 2

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

  1. Go to Magento 2 root directory

  2. Enter following commands to install module:

    composer require maxmage/module-ajax-shopping-cart-page
    
  3. Enter following commands to enable module:

    php bin/magento module:enable MaxMage_AjaxShoppingCartPage
    php bin/magento setup:upgrade
    php bin/magento cache:clean