-
{{ item.quantity }} x {{ item.product.title }} {{ cart.getSubtotal(item)|currency:"€" }}
Cart without VAT: {{ cart.getTotalWithoutVAT()|currency:"€" }}
Cart VAT: {{ cart.getTotalVAT()|currency:"€" }}
Cart total: {{ cart.getTotalWithVAT()|currency:"€" }}