feedaty/module-badge2

Feedaty Badge for magento 2

安装数: 40,942

依赖者: 0

建议者: 0

安全: 0

星标: 2

关注者: 3

分支: 7

开放问题: 8

类型:magento2-module

2.10.9-stable 2024-07-30 07:41 UTC

README

Feedaty 是一个专注于在线店铺的专业客户反馈管理的社交电子商务网站。该服务通过一个 SaaS (软件即服务) 平台提供,可以通过简短集成过程快速轻松地激活。

安装 Feedaty 模块

通过 composer 安装

  1. 移动到您的 Magento 根目录
# cd /var/www/html/path/to/your/magento-root-dir
  1. 以您的 Magento 文件系统所有者的身份登录,例如
 # su magentouser
  1. 要求并安装该软件包
 # composer require feedaty/module-badge2

手动安装 Feedaty 模块

  1. https://github.com/feedaty/Feedaty_Badge-Magento2 下载 Feedaty 模块
  2. 您必须手动创建路径/to/your/magento-root-dir/app/code/下的 Feedaty/Badge/ 目录,并将 Feedaty_Badge-Magento2-master 目录的内容移动到路径/to/your/magento-root-dir/app/code/Feedaty/Badge/
  3. 移动到您的 Magento 根目录
# cd /var/www/html/path/to/your/magento-root-dir
  1. 以您的 Magento 文件系统所有者的身份登录,例如
 # su magentouser
  1. 运行命令
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy [<languages>]

禁用 Feedaty 模块

从 Magento 控制台中禁用 feedaty 模块。

1) 使用 Magento 安装的拥有者登录,之后必须输入以下命令

 # cd /var/www/path/to/your/magento-root-dir

 # bin/magento module:disable Feedaty_Badge

要清除静态内容,可以在 module:disable 命令中追加 "--clear-static-contents"。如果您追加 "--clear-static-contents",请记住运行

 # bin/magento setup:di:compile
 # bin/magento setup:static-content:deploy

设置/配置 Feedaty 小部件

要设置 Feedaty 小部件,请按照以下步骤操作;

1) 在左侧菜单栏中点击“店铺”。

2) 点击“配置”。

3) 在相关店铺上插入 Feedaty 商户代码和 Feedaty 商户密钥。

4) 选择关于模块设计的偏好设置,并设置启用小部件和/或产品评论。

导入 Feedaty 评论

评论通过 cron 作业导入。请确保您已在 Magento 上启用 cron。

信息和联系方式

www.feedaty.com

许可证

AFL-3.0