conversify / magento2-scriptmanager
Conversify 脚本管理器
2.0.11
2023-10-20 08:34 UTC
Requires
- php: ~8.0|~8.1|~8.2
- ext-json: *
- magento/framework: ^103.0
- magento/module-catalog-inventory: ^100.4
- magento/module-checkout: ^100.4
- magento/module-cookie: ^100.4
- magento/module-quote: ^101.2
Requires (Dev)
- bitexpert/phpstan-magento: ^0.30.1
- phpstan/extension-installer: ^1.3
- phpunit/phpunit: ^9
- youwe/coding-standard-magento2: ^2.0.0
- youwe/testing-suite: ^2.17
README
此插件可轻松实现与 Conversify 的集成。
功能
1 安装
a) 手动安装
- 下载扩展
- 在 {Magento 2 根目录}/app/code/Conversify/ScriptManager 创建一个文件夹
- 在新创建的文件夹中提取扩展
b) 使用 Composer
使用 composer 注册仓库
composer config repositories.conversify-scriptmanager git https://github.com/conversify/magento2-scriptmanager composer require conversify/magento2-scriptmanager
2 启用 Conversify
在 Magento 根目录下运行以下命令
php -f bin/magento module:enable --clear-static-content Conversify_ScriptManager php -f bin/magento setup:upgrade
3 配置
登录您的 Magento 2 管理后台,然后转到商店 -> 配置 -> Conversify -> Conversify 脚本管理器并输入您的 API 密钥。API 密钥可以通过在 Conversify 创建账户来获取。