{{ vE.orderNoOpenorder }}
{{ vE.orderTotalTitle }} |
{{(total/price) | number: '1.08'}}
|
1.0 ≅ {{ price | currency: getCurrency()}}
|
{{total | currency: getCurrency()}}
|
|
{{item.name}}
|
{{item.qty}}
|
{{item.qty * item.cost | number:'1.02' | currency: getCurrency() }}
|
|
0">
Sales Tax |
{{ tax / 100 | percent:'1.2-4'}} |
{{ order.taxAmount | currency: getCurrency() }} |
|
0">
Value-Added Tax |
{{ vat / 100 | percent:'1.2-4' }} |
{{ order.vatAmount | currency: getCurrency() }} |
|
|
|
|