Skip to content

Cart

Your cart is empty

Tracking

Order Number: {{order_number}}
Shopify Order Status: {{fulfillment_status}}
W3 Order Status: {{w3_order_status}}
Order Date: {{created_at}}
Last Updated: {{updated_at}}
Email Address: {{email}}
Shipping Information
{% for s in fulfillments %} Shipment: {{s.updated_at}} - {{s.tracking_company}} ({{s.tracking_number}})
{% endfor %}
Note: {{note}}
Billing Information
{{billing_address.first_name}} {{billing_address.last_name}}
{{billing_address.address1}}
{{billing_address.address2}}
{{billing_address.city}} {{billing_address.province_code}} {{billing_address.zip}}
{{billing_address.phone}}
Shipping Information
{{shipping_address.first_name}} {{shipping_address.last_name}}
{{shipping_address.address1}}
{{shipping_address.address2}}
{{shipping_address.city}} {{shipping_address.province_code}} {{shipping_address.zip}}
{{shipping_address.phone}}
{% for p in line_items %} {% endfor %} {% for s in shipping_lines %} {% endfor %}
Product Quantity Price Total
{{p.name}} {{p.quantity}} {{p.price}} {{p.price | times: p.quantity}} {{currency}}
Subtotal {{subtotal_price | round:2}} {{currency}}
Tax {{total_tax | round:2}} {{currency}}
{{s.title}} {{s.price | round:2}} {{currency}}
Total Price {{total_price | round:2}} {{currency}}