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

Add ShopperApproved Ratings to Emails


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 ShopperApproved reviews into any MailBeez email campaign with this filter, part of the ShopperApproved Integration Suite; perfect for spicing up the Winback and No Purchase Mailbeez modules.

Usage

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

By adding the following tags into your MailBeez templates you will be able to show a configured number of ShopperApproved 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.shopperapproved.html}

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

{$content.shopperapproved.txt}

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.shopperapproved}
{section name=item loop=$feed_feed}
  {$feed_feed[item].stars_overall}
  {$feed_feed[item].customers_textcomments}</br>
  {$feed_feed[item].customers_fullurl}</br>
  {$feed_feed[item].customers_displaydate|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.3

21.03.2023

    • PHP8.2 refactoring

v4.2.1

04.11.2022

    • PHP8 refactoring

v4.2.0

14.10.2022

    • PHP8 refactoring

v4.0.0

21.04.2020

    • PHP7.4 refactoring
    • Support for 4.0 Core Framework

v3.51

05.10.2018

    • PHP7.2 refactoring

v3.5

24.09.2018

    • PHP7.2 refactoring

v3.32

01.11.2017

    • refactoring

v3.31

04.10.2017

    • Smarty 3.1.31 refactoring to support Gambio 3.7

v3.3

13.09.2016

    • PHP7 compatibility
    • framework updates

v3.21

02.07.2016

    • hide filter and service handler when integration not installed / not active

v3.2

02.06.2016

    • PHP7 refactoring
    • adjusted to new API content type

v3.1

29.06.2015

    • MailBeez V3 ready
    • PHP 5.6 ready

v2.37

28.06.2015

    • fixed line break issues
    • fixed db format issues

v2.31

27.06.2015

    • added products review import
    • set default language

v2.2

01.06.2015

    • query sorting
    • check for installation of basic module

v2.1

21.05.2015

    • minor enhancements

v2.0

20.05.2015

    • featureset
    • added filterbeez module
    • added icons

v1.0

19.05.2015

    • initial release

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