thesgroup/module-checkout-cart

Checkout cart component module for Magento 2

Maintainers

Package info

github.com/sashas777/module-checkout-cart

Homepage

Type:magento2-module

pkg:composer/thesgroup/module-checkout-cart

Fund package maintenance!

sashas777

Statistics

Installs: 142

Dependents: 0

Suggesters: 0

Stars: 9

Open Issues: 1

1.0.6 2025-04-13 14:39 UTC

This package is auto-updated.

Last update: 2026-03-13 16:39:43 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