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.
Type
magento2-module
License
OSL-3.0
Requires
magento/framework
>=100.0.20
magento/module-admin-notification
>=100.0.7
magento/module-backend
>=100.0.12
magento/module-catalog
>=100.0.17
magento/module-checkout
>=100.0.16
magento/module-configurable-product
>=100.0.12
magento/module-eav
>=100.0.12
magento/module-sales
>=100.0.16
magento/module-store
>=100.0.9
psr/log
>=1.0.0
Requires (dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
The official Trustpilot extension for Magento 2
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
Log in to your Magento server using SSH (Secure Shell) and run the commands that follow.
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
Download and install the Trustpilot plugin using Composer.
composer require “trustpilot/module-reviews”
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.