|
|
{{ product.name }}
{{ product.attributes.attribute.title }}: {{ product.attributes.attributeValue.title }}
|
{{ product.quantity }}
|
{{ $root.moneyFormat(product.price * 1.21) }} |
{{ $root.moneyFormat((product.price * 1.21) * product.quantity) }} |
Kortingscode ({{ couponCode }})
|
{{ $root.moneyFormat(couponTotal * -1) }}
|
|
Nog {{ $root.moneyFormat(priceLeftUntillFreeShipping) }} voordat je bestelling gratis wordt verzonden!
Je hoeft geen verzendkosten te betalen!
Subtotaal
|
{{ $root.moneyFormat(subTotal) }} |
|
Verzendkosten
|
{{ $root.moneyFormat(shippingTotal) }} |
|
BTW 21%
|
{{ $root.moneyFormat(taxTotal) }} |
|
Nog {{ $root.moneyFormat(priceLeftUntillFreeShipping) }} voordat je bestelling gratis wordt verzonden!
Je hoeft geen verzendkosten te betalen!
Totaalprijs
|
{{ $root.moneyFormat(cartTotal) }}
|
|