printcart/magento-connect

Printcart Connect for Magento 2

安装: 4

依赖关系: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

语言:JavaScript

类型:magento2-module

1.0.0 2022-07-08 03:20 UTC

This package is auto-updated.

Last update: 2024-09-08 07:56:54 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