[ Order List Detail ]

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

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