thesgroup/module-checkout-cart

适用于 Magento 2 的结账购物车组件模块

支持包维护!
sashas777

安装: 106

依赖: 0

建议者: 0

安全性: 0

星标: 9

关注者: 3

分支: 2

公开问题: 1

类型:magento2-module

1.0.5 2024-05-12 20:03 UTC

This package is auto-updated.

Last update: 2024-09-12 20:44:31 UTC


README

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

此 Magento 2 模块用 Ui 组件替换了默认的购物车页面。

1. 如何安装模块

在 Magento 2 根目录下运行以下命令

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. 如何移除模块

在 Magento 2 根目录下运行以下命令

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