powerise / module-integration
官方Powerise集成插件,适用于Magento 2
1.0.0
2023-05-03 07:11 UTC
Requires
- php: ^7.4
Requires (Dev)
- symfony/var-dumper: ^4.4
README
本模块将Magento 2与Powerise.io集成,Powerise.io是一款使用人工智能生成产品描述的软件。通过此集成,您可以为您的Magento商店自动生成独特且高质量的产品描述,从而提升客户体验和SEO。
安装
使用Composer
composer require powerise/module-integration
通过复制文件到服务器
要安装此模块,请按照以下步骤操作
- 从发布页面下载最新版本。
- 将app目录的内容上传到
app/code/Powerise/Integration
文件夹
在您的Magento 2安装目录中运行以下命令
php bin/magento module:enable Powerise_Integration
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
配置模块
通过前往Magento 2管理面板 > 店铺 > 配置 > Powerise来配置模块。
配置
要使用该模块,您需要将您的电子商务与Powerise连接。登录到Magento 2管理面板 > 店铺 > 配置 > Powerise。点击“连接”按钮,将您的电子商务与Powerise链接。
支持
如果您遇到任何问题或有任何疑问,请在GitHub仓库中创建一个问题。
贡献
如果您想为此模块做出贡献,请fork仓库并提交一个pull request。