{% 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" %}
Rechnung

  • Rechnungs-Nr. {{ order.shopOrderId }}
  • Rechnungsdatum {{ orderDetail.createdAt | date: "%d.%m.%Y" }}
  • E-Mail {{ customer.email }}
Rechnungsadresse
  • {{ customer.billingAddress.firstName }} {{ customer.billingAddress.lastName }}
  • {% if customer.billingAddress.company != blank %}
  • {{ customer.billingAddress.company }}
  • {% endif %}
  • {{ customer.billingAddress.street }} {{ customer.billingAddress.streetNo }}
  • {{ customer.billingAddress.city }} {{ customer.billingAddress.zip }}
  • {% if customer.phone != blank %}
  • Tel. {{ customer.phone }}
  • {% endif %}
{% comment %}
{% if shipping_address and shipping_address != "" and shipping_address != nil %}
Versandadresse
{% endif %}
    {% if shipping_address and shipping_address != blank %}
  • {{ shipping_address.name }}
  • {% if shipping_address.company != blank %}
  • {{ shipping_address.company }}
  • {% endif %}
  • {{ shipping_address.address1 }}
  • {% if shipping_address.address2 != blank %}
  • {{ shipping_address.address2 }}
  • {% endif %}
  • {{ shipping_address.zip | upcase }} {{ shipping_address.city }}
  • {% if shipping_address.province != blank %}
  • {{ shipping_address.province }}
  • {% endif %} {% if shop.country != shipping_address.country %}
  • {{ shipping_address.country }}
  • {% endif %}
  • Tel. {{ shipping_address.phone }}
  • {% endif %}
{% endcomment %}

{% comment %} {% assign hidden_variant_ids = "" %} {% for line_item in line_items %} {% if line_item.properties._boldVariantIds %} {% assign hidden_variant_ids = hidden_variant_ids | append: ',' %} {% assign hidden_variant_ids = hidden_variant_ids | append: line_item.properties._boldVariantIds %} {% endif %} {% endfor %} {% endcomment %} {% assign hidden_variant_ids = hidden_variant_ids | split: ',' %} {% for lineItem in lineItems %} {% if lineItem.amount < 1 %}{% continue %}{% endif %} {% endfor %}
Artikelbeschreibung Anzahl
Preis
Gesamt

{{ lineItem.productVariant.title | replace: " - Default Title", "" }}

× {{ lineItem.paid }} {% if lineItem.discount > 0 %}

{{ lineItem.netPrice | money }}

{{ 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 %}
{% if orderDetails.note != blank %}
Anmerkungen
{{ orderDetails.note | newline_to_br }}
{% endif %}
{% if orderDetail.totalDiscount != 0.00 %} {% endif %} {% comment %} {% for tax_line in tax_lines %} {% endfor %}{% endcomment %} {% assign brutto_to_netto_divisor = 1.19 %} {% assign total_netto = orderDetail.totalPrice | divided_by: brutto_to_netto_divisor %} {% assign total_netto_rounded = total_netto | times: 100 | round | divided_by: 100 %} {% assign tax_rounded = orderDetail.totalPrice | minus: total_netto | times: 100 | round | divided_by: 100 %}
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.