| {{ vE.orderTotalTitle }} |
{{(total/price) | number: '1.08'}}
|
1.0 ≅ {{ price | currency: getCurrency()}}
|
{{total | currency: getCurrency()}} |
| {{ vE.orderItemLbl }} | {{ vE.orderQtyLbl }}. | {{ vE.orderTotalLbl }} | |
|---|---|---|---|
| {{item.name}} | {{item.qty}} | {{item.qty * item.cost | number:'1.02' | currency: getCurrency() }} |
|