{{ $ctrl.order.order_date | date : 'short' }} by {{ $ctrl.order.customer.name }}
{{ $ctrl.order.status }}
| Subtotal | {{ $ctrl.order.subtotal | currency }} |
|---|---|
| Discount | {{ $ctrl.order.promo_discount | currency }} |
| Shipping | {{ $ctrl.order.shipping | currency }} |
| Tax | {{ $ctrl.order.tax | currency }} |
| Total | {{ $ctrl.order.total_amt | currency }} |