trustpilot/module-reviews 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

trustpilot/module-reviews

最新稳定版本:2.6.580

Composer 安装命令:

composer require trustpilot/module-reviews

包简介

The Trustpilot Review extension makes it simple and easy for merchants to collect reviews from their customers to power their marketing efforts, increase sales conversion, build their online reputation and draw business insights.

README 文档

README

Trustpilot is an open review platform that helps consumers make better choices while helping companies showcase and improve their customer service.

To install the Trustpilot plugin on your website, please follow the steps provided in this package.

How to install the Trustpilot extension

  1. Log in to your Magento server using SSH (Secure Shell) and run the commands that follow.
  2. Create a system and database backup by navigating to the root directory of your Magento installation and execute this command:
    php bin/magento setup:backup --code --db --media
    (Please note that your website will be inaccessible during the backup process.)
  3. Enable maintenance mode.
    php bin/magento maintenance:enable
  4. Download and install the Trustpilot plugin using Composer.
    composer require “trustpilot/module-reviews”
  5. If this is the first time you install a plugin using Composer, Magento will ask you to provide your Magento Marketplace account credentials. To find your account information go to https://marketplace.magento.com > My profile > Access Keys > Create A New Access Key. Note: Your public key is your username, while your private key is your password.
  6. Enable the Trustpilot plugin.
    php bin/magento module:enable Trustpilot_Reviews --clear-static-content
  7. Update the database schema. (Please proceed cautiously: This command is global and will enable all Magento plugins that you’ ve installed.)
    php bin/magento setup:upgrade
  8. Compile (This command is only required in production mode.)
    php bin/magento setup:di:compile
  9. Deploy static content (This command is only required in production mode.)
    php bin/magento setup:static-content:deploy
  10. Disable maintenance mode.
    php bin/magento maintenance:disable

统计信息

  • 总下载量: 851.78k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 12
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 11
  • Watchers: 51
  • Forks: 29
  • 开发语言: PHP

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2017-11-22