datatrics / magento2-integration
Datatrics Connect 扩展程序,适用于 Magento 2
1.7.0
2023-08-31 12:08 UTC
Requires
- php: >=7.1.0
- magento/framework: >=102.0
Requires (Dev)
- dev-master
- 1.7.0
- 1.6.8
- 1.6.7
- 1.6.6
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.1
- 1.5.0
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.3
- 1.0.2
- 1.0.1
- dev-release/1.7.0
- dev-release/1.6.8
- dev-release/1.6.7
- dev-release/1.6.6
- dev-release/1.6.5
- dev-release/1.6.4
- dev-release/1.6.3
- dev-release/1.6.2
- dev-release/1.6.1
- dev-release/1.6.0
- dev-release/1.5.1
- dev-release/1.5.0
- dev-release/1.4.3
This package is auto-updated.
Last update: 2024-08-30 01:26:19 UTC
README
Datatric Connect 扩展程序让您的 Magento® 2 店铺与 Datatrics 平台连接变得轻松简单。
安装
在开始安装过程之前,我们建议您备份您的网店文件以及数据库。
安装 Magento® 2 扩展程序有 2 种不同的方法。
- 使用 Composer 安装
- 使用 Magento® Marketplace 安装
1) 使用 Composer 安装
- 使用 SSH 连接到运行 Magento® 2 的服务器。
- 定位您的 Magento® 2 项目根目录。
- 通过 composer 安装 Magento® 2 扩展程序,并等待完成
composer require datatrics/magento2-integration
- 然后运行 Magento® 升级并清理缓存
php bin/magento setup:upgrade
php bin/magento cache:flush
- 如果 Magento® 在生产模式下运行,您还需要重新部署静态内容
php bin/magento setup:static-content:deploy
- 安装后:转到您的 Magento® 管理门户,并打开:
商店 > 配置 > Datatrics > 一般
以开始设置您的连接。
2) 使用 Magento® Marketplace 安装
本模块将在本月底在 Magento® Marketplace 上提供。
兼容性
本模块最低要求为 Magento 2.3,并在 Magento 版本 2.3.x & 2.4.x 上进行了测试。