{{ 'Följesedel' | trans | upper }} {{ order.showOrderCountNr }}{{ 'Orderdatum' | trans }} {{ order.dateCreated | date('Y m d') }} |
{% if logo is not empty %}
|
{{ 'Kund' | trans }}
| {{ order.customerName }} |
| {{ order.customerAddress }} |
| {{ order.customerPostCode }} {{ order.customerCity }} |
| {{ order.customerCountry }} |
| {{ order.customerEmail }} |
| {{ order.customerMobile }} |
| {{ 'Produkt' | trans }} | {{ 'Storlek' | trans }} | {{ 'Antal' | trans }} |
|---|---|---|
|
{{ item.productSku }}
{{ item.productName }} {% 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 }} |