printcart / magento-connect
Printcart Connect for Magento 2
1.0.0
2022-07-08 03:20 UTC
README
如何安装和升级 Printcart_Design
1. 使用 composer 安装(推荐)
我们推荐您通过 composer 安装 Printcart_Design 模块。这样安装、更新和维护都很方便。
在 Magento 2 根目录下运行以下命令。
1.1 安装
composer require printcart/magento-connect
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
1.2 升级
composer update printcart/magento-connect
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
如果您在产品模式下运行商店,请运行编译命令
php bin/magento setup:di:compile
2. 复制和粘贴
如果您不想通过 composer 安装,您也可以使用这种方式。
- 在此处下载最新版本: main.zip
- 将
main.zip
文件解压到app/code/Printcart/Design
目录;如果不存在,您应该创建路径app/code/Printcart/Design
。 - 转到 Magento 根目录并运行升级命令行以安装
Printcart_Design
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy