{{order.type}} #{{order.id}}

Created

{{order.createdAtSec | date:"M/dd/yyyy \'at\' HH:mm"}}

Completed

{{order.completedDateSec ? (order.completedDateSec | gdate:'M/DD/YYYY'): 'TBD'}}

Status

{{order.status}}

Shipment {{$index + 1}} of {{order.shipments.length}} Your shipment
{{getProgressStatus(shipment.status)}}
{{shipment.estimateDate.shippedOnSec ? 'Delivering on': 'Est. delivery by'}} {{(shipment.estimateDate.deliveryBySec || shipment.estimateDate.estDeliveryBySec)|date:'MMM d'}} Delivered On {{shipment.estimateDate.deliveredOnSec|date:'MMM d'}} We’re making this for you from scratch. Track live production progress of each item below. You’ll receive an email when they're shipped.
{{getProgressStatus(shipment.status)}}
{{item.product.name}}  {{item.product.category}}
{{item.product.designer}}
{{item.product.color.name}}, {{item.product.height}}" tall
{{ (item.amount.subtotal) | ecurrency }}
{{item.status}}
{{ (item.amount.subtotal) | ecurrency }}
{{item.status}}
Shipping
{{order.address.firstName}} {{order.address.lastName}} , {{order.address.company}}
{{order.address.street}} , {{order.address.unit}}
{{order.address.city}}, {{order.address.state}}, {{order.address.zip}}
{{order.address.country}}
{{order.address.phone | tel}}
{{order.shipping.provider}} {{order.shipping.option}}
Payment

{{order.payment.cardType}} ending in {{order.payment.number}}

Summary
Subtotal
{{order.amount.subtotal/100 | currency}}
Shipping
{{order.amount.shipping/100 | currency}}
Tax
{{order.amount.tax/100 | currency}}
Credit
-{{order.amount.credit/100 | currency}}
Gift
-{{order.amount.gift/100 | currency}}
Total
{{(order.amount.subtotal + order.amount.shipping + order.amount.tax - (order.amount.credit || 0) - (order.amount.gift || 0))/100 | currency}}