maxmage/ajax-shopping-cart-page

Module for Magento 2 module which provide a possibility to disable customer registration on frontend

Installs: 3 097

Dependents: 0

Suggesters: 0

Security: 0

Stars: 13

Watchers: 2

Forks: 11

Open Issues: 2

Language:JavaScript

Type:magento2-module

1.0.0 2018-05-01 21:16 UTC

This package is not auto-updated.

Last update: 2024-05-16 09:32:20 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

  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