thesgroup/module-checkout-cart

Checkout cart component module for Magento 2

Fund package maintenance!
sashas777

Installs: 98

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 3

Forks: 1

Open Issues: 1

Type:magento2-module

1.0.4 2022-04-20 22:47 UTC

This package is auto-updated.

Last update: 2024-03-21 02:48:05 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License pipeline status coverage report

The Magento 2 module replaces out of the box cart page with Ui Component.

1. How to install the module

Run the following command at Magento 2 root folder:

composer require thesgroup/module-checkout-cart
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

2. How to remove the module

Run the following command at Magento 2 root folder:

composer remove thesgroup/module-checkout-cart
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy