Advanced Opt-Out with Admin
MailBeez.com, V. 2.1Is this module compatible with my Cart?
24 months of free updates included! Buy now and get future features for freeThis module requires a licence to run. During the purchase process, please make sure to enter the store URL for which you will use Mailbeez, and you will receive this personalized licence with the download information. If you are not sure, please contact MailBeez before placing your order.
There may come a time in the life of your eCommerce store when you would like to manually edit which of your customers will receive Mailbeez generated emails, and this handy module gives you the tools to be able to do just that.
This module enhances the Opt-Out handling and let you administer customer’s Opt-Out settings.
Advanced Opt-Out handling
The advanced opt-out handling enhances the MailBeez platform with these features
Opt-Out all MailBeez Emails
By inserting {$block_all_url} you are able to provide an additional opt-out link that blocks all MailBeez modules for the customer, so you can add following bold line to your footer template
<a href="{$block_url}">click to unsubscribe</a>
|
<a href="{$block_all_url}">click to unsubscribe ALL</a>
Disable Opt-Out for selected modules
You won’t want to allow customers to opt-out for e.g. payment reminders, so you can define a list of exceptions.
With following code in your footer you can control the display of opt-out links for modules you have added to the list of exceptions, of course the links themselves are inactive as well:
{if $noblock}
You can not unsubscribe this notification
{else}
<a href="{$block_url}">click to unsubscribe</a>
|
<a href="{$block_all_url}">click to unsubscribe ALL</a>
{/if}
Opt-Out administration
Whilst each Mailbeez generated email already provides full opt-out links as standard which do allow individual customers to opt-themselves out of future communications, the Mailbeez Opt Out module goes a step further, giving the store owner the ability to manually block customers from receiving emails from specific modules, or indeed the output of any Mailbeez module. In addition, the module can undo a customers’ opt-out in case they clicked by mistake.






