Top
New to MailBeez? Start learning the basics
Advanced Module - Version 4.2 updated 28. Feb. 2024

Add Trustpilot Ratings


Get this Module as part of following plans:

Start Up

S M L

Business

S M L

Enterprise

S M L

Automatically add your store’s Trustpilot reviews into any MailBeez email campaign with the Add Trust Pilot Filter, part of the Trustpilot Integration Suite; perfect for spicing up the Winback and No Purchase Mailbeez modules.

With a default installation that uses the included template, your Trustpilot ratings will appear in a Mailbeez email like this:

 

Options:

Number of ratings
Number of ratings shown in emails (number)

Minimum Stars
Show only ratings with at least this number of stars (3-5)

Shuffle Ratings
Do you want to shuffle the ratings (True) or show only the latest ones (False)

Usage

Install and activate this Module – you need to have the Trustpilot Integration Suite configured.

By adding the following tags into your MailBeez templates you will be able to show a configured number of Trustpilot ratings in your MailBeez generated emails. You can place the tags wherever you want, so for example if you place them within your main template the ratings will be shown in all emails, but if you place them only in your content template, you are able control exactly in which emails the ratings will be visible:

Place this into the HTML-Version of your MailBeez template:

{$content.rss.trustpilot.html}

Place his into the TXT-Version of your MailBeez template:

{$content.rss.trustpilot.txt}

the template for displaying the ratings is taken from the RSS-Feed template files

rss_email_html.tpl  
rss_email_txt.tpl

located in

mailhive\configbeez\config_trustpilot_rss_importer\templates

More advanced users can also directly access the data object holding the ratings in the email template using following code example.

{assign var=feed_feed value=$data.feed.trustpilot}
{section name=item loop=$feed_feed}
  {$feed_feed[item].rating_stars}
  {$feed_feed[item].text}</br>
  {$feed_feed[item].user_deeplink}</br>
  {$feed_feed[item].date|date_format}
{/section}


Compatibility
This module is compatible with following shop systems

Gambio GX2/GX3/GX4

Modified-Shop 1.x/2.x/3.x

ZenCart 1.3.x/1.5.x

osCommerce 2.x

MailBeez.io API V2


Changelog

v4.2.0

14.10.2022

    • PHP8 refactoring

v4.0.3

16.07.2021

    • PHP7.4 refactoring

v4.0.2

09.02.2021

    • PHP7.4 refactoring

v4.0.1

18.08.2020

    • Gambio GX4 compatibility

v4.0.0

21.04.2020

    • PHP7.4 refactoring
    • Support for 4.0 Core Framework

v3.5

24.09.2018

    • PHP7.2 refactoring

v3.21

01.11.2017

    • refactoring

v3.2

05.10.2017

    • PHP7.1 compatibility
    • smarty 3.1.31 refactoring to support Gambio 3.7

v3.1

13.09.2016

    • PHP7 compatibility
    • framework updates

Found errors? Think you can improve this documentation?   edit this page