{% block subject %}PT Coffee: Confirmation for Order No. {{ order_id }}{% endblock %} {% block html %}

Thank you for your order!

Hi {{ full_name }}, we're getting your order ready to be shipped. We will notify you when it has been sent.

Shipping Information

{{shipping_address.first_name}} {{shipping_address.last_name}}
{{shipping_address.street_address_1}}
{% if shipping_address.street_address_2 %} {{shipping_address.street_address_2}}
{% endif %} {{shipping_address.city}}, {{shipping_address.state}}, {{shipping_address.postal_code}}

Order Summary

{% for line in line_items %} {% endfor %} {% if coupon_amount != '0.00' %} {% endif %}
Product Options Qty. / Price
{{ line.variant }} {{ line.customer_note }} {{ line.quantity }} × ${{ line.unit_price }}
Subtotal: ${{ subtotal_amount }}
Coupon: ${{ coupon_amount }}
Shipping: ${{ shipping_total }}
Total: ${{ total_amount }}

If you have any questions, send us an email at support@ptcoffee.com.

Thanks,
Port Townsend Roasting Co.

{% endblock %}