Back to list
Order number
Date
Total
Status
{{order.ordernumber}}
{{order.date | date:'short'}}
$ {{order.total}}
{{order.status}}
Description
{{order.description}}
Shiping address
{{order.street}}
{{order.city}}
{{order.country}}
Order details
{{item.productname}}
$ {{item.unitprice | number:'.2-2'}}
{{item.units}}
$ {{(item.units * item.unitprice) | number:'.2-2'}}
Total
$ {{order.total | number:'.2-2'}}