{%- if shop.email_logo_url %} {{shop.name}} {%- else %}

{{ shop.name }}

{%- endif %}
 
 
{{ service_name }},
Please fulfill the following order ({{ name }}) for {{ shop_name }}. If you have any questions, please contact us.
 
Total number of items: {{ fulfillment.item_count }}
Unique items: {{ fulfillment.fulfillment_line_items.size }}
 
Regards,
{{ shop_name }}
 
 
Items to fullfill
 
{% assign rows_count = 0 %} {% for line in fulfillment.fulfillment_line_items %} {% unless rows_count == 0 %} {% endunless %} {% capture temp %}{{ num | plus: 1 }}{% endcapture %} {% assign rows_count = temp %} {% if line.line_item.image %} {% endif %}
 
{{ line.line_item.title }}
{{ line.line_item.title }}
{% if line.line_item.sku != blank %}SKU: {{ line.line_item.sku }}
{% endif %} Quantity: {{ line.quantity }}
{% if line.line_item.grams != blank %} Grams: {{ line.line_item.grams }}
{% endif %} {% if line.line_item.vendor != blank %}Vendor: {{ line.line_item.vendor }}{% endif %}
{% endfor %}
 
 
{% if shipping_address %}
Shipping address
{{ shipping_address.name }}{% if shipping_address.company %} {{ shipping_address.company }}{% endif %}
{{ shipping_address.address1 }} {{ shipping_address.address2 }}
{{ shipping_address.city }}, {{ shipping_address.province }}
{{ shipping_address.zip }}
{{ shipping_address.country }} {% if shipping_address.phone %}
Phone: {{ shipping_address.phone }}{% endif %}
{% endif %}
 
Shipping method
{% if shipping_method %}{{ shipping_method.title }}{% else %}None{% endif %}
 
Tracking number
{% if fulfillment.tracking_number %}{{ fulfillment.tracking_number }}{% else %}None{% endif %}
 
Customer email
{{ email }}
 
 
{%- if shop.email_logo_url %} {{ shop.name }} {%- else %}

{{ shop.name }}

{%- endif %}
 
If you have any questions, reply to this email or contact us at {{ shop.email }}