{{ 'Följesedel' | 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 %}
|
{{ 'Kund' | trans }}
{{ order.name }} |
{{ order.contactName }} |
{{ order.deliveryAddress }} |
{{ order.deliveryPostNr }} {{ order.deliveryCity }} |
{{ order.deliveryCountry }} |
{{ order.contactEmail }} |
{{ order.mobileNr }} |
|
|
{{ 'Produkt' | trans }} | {{ 'Supplier' | trans }} | {{ 'Storlek' | trans }} | {{ 'Antal' | trans }} |
---|---|---|---|
{{ item.productName }}
{{ item.productSku }} {% if item.texts is not empty %} {% for text in item.texts %} - {{ text | raw }} {% endfor %} {% endif %} {% if item.addOnText is not empty %} - {{ item.addOnText | raw }} {% endif %} |
{{ item.productModelName }} {{ item.productModelVariantName }} {{ item.supplierComment }} |
{{ item.productSizeText }} | {{ item.quantity }} |