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

Add Profiling Data


under development

this module works in combination with the profiling engine and adds

Orders Profiles

{$data.profiles.order.profiles} - CSV string with all assigned profile_ids e.g "2,6,9"
{$data.profiles.order} - array with all assigned profiles
{$data.profiles.order.<profile_id>} - array if profile with <profile_id> is set

Customer Profiles

{$data.profiles.customer.profiles} - CSV string with all assigned profile_ids e.g "2,6,9"
{$data.profiles.customer} - array with all assigned profiles
{$data.profiles.customer.<profile_id>} - array if profile with <profile_id> is set

Example

{if is_array($data.profiles.order.6)}
   this order has profile tag 6
{/if}
{if is_array($data.profiles.customer.42)}
   this customer has profile tag 42
{else}
   Hey
{/if}


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

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