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

Add Gender


Get this Module as part of following plans:

Start Up

S M L

Business

S M L

Enterprise

S M L

 

This module adds gender information to all of your MailBeez email modules. It allows you to email your customers based on gender, resulting in a higher degree of reader relevancy, in turn, making customers less likely to unsubscribe for receiving emails about products that don’t interest them.

The module supports full gender recognition during testing & simulation to enable a full and complete test.

Choose which gender you want to use when sendning test-emails:

When you run an email module, recipients are displayed by gender:

In your email template you can use some logic to generate different output by gender:

{if $gender == "f"}
   Dear Mrs. {$lastname}
{elseif $gender == "m"}
   Dear Mrs. {$lastname}
{else}
   Hello {$firstname} {$lastname}
{/if}

in the visual editor use the following code to protect the tags from editing

[[if $gender == "f"]]
   Dear Mrs. [[$lastname]]
[[elseif $gender == "m"]]
   Dear Mr. [[$lastname]]
[[else]]
   Hello [[$firstname]] [[$lastname]]
[[/if]]

The gender specific personalisation is not limited to the salutation but you can even personalize content sections - even in the common main template - by gender.


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

26.04.2018

    • support for preview

v3.2

13.09.2016

    • PHP7 compatibility
    • framework updates

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