Order status update
Hi {{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},
We're writing to let you know that the status of your order at {{ salesChannel.translated.name }} (number: {{ order.orderNumber }}) has changed.
The new status is: {{ order.stateMachineState.translated.name }}.
You can check the current status of your order on our website at any time by going to:
{{ rawUrl('frontend.account.order.single.page', { 'deepLinkCode': order.deepLinkCode }, salesChannel.domains|first.url) }}
If you purchased without creating an account, you will not be able to track the status of your order online. However, you can still contact us if you have any questions.
Thank you for your patience and understanding.
Sincerely,
The {{ salesChannel.translated.name }} Team
Prod. no. | Description | Quantities | Price | Total |
{% if nestedItem.payload.productNumber is defined %}{{ nestedItem.payload.productNumber|u.wordwrap(80) }}{% endif %} |
{% if nestingLevel > 0 %}
{% for i in 1..nestingLevel %}
{% endfor %}
{% endif %}
0 %} style="padding-left: {{ (nestingLevel + 1) * 10 }}px"{% endif %}>
{{ nestedItem.label|u.wordwrap(80) }}
{% if nestedItem.payload.options is defined and nestedItem.payload.options|length >= 1 %}
{% for option in nestedItem.payload.options %}
{{ option.group }}: {{ option.option }}
{% if nestedItem.payload.options|last != option %}
{{ " | " }}
{% endif %}
{% endfor %}
{% endif %}
{% if nestedItem.payload.features is defined and nestedItem.payload.features|length >= 1 %}
{% set referencePriceFeatures = nestedItem.payload.features|filter(feature => feature.type == 'referencePrice') %}
{% if referencePriceFeatures|length >= 1 %}
{% set referencePriceFeature = referencePriceFeatures|first %}
{{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}
({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }})
{% endif %}
{% endif %}
|
{{ nestedItem.quantity }} | {{ nestedItem.unitPrice|currency(currencyIsoCode) }} | {{ nestedItem.totalPrice|currency(currencyIsoCode) }} |