{{ '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.deliveryAddressOther }} |
| {{ order.contactName }} |
| {{ order.deliveryAddress }} |
| {{ order.deliveryPostNr }} {{ order.deliveryCity }} |
| {{ order.deliveryCountry }} |
| {{ order.contactEmail }} |
| {{ order.mobileNr }} |
|
|
||||||||||||||||||
| {{ 'Produkt' | trans }} | {{ 'Supplier' | trans }} | {{ 'Storlek' | trans }} | {{ 'Antal' | trans }} |
|---|---|---|---|
|
{{ item.productSku }}
{{ item.productName }} {% if item.comment is not empty %} {{ item.comment }}{% endif %} {% 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 == 'Default Title' ? '-' : item.productSizeText }} | {{ item.quantity }} |