{% assign primary_font = "Poppins" %} {% assign primary_font_color = "#000000" %} {% assign primary_font_size = "11px" %} {% assign secondary_font = "Poppins" %} {% assign secondary_font_color = "#333333" %} {% assign theme_color = "#303336" %}
Artikelbeschreibung | Anzahl |
Preis |
Gesamt |
---|---|---|---|
{{ lineItem.productVariant.title | replace: " - Default Title", "" }} |
× {{ lineItem.paid }} |
{% if lineItem.discount > 0 %}
{{ lineItem.netPrice | minus: lineItem.discount | money }} {% else %}{{ lineItem.netPrice | money }} {% endif %} |
{% if lineItem.discount > 0 %}
{{ lineItem.netPrice | minus: lineItem.discount | times: lineItem.paid | money }} {% else %}{{ lineItem.netPrice | times: lineItem.paid | money }} {% endif %} |
Rabatt (Gesamt) | -{{ orderDetail.totalDiscount | money }} |
Zwischensumme | {{ subtotal_price | money }} |
Versandkosten | {{ shipping_price | default: 0 | money }} |
Gesamtsumme Netto | {{ total_price | minus: total_tax | money }} |
{{ tax_line.title }} ({{ tax_line.rate | times: 100 }}%) | {{ tax_line.price | money }} |
Gesamtbetrag Netto ({{ orderDetail.currency }}) | {{ total_netto_rounded | money }} |
zzgl. 19% MwSt. ({{ orderDetail.currency }}) | {{ tax_rounded | money }} |
Gesamtbetrag Brutto ({{ orderDetail.currency }}) | {{ orderDetail.totalPrice | money }} |
Die Ware bleibt bis zur vollständigen Bezahlung im Eigentum des
Verkäufers.
Das Rechnungsdatum entspricht dem Leistungsdatum. Sofort fällig nach Rechnungsstellung, ohne Abzug, innerhalb von maximal 14 Tagen.