trustpilot / module-reviews

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.

magento2-module 2.4.6-2.4.9 Compatible Based on composer requirements only QA: failed OSL-3.0

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

No changelog yet

The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.

Versions
Version Stability QA Status Released
2.6.580 stable Fail 2023-01-18 11:55:44
2.6.576 stable Not tested 2022-11-07 09:35:52
2.6.574 stable Not tested 2022-05-16 08:13:06
2.6.572 stable Not tested 2022-05-13 10:58:42
2.6.566 stable Not tested 2022-01-20 07:25:43
2.6.564 stable Not tested 2021-09-07 11:18:17
2.6.563 stable Not tested 2021-08-10 06:16:06
2.6.562 stable Not tested 2021-07-27 10:50:26
2.6.560 stable Not tested 2021-06-30 13:56:52
2.6.557 stable Not tested 2020-11-17 09:23:26
2.6.555 stable Not tested 2020-09-07 10:15:30
2.6.548 stable Not tested 2020-04-10 10:18:33
2.6.546 stable Not tested 2020-03-30 06:18:21
2.6.542 stable Not tested 2020-02-06 14:39:02
2.6.541 stable Not tested 2019-12-31 10:31:26
2.6.531 stable Not tested 2019-12-31 10:09:37
2.6.524 stable Not tested 2019-11-25 11:25:59
2.6.522 stable Not tested 2019-11-20 09:13:55
2.6.519 stable Not tested 2019-11-18 10:56:00
2.6.502 stable Not tested 2019-10-29 11:10:25
2.6.500 stable Not tested 2019-10-21 08:12:23
2.6.495 stable Not tested 2019-10-14 13:57:07
2.6.478 stable Not tested 2019-09-19 06:20:10
2.6.474 stable Not tested 2019-09-17 14:12:51
2.6.469 stable Not tested 2019-09-17 10:25:33
2.6.465 stable Not tested 2019-09-10 13:24:22
2.6.451 stable Not tested 2019-08-29 10:10:31
2.6.447 stable Not tested 2019-08-27 07:41:13
2.6.444 stable Not tested 2019-08-20 10:40:20
2.6.439 stable Not tested 2019-08-09 12:54:51
2.6.437 stable Not tested 2019-07-15 10:42:32
2.6.435 stable Not tested 2019-07-10 10:25:44
2.6.430 stable Not tested 2019-07-09 12:32:54
2.6.427 stable Not tested 2019-05-29 10:42:14
2.6.423 stable Not tested 2019-05-28 14:54:47
2.6.422 stable Not tested 2019-05-28 14:32:02
2.6.417 stable Not tested 2019-05-16 13:06:47
2.6.408 stable Not tested 2019-05-09 13:53:08
2.6.371 stable Not tested 2019-04-02 07:58:11
2.6.360 stable Not tested 2019-04-02 07:27:38
2.6.355 stable Not tested 2019-02-18 09:09:27
2.5.347 stable Not tested 2019-02-11 09:09:40
1.0.232 stable Not tested 2019-01-02 15:00:25
1.0.230 stable Not tested 2018-12-18 15:20:33
1.0.226 stable Not tested 2018-10-25 08:36:24
1.0.220 stable Not tested 2018-09-27 08:16:05
1.0.218 stable Not tested 2018-09-24 11:49:58
1.0.216 stable Not tested 2018-09-10 10:20:00
1.0.214 stable Not tested 2018-08-01 14:41:48
1.0.201 stable Not tested 2018-07-04 08:03:47
1.0.163 stable Not tested 2018-06-14 19:36:09
1.0.162 stable Not tested 2018-06-14 18:50:12
1.0.142 stable Not tested 2018-06-13 13:17:40
1.0.141 stable Not tested 2018-06-12 13:34:37
1.0.128 stable Not tested 2018-06-07 11:07:23
1.0.82 stable Not tested 2018-05-14 13:04:58
1.0.79.1 stable Not tested 2018-05-08 08:07:01
1.0.2 stable Not tested 2017-12-18 15:25:00
1.0.1 stable Not tested 2017-12-06 09:49:52
1.0.0 stable Not tested 2017-12-01 09:29:58

Requires 10

Package Constraint
magento/framework >=100.0.20
magento/module-sales >=100.0.16
magento/module-store >=100.0.9
magento/module-checkout >=100.0.16
magento/module-configurable-product >=100.0.12
magento/module-catalog >=100.0.17
magento/module-eav >=100.0.12
magento/module-admin-notification >=100.0.7
magento/module-backend >=100.0.12
psr/log >=1.0.0
QA results
Tool Status Findings Summary
PHPCS Fail 24 24 errors (gating threshold: error-severity=10, ruleset: Magento2)
PHPStan Fail 53 53 errors (level 4, ruleset: phpstan + bitexpert/phpstan-magento)
Cpd Fail 1 1 duplicated chunk spanning 65 total lines (min-lines=5, min-tokens=70)
Security Pass 0
License
OSL-3.0
Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.