Item | Qty. | Price ({{order.currency.toUpperCase()}}) |
---|---|---|
{{item.name}} | {{item.qty}} | {{( item.qty * item.cost ) | number : '1.02' | currency: order.currency.toUpperCase()}} |
Invoice Total: | {{ order.total | number : '1.02' | currency: order.currency.toUpperCase()}} |
|