Skip to content

sashas777/module-checkout-cart

Cart UI Component

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