thesgroup / module-checkout-cart
Checkout cart component module for Magento 2
Fund package maintenance!
sashas777
Installs: 123
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 3
Forks: 2
Open Issues: 1
Type:magento2-module
Requires
- php: ~7.2.0||~7.3.0||~7.4.0||~8.1.0||~8.2.0
- magento/framework: ~102.0||~103.0
- magento/module-catalog: ~103.0||~104.0
- magento/module-checkout: ~100.3||~100.4
- magento/module-quote: ~101.1||~101.2
- magento/module-store: ~101.0||~101.1
- magento/module-tax: ~100.3||~100.4
README
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