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.
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}
Gambio GX2/GX3/GX4
Modified-Shop 1.x/2.x/3.x
ZenCart 1.3.x/1.5.x/2.x
osCommerce 2.x
MailBeez.io API V2
Found errors? Think you can improve this documentation?
edit this page