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

Shopauskunft 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 Shopauskunft.de Enterprise account, this Mailbeez module allows you to easily embed Shopauskunft reviews on your website, and as embedded content within Mailbeez emails; greatly extending the reach of your Shopauskunft investment.

Like many enterprising retailers, if you have made the investment and signed up for a Shopauskunft Enterprise 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 Shopauskunft Integration Suite effectively gives you the tools to publish your Shopauskunft 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 Shopauskunft 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 drop-in installation into MailBeez
  • Easy function call for output in the storefront

Getting started

Install and activate the module – configure your API feed as described in the Module’s admin interface. You can use the integrated Test-Button to test your settings and check if the API feed is correctly imported.

Integrate Ratings into the storefront:

Let’s say you wanted to add the Shopauskunft 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_shopauskunft_integration/classes/shopauskunft_integration.php');
// create new instance
$feed = new shopauskunft_integration();
// generate output (template, number of ratings, min stars, shuffle)
echo $feed->output_feed('feed_reviewpage.tpl', 7, 4, 'True');

The included DIV/CSS based template “feed_reviewpage.tpl” generates a default output, 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, read more on integrate Shopauskunft ratings into MailBeez Emails


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.0

21.04.2020

    • PHP7.4 refactoring
    • Support for 4.0 Core Framework

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

22.11.2016

    • more robust feed parsing

v3.2

13.09.2016

    • PHP7 compatibility
    • framework updates

v3.1

11.05.2016

    • switch to Shopauskunft API V3.0

v3.02

20.05.2015

    • MailBeez compatibility

v3.01

28.04.2015

    • support for Gambio 2.3

v3.0

11.03.2013

    • MailBeez V3.0 compatibility

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