| Product | Quantity | Total | ||
|---|---|---|---|---|
|
{{ line.code }} {{ line.description }}
{{ configuration.key }}: {{ configuration.value }}
|
{{ symbol() }}{{ fx(line.linePrice) | number: 2}} | X | ||
| Subtotal | {{ symbol() }}{{ fx(model.basket.total0) | number: 2 }} | |||
| Delivery | {{ model.basket.total1 === 0 ? "FREE" : (model.basket.total1 | number: 2) }} | |||
|
Delivery cost calculation required |
TBA | |||
| VAT | {{ symbol() }}{{ fx(model.basket.total0Inc + model.basket.total1Inc - model.basket.total0 - model.basket.total1) | number: 2 }} | |||
| Total | {{ symbol() }}{{ fx(model.basket.total0Inc + model.basket.total1Inc) | number: 2 }} | |||
There are no items in your basket.
Loading...
Comments