{{ column_location }} | {{ column_reference }} | {{ column_product }} | {{ column_weight }} | {{ column_model }} | {{ column_quantity }} |
{{ product.location }} |
{% if product.sku %}
{{ text_sku }} {{ product.sku }}
{% endif %} {% if product.upc %} {{ text_upc }} {{ product.upc }} {% endif %} {% if product.ean %} {{ text_ean }} {{ product.ean }} {% endif %} {% if product.jan %} {{ text_jan }} {{ product.jan }} {% endif %} {% if product.isbn %} {{ text_isbn }} {{ product.isbn }} {% endif %} {% if product.mpn %} {{ text_mpn }}{{ product.mpn }} {% endif %} |
{{ product.name }}
{% for option in product.option %}
- {{ option.name }}: {{ option.value }} {% endfor %} {% if product.reward %} - {{ text_points }} {{ product.reward }} {% endif %} |
{{ product.weight }} | {{ product.model }} | {{ product.quantity }} |
{{ text_comment }} |
{{ order.comment }} |