{% assign lighter_gradient_color = "#00C6FF" %} {% assign darker_gradient_color = "#0072FF" %} {% capture email_title %}Fulfillment request{% endcapture %} {% capture items_to_fulfill_heading_text %}Items to fulfill{% endcapture %}
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 }}
{% 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 %}
{{ 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 %}
{% if shipping_method %}{{ shipping_method.title }}{% else %}None{% endif %}
{% if fulfillment.tracking_number %}{{ fulfillment.tracking_number }}{% else %}None{% endif %}
{{ email }}
Questions? Reply to this email or contact us at {{ shop.email }}