#{{order.id}} Order Details

Order number
Date
Total
Status
{{order.id}}
{{order.date | date:'short'}}
$ {{order.total}}
{{order.status}}

Shipping address

{{order.street}} {{order.city}} {{order.country}}
{{item.productName}}
$ {{item.unitPrice | number:'.2-2'}}
{{item.units}}
${{(item.units * item.unitPrice) | number:'.2-2'}}
Total
${{order.total | number:'.2-2'}}