The main settings are defined in collection main > main__settings
These settings can be overridden in collection: tenant > tenant__settings
| Attribute | Format | Remarks |
| ga_tracking_id | Optional GA Tracking ID
Example {"key" : "ga_tracking_id", "value" : "UA-87774626-1"} | |
| gtm_tracking_id | Optional GTM Tracking ID
Example {"key" : "gtm_tracking_id", "value" : "UA-87774626-1"} | |
| quantity_picker | Optional Indicates which quantity picker should be used
Example {"key" : "quantity_picker", "value" : "relative"}
Syntax absolute (default) ; relative | - absolute
shows the absolute quantity and uses that value for calculations (e.g. 1 box of 12 pieces -> 12 pieces) - relative
shows the number of sales units and uses that value for calculations (e.g. 1 box of 12 pieces -> 1 box)
|
| MAIL_ORDER_CONFIRMATION | Optional Settings of the order confirmation emails
Sub-attributes
- mail_from
From-address - mail_cc (array)
CC to - mail_bcc (array)
BCC to - default_template_id
Postmark template ID - template_ids (array)
Postmark template ID per language - logo_url
Logo URL - mail_sender_name
Name of the sender
| - If no settings are available, the default OrderField values are used
|
| MAIL_PASSWORD_RESET | Optional Settings of the password reset emails
Sub-attributes
- mail_from
From-address - mail_cc (array)
CC to - mail_bcc (array)
BCC to - default_template_id
Postmark template ID - template_ids (array)
Postmark template ID per language - logo_url
Logo URL - mail_sender_name
Name of the sender
| - If no settings are available, the default OrderField values are used
|
| MAIL_QUOTE_CONFIRMATION | Optional Settings of the quote emails
Sub-attributes
- mail_from
From-address - mail_cc (array)
CC to - mail_bcc (array)
BCC to - default_template_id
Postmark template ID - template_ids (array)
Postmark template ID per language - logo_url
Logo URL - mail_sender_name
Name of the sender - mail_sender_phone
Phone number of the sender
| - If no settings are available, the default OrderField values are used
|
| MAIL_POSTMARK_API_KEY | Optional Alternative Postmark key
Example {"key" : "MAIL_POSTMARK_API_KEY","value" : "1234567qwertyu","roles" : ["admin"]} | - Use this if the tenant mails are sent by an alternative Postmark server
|
| show_breadcrumbs | Optional Indicates if breadcumbs should be shown
Example {"key" : "show_breadcrumbs","value" : false,"roles" : []}
Syntax true (default) ; false | |
Last updated on 6/12/2019