{{ $ctrl.isPending ? 'Pending ' : '' }}Order Details

Go back to Group Orders
Loading...

Summary

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 }}
Email Approver

{{ $ctrl.isPending ? 'Pending ' : '' }}Items

Shipping Address

{{ $ctrl.order.shipping_name }}

Customer has Locked Shipping enabled.

Billing Address

{{ $ctrl.order.billing_name }}

Customer has Locked Billing enabled.

Additional Information

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

Checkout complete for Order {{ $ctrl.orderId }}

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.

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 }}
Discount {{ $ctrl.order.promo_discount | currency }}
Shipping {{ $ctrl.order.shipping_total | currency }}
Tax {{ $ctrl.order.tax | currency }}
Total Amount {{ $ctrl.order.total_amt | currency }}