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

Add Shopauskunft Ratings to Emails


Automatically add your store’s Shopauskunft reviews into any MailBeez email campaign with this filter, part of the Shopauskunft Integration Suite; perfect for spicing up the Winback and No Purchase Mailbeez modules.

Usage

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

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

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

{$content.rss.shopauskunft.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_shopauskunft_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.shopauskunft}
{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}

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)


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

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