Top 10% by Downloads Potentially Abandoned v2.6.580

Module Reviews

trustpilot/module-reviews

Integrates Trustpilot reviews with your Magento 2 store. Allows you to showcase and improve customer service using the Trustpilot platform.

850,502
Downloads
3x above avg
11
GitHub Stars
Below average
3y ago
Last Release
18
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
24 errors , 605 warnings
PHPStan Failed

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

v2.6.580 on Magento 2.4.8-p3
Dec 27, 2025
GitHub Repository
Source code & docs
Packagist
Version history
Issues & Support
Get help or report bugs

Share This Module's Status

Module Reviews Magento compatibility status badge

README

Loaded from GitHub

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

  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

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.

Back to All Modules