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

ShopperApproved Integration Suite


Get this Module as part of following plans:

Start Up

S M L

Business

S M L

Enterprise

S M L

For retailers with a paid ShopperApproved.com account, this Mailbeez module allows you to easily embed ShopperApproved reviews - both shop- and product-reviews - on your website, and as embedded content within Mailbeez emails; greatly extending the reach of your ShopperApproved investment.

Like many enterprising retailers, if you have made the investment and signed up for a ShopperApproved account for your store, you are probably already looking for extra ways to leverage your subscription in order to maximize the exposure of good reviews to help sales; and this is where this module excels.

The Mailbeez ShopperApproved Integration Suite effectively gives you the tools to publish your ShopperApproved reviews on your website, and within any Mailbeez email via the introduction of a simple tag; greatly increasing review exposure.

Trust at checkout

In addition to the core functionality of the module, creative retailers could also create a secondary template to pull in only a handful of reviews at a time, and display them as snippets on the shopping cart or checkout page. As one of the main areas where a sale is decided upon, and where consequently trust is vitally important, this would be a highly effective, yet simple step to alert your customers to the store’s trustworthiness.

Top features of the Integration Suite

  • Caching of the ShopperApproved Rating Feed for fast page loads
  • Template based formatting of the output
  • Unlimited number of different templates for page integration, one template for email integration
  • Selection of ratings to display e.g. “at least 4 star ratings”
  • Random ratings or chronological list of ratings
  • Easy function call for output in the storefront
  • Intelligent handling of incompatibilities and extra fields from the ShopperApproved Rating Feed to utilize all information given in the ShopperApproved Rating Feed

Getting started

Install and activate the module – configure as described in the Module’s admin interface.

Integrate Ratings into the storefront

You can copy the included default templates located in /mailhive/configbeez/config_shopperapproved_integration/templates/ and rename them into custom templates.

Let’s say you wanted to add the ShopperApproved reviews to your ’Contact Us’ page. In order to do this, you would simply use the following PHP code and place it into the ’Contact us’ page.

//include class
require_once(DIR_FS_CATALOG . 'mailhive/configbeez/config_shopperapproved_integration/classes/mh_shopperapproved_integration.php');
$widget = new mh_shopperapproved_integration();

// generate output ($template, $items_limit, $min_stars, $random, $min_chars_comment)
echo $widget->output('default_storefront.html.tpl', 20, 4, true, 10);

The included DIV/CSS based template default_storefront.html.tpl can be copied to e.g. my_shoppingcart.html.tpl, which can be customized to match your store’s theme with only a little extra work.

Integrate Ratings into MailBeez campaigns

By adding a simple tag into your MailBeez template you can also show your ratings in all or selected MailBeez generated emails. Please read more about this on the Filterbeez module page Add ShopperApproved Rating.

Via the introduction of a simple tag within the email body, Always Riding has spiced up the “Nopurchase – Contact customers w/o orders” Mailbeez module with some nice customer quotes, fed directly from the ShopperApproved Integration module.

Of course you can also add this tag into other MailBeez modules and use it in any MailBeez campaign you like.


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