Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sashas777/module-checkout-cart
Cart UI Component for Magento 2
https://github.com/sashas777/module-checkout-cart
magento2 magento2-module magento2-module-free ui-component
Last synced: about 10 hours ago
JSON representation
Cart UI Component for Magento 2
- Host: GitHub
- URL: https://github.com/sashas777/module-checkout-cart
- Owner: sashas777
- License: gpl-3.0
- Created: 2020-03-14T08:26:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T20:04:01.000Z (6 months ago)
- Last Synced: 2024-10-24T18:07:13.605Z (26 days ago)
- Topics: magento2, magento2-module, magento2-module-free, ui-component
- Language: PHP
- Size: 44.9 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cart UI Component
[![Latest Stable Version](https://poser.pugx.org/thesgroup/module-checkout-cart/v/stable)](https://packagist.org/packages/thesgroup/module-checkout-cart)
[![Total Downloads](https://poser.pugx.org/thesgroup/module-checkout-cart/downloads)](https://packagist.org/packages/thesgroup/module-checkout-cart)
[![Latest Unstable Version](https://poser.pugx.org/thesgroup/module-checkout-cart/v/unstable)](https://packagist.org/packages/thesgroup/module-checkout-cart)
[![License](https://poser.pugx.org/thesgroup/module-checkout-cart/license)](https://packagist.org/packages/thesgroup/module-checkout-cart)
[![pipeline status](https://gitlab.com/sashas777/module-checkout-cart/badges/master/pipeline.svg)](https://gitlab.com/sashas777/module-checkout-cart/-/commits/master)
[![coverage report](https://gitlab.com/sashas777/module-checkout-cart/badges/master/coverage.svg)](https://gitlab.com/sashas777/module-checkout-cart/-/commits/master)The Magento 2 module replaces out of the box cart page with Ui Component.
![](https://github.com/sashas777/assets/raw/master/cart_ui_component.gif)
## 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
```