Order Details

Go back to Orders
Loading...

Summary

Order ID Date Status Subtotal Total
{{ $ctrl.order.order_id }} {{ $ctrl.order.status | uppercase }} {{ $ctrl.order.subtotal | currency }} {{ $ctrl.order.total_amt | currency }}

Items

Tracking

Carrier Tracking #
{{shipment.carrier || 'N/A'}} {{shipment.code}} {{shipment.code}} N/A

Shipping

{{ $ctrl.order.shipping_name }}

{{ $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 }}

Billing

{{ $ctrl.order.billing_name }}

{{ $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 }}

Additional Information

{{ item.name }} {{ item.value }}

Payment

This order was placed with a credit line.

This order was placed with a credit card ending in: {{ $ctrl.order.credit_card }}

Promo Code(s) Applied: {{promo.code}} ({{promo.discount | percentage: 0}})
Shipping Carrier
{{ $ctrl.order.shipping_carrier }}
Tracking Code
{{ $ctrl.order.tracking_code }}
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 }}