{{ 'Orderbekräftelse' | trans | upper }} {{ (channel is null or channel.isSwitchOrderNrOrderCountNr() == false) ? order.orderNr : order.orderCountNr }}{{ 'Orderdatum' | trans }} {{ order.dateCreated | date('Y m d') }} |
{% if logo is not empty %}
|
|
|
| {{ 'Produkt' | trans }} | {{ 'Storlek' | trans }} | {{ 'Antal' | trans }} | {{ 'Pris ex moms' | trans }} |
|---|---|---|---|
|
{{ item.productSku }}
{{ item.productName }} {% if item.comment is not empty %} {{ item.comment }}{% endif %} {% set texts = item.getArrayTexts() %} {% if texts is not empty %} {% for text in texts %} - {{ text | raw }} {% endfor %} {% endif %} {% if item.addOnText is not empty %} - {{ item.addOnText | raw }} {% endif %} |
{{ item.productSizeText == 'Default Title' ? '-' : item.productSizeText }} | {{ item.quantity }} | {{ item.price | number_format(2, '.', ' ') }} {{ 'kr' | trans }} |
|
||||||||||||||||||||||||||||
|
{% if item.thumbnail is not empty %}
{{ item.fileName }} {% endif %} |
{% if index % 2 == 0 or index == korrectur|length %}
|
| {{ 'No items' | trans }} |