Order ID | Date | Status | Subtotal | Total |
---|---|---|---|---|
{{ $ctrl.order.order_id }} | {{ $ctrl.order.status | uppercase }} | {{ $ctrl.order.subtotal | currency }} | {{ $ctrl.order.total_amt | currency }} |
Carrier | Tracking # |
---|---|
{{shipment.carrier || 'N/A'}} | {{shipment.code}} {{shipment.code}} N/A |
{{ $ctrl.order.shipping.first_name }} {{ $ctrl.order.shipping.last_name }}
{{ $ctrl.order.shipping.email }}
{{ $ctrl.order.shipping.phone | tel }}
{{ $ctrl.order.shipping.address1 }}
{{ $ctrl.order.shipping.address2 }}
{{ $ctrl.order.shipping.city }}, {{ $ctrl.order.shipping.state }} {{
$ctrl.order.shipping.zip }}
{{ $ctrl.order.billing.first_name }} {{ $ctrl.order.billing.last_name }}
{{ $ctrl.order.billing.email }}
{{ $ctrl.order.billing.phone | tel }}
{{ $ctrl.order.billing.address1 }}
{{ $ctrl.order.billing.address2 }}
{{ $ctrl.order.billing.city }}, {{ $ctrl.order.billing.state }} {{ $ctrl.order.billing.zip
}}
{{ item.name }} | {{ item.value }} |
---|
This order was placed with a credit line.
This order was placed with a credit card ending in: {{ $ctrl.order.credit_card }}
Subtotal | {{ $ctrl.order.subtotal | currency }} |
---|---|
Promo Discount | {{ $ctrl.order.promo_discount | currency }} |
Shipping | {{ $ctrl.order.shipping_total | currency }} |
Tax | {{ $ctrl.order.tax | currency }} |
Total Amount | {{ $ctrl.order.total_amt | currency }} |