$customHeader
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

ORDER CONFIRMATION


{{#if order_message}}
(message from backoffice) ({{order_message}})


{{else}}

{{#if order_status = 5}} Confirmed (payment done or pickup order or B2B payment allowed by invoice {{/if}}
{{#if order_status = 7}} Processing {{/if}}
{{#if order_status = 8}}
{{#if delivery_type = 1}} Uw bestelling staat klaar in de winkel
{{else}} Uw bestelling is verzonden
{{/if}}
{{/if}}
{{#if order_status = 99}} Annulatie bestelling {{/if}}

{{/if}}

TRACKING URL

AVAILABLE ON ORDER_STATUS 8 AND DELIVERY_TYPE 4

"name": "packages",
"content": [
{
"weight": "0.0",
"tracking_url": ""###########"
}
]

{{#each packages}}
{{#if tracking_url}}
{{tracking_url}}
{{/if}}

{{/each}}

MESSAGE FROM CUSTOMER (ORDER_MESSAGE)

{
"name": "message",
"content": "###########"
}

  • No labels