|
||||||||||||
![]() |
||||||||||||
{% 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 shipped:
|
||||||||||||
{% for line in fulfillment.fulfillment_line_items %}
|
SHIPPING ADDRESS |
BILLING ADDRESS |
{{ shipping_address.name }} {{ shipping_address.street }} {{ shipping_address.city }} {{ shipping_address.province }} {{ shipping_address.zip }} {{ shipping_address.country }} |
{{ billing_address.name }} {{ billing_address.street }} {{ billing_address.city }} {{ billing_address.province }} {{ shipping_address.zip }} {{ billing_address.country }} |
IMPORTANT INFORMATION
{% if fulfillment.tracking_numbers.size > 0 %} {% if fulfillment.tracking_numbers.size == 1 %}The tracking number for these items is {{ fulfillment.tracking_numbers.first }}. 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 %} {{ tracking_number }}
{% endfor %}
Click the links below for shipping status on these items:
{% for tracking_url in fulfillment.tracking_urls %} {{ tracking_url }}
{% endfor %}
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 %} CONTACT US | TERMS OF USE | PRIVACY POLICY | SITE MAP | © 2015 WARD & PARISH