{% if billing_address.name %}

Dear {{ billing_address.name }},

{% endif %}

{% if fulfillment.item_count == item_count %}All{% elsif fulfillment_status == 'fulfilled' %}The last{% else %}Some{% endif %} of the items from order {{ name }} have now been processed and will be out for shipping asap:

Please allow up to 3-4 weeks to receive your purchase.

Tracking numbers may take up to 5 days to display data for U.S. orders and up to 10 days to display data for International orders.

Please note: All our pillow covers are custom made for each order and due to the popularity of certain items in our catalog, shipping times may take longer than the estimate.

Please be advised that once your item has been shipped, your order cannot be modified or cancelled.

Orders containing more than one item may arrive in separate packages on different dates.

We appreciate your patience and understanding while your items are on their way .

{% for line in fulfillment.fulfillment_line_items %}{{ line.quantity }}x {{ line.line_item.title }}
{% endfor %}

{% if requires_shipping %}They are being shipped {% if fulfillment.tracking_company %}via {{ fulfillment.tracking_company }} {% endif %}to the following address:

{{ shipping_address.name }}
{{ shipping_address.street }}
{{ shipping_address.city }}
{{ shipping_address.province }} {{ shipping_address.zip }}
{{ shipping_address.country }}

{% if fulfillment.tracking_numbers.size > 0 %} {% if fulfillment.tracking_numbers.size == 1 %} {% assign firstLetter = fulfillment.tracking_numbers.first | slice: 0 %}

The tracking number for these items is Click here to see the status of your shipment.

{% else %}

The tracking details for these items are as follows:

{% for tracking_number in fulfillment.tracking_numbers %} {% assign firstLetter = tracking_number | slice: 0 %} The tracking number for this item is {% if tracking_number.size == 12 and firstLetter == "9" %} https://track.aftership.com/sf-express/{{ tracking_number }} {% elsif tracking_number.size == 12 %} https://www.fedex.com/apps/fedextrack/?tracknumbers={{ tracking_number }}&locale=en_US&cntry_code=us {% elsif tracking_number.size == 10 %} http://www.dhl.com/en/express/tracking.html?AWB={{ tracking_number }}&brand=DHL {% else %} https://www.17track.net/en/track?nums={{ tracking_number }} {% endif %} Click here to see the status of the shipment.
{% endfor %}

Click the links below for shipping status on these items:

{% for tracking_url in fulfillment.tracking_urls %} {{ tracking_url }}
{% endfor %}

{% endif %}

Please allow some time for the status of the shipment to correctly display at the above address.

{% endif %}{% endif %}{% if fulfillment_status != 'fulfilled' %}

You will receive a confirmation email when more items from your order have been shipped.

{% endif %}

Thank you for ordering from {{ shop_name }}!