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

Shopper Approved Advanced


Get this Module as part of following plans:

Start Up

S M L

Business

S M L

Enterprise

S M L

Get the most out of your Shopper Approved plan

This module allows you to invite your customers to review your Store on Shoppperapproved.com. You can even go back in time to kickstart your reviews!

Advanced Features

This advanced module gives you a couple of settings to streamline and improve the process of inviting customers to give a review on Shopper Approved.

Multiple order status

Do you use different order status? No problem, you decide which order status you want the module to react on.

Delay times for international orders

Shipping to international customers typically takes a couple days longer. To avoid sending a review invite before delivery, you can define an additional delay for orders shipping to other countries than your own!

The module automatically applies this delay to all orders which are shipped to a country, which is different from the home country you configured in your shopping-cart system.

Recognition of regular customers

Don't want to bother your regular customers with an invite to review on Shopper Approved? Simply define a delay (e.g. 120 days) between two invites and you're done. The module will check when the last invite was sent and decide whether to wait or to send a new invite.

Segmentation by number of orders

Select how many orders a customer must haved placed before the module invites them to give a review!

Want to integrate your valuable Shopper Approved ratings with your marketing efforts?

Using the Shopper Approved Integration Suite you can easily integrate your Shopper Approved reviews with your online shopping-cart - in a way that makes this unique and "fresh" content visible to search engines - and your MailBeez generated marketing emails!

Different ways to invite

Choose different ways to invite your customers to give reviews - all customizable to your needs! You can also create the initial invite with pre-populated customer data!

Default review page

The default review page is template based and you can easily set up your own, customized template!

Make any page a review page

Insert the following code on the page (e.g. my-custom-page.php) where you want to direct the customers to place a review:

if (isset($_GET['SA'])) {
    require_once(DIR_FS_CATALOG . 'mailhive/mailbeez/shopperapproved_advanced.php');
    $sa = new shopperapproved_advanced();
    $code = $sa->generate_page($_GET['SA'], 'core.tpl.html');
    echo $code;
}

...then adjust the invite link in your MailBeez email template to e.g.:

http://mydomain.com/my-custom-page.php?SA={$sa_invite_parameter_value}

Invite to full Survey with pre-populated order-id

Do you want to skip the initial survey? No Problem!

Copy the link to the full survey from your Shopper Approved account into your MailBeez email template. Replace <order-id> with {$order_id}

Now customers are directed to the full survey with pre-filled order id!


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

21.04.2020

    • PHP7.4 refactoring
    • Support for 4.0 Core Framework

v4.0

24.09.2018

    • PHP7.2 refactoring
    • Upgrade to 4.0 Pro Framework

v3.32

24.02.2017

    • more robust query

v3.31

02.07.2016

    • hide when integration not installed / not active

v3.3

14.06.2016

    • support for preheader
    • PHP7 refactoring

v3.22

17.8.2015

    • improved query, sort order of data

v3.11

22.6.2015

    • added configurable site code for full survey link
    • allow to override site in email template

v3.03

12.5.2015

    • added fullsurvey redirect
    • feature improvements

v3.0

07.5.2015

    • starting changelog
    • MailBeez V3.0 ready

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