Order ID | Date | Requestor | Status | Subtotal | Total |
---|---|---|---|---|---|
{{ $ctrl.order.order_id }} | {{ $ctrl.order.order_date_time | date:'short' }} | {{ $ctrl.order.requestor }} | {{ $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 }} |
---|
Your order has been submitted. You may view the order from the Orders page or return home. You can also click Next Order to approve the next pending order.
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 }} |