Documentation
Feedback
Guides
VTEX IO Apps

VTEX IO Apps
Pixel Apps
Trustpilot
Official extension
Version: 1.0.2
Latest version: 2.2.2

This page is about version 1.0.2 of the app, which is not the most recent version. The latest stable version is 2.2.2.

{"base64":"  ","img":{"width":110,"height":20,"type":"svg","mime":"image/svg+xml","wUnits":"px","hUnits":"px","url":"https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square"}}

This is a Trustpilot first party integration app. The solution provides a review platform for your store.

Configuration

  1. Install the vtex.trustpilot app in the VTEX account in which you are working;
  2. In your VTEX account's admin, open the App section and select the Trustpilot App box;
  3. Fill in your integration key, provided by Trustpilot, in the fields;
  4. Save your changes.

Using the Trustpilot's Micro Review Count component

The trustpilot app also enables Truspilot's Micro Review Count component to be added to your store theme by adding the trustpilot-micro-review-count block in a template of your choosing.

  1. Using a Developer workspace, open your store's theme directory in your code editor and add the shop-review-interfaces app as a dependency in the manifest.json file:

_10
"dependencies": {
_10
+ "vtex.shop-review-interfaces": "0.x"
_10
}

  1. Add the shop-review-badge block, exported by the shop-review-interfaces, in a template and block of your choosing, such as the Footer;
  2. Save your changes and link the store theme app;
  3. Once your changes linked, access the admin's Site Editor using the same Developer workspace ({workspaceName}-{accountName}.myvtex.com/admin/cms/site-editor) and look for the Trustpilot - micro review count block;
  4. When editing the block, add the business unit id value provided by the Trustpilot's widget;
  5. Save your changes;
  6. Access your store's website using the Developer workspace to check out the new component. If no more changes are desired, repeat the steps above in a Production workspace and then promote it to Master.

:information_source: The integration key must be provided by Trustpilot.

The trustpilot app also enables Truspilot's widgets to be added to your store theme by inserting the shop-review-badge interface in your layout and then using the trustpilot-micro-review-count block in a template of your choosing.

InterfaceBlockDescription
shop-review-badgetrustpilot-micro-review-countAdds the Trustpilot micro count widget in your store.
See also
VTEX App Store
VTEX IO Apps