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}
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
Fehler gefunden? Möchten Sie diese Seite verbessern?
diese Seite bearbeiten