thesgroup / module-checkout-cart
适用于 Magento 2 的结账购物车组件模块
1.0.5
2024-05-12 20:03 UTC
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
此 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