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!
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.
Do you use different order status? No problem, you decide which order status you want the module to react on.
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.
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.
Select how many orders a customer must haved placed before the module invites them to give a review!
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!
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!
The default review page is template based and you can easily set up your own, customized template!
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}
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!
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