Zwischensumme
(inkl. MwSt.)
(exkl. MwSt.)
{{ $root.showTax ? cart.prices.subtotal_including_tax.value : cart.prices.subtotal_excluding_tax.value | price }}
{{ discount.discount_name }}
{{ discount.discount_amount | price }}
MwSt.
{{ cart.prices.applied_taxes[0].amount.value | price }}
Versandkosten
(exkl. MwSt.)
{{ cart.shipping_addresses[0].selected_shipping_method.price_incl_tax.value | price }}
Kostenlos
MwSt.
{{ cart.prices.applied_taxes[0].amount.value | price }}
Gesamtsumme exkl. MwSt.
Gesamt inkl. Mwst
{{ cart.prices.grand_total.value - (cart.prices.applied_taxes[0]?.amount.value ?? 0) | price }}
{{ cart.prices.grand_total.value | price }}
Gesamtsumme inkl. MwSt.
{{ cart.prices.grand_total.value | price }}