Pos. | Bezeichnung | Menge | Preis | Summe |
{{ loop.index }} |
{{ lineItem.label|u.wordwrap(80) }} {% if lineItem.payload.options is defined and lineItem.payload.options|length >= 1 %} {% for option in lineItem.payload.options %} {{ option.group }}: {{ option.option }} {% if lineItem.payload.options|last != option %} {{ " | " }} {% endif %} {% endfor %} {% endif %} {% if lineItem.payload.productNumber is defined %}Artikel-Nr: {{ lineItem.payload.productNumber|u.wordwrap(80) }}{% endif %} |
{{ lineItem.quantity }} | {{ lineItem.unitPrice|currency(currencyIsoCode) }} | {{ lineItem.totalPrice|currency(currencyIsoCode) }} |
{{ index }} |
{{ discountLineItem.label|u.wordwrap(80) }} {% if discountLineItem.payload.options is defined and discountLineItem.payload.options|length >= 1 %} {% for option in discountLineItem.payload.options %} {{ option.group }}: {{ option.option }} {% if discountLineItem.payload.options|last != option %} {{ " | " }} {% endif %} {% endfor %} {% endif %} {% if discountLineItem.payload.productNumber is defined %}Artikel-Nr: {{ discountLineItem.payload.productNumber|u.wordwrap(80) }}{% endif %} |
{{ discountLineItem.quantity }} | -{{ discount.discount|currency(currencyIsoCode) }} | -{{ discount.discount|currency(currencyIsoCode) }} |
Versandkosten: {{ order.deliveries.first.shippingCosts.totalPrice|currency(currencyIsoCode) }}
Gesamtkosten Netto: {{ order.amountNet|currency(currencyIsoCode) }}
{% for calculatedTax in order.price.calculatedTaxes %}
{% if order.taxStatus is same as('net') %}zzgl.{% else %}inkl.{% endif %} {{ calculatedTax.taxRate }}% MwSt. {{ calculatedTax.tax|currency(currencyIsoCode) }}
{% endfor %}
{% if not displayRounded %}{% endif %}Gesamtkosten Brutto: {{ total|currency(currencyIsoCode,decimals=decimals) }}{% if not displayRounded %}{% endif %}
{% if displayRounded %}
Gesamtkosten Brutto gerundet: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}
{% endif %}
Gewählte Versandart: {{ delivery.shippingMethod.translated.name }}
{{ delivery.shippingMethod.translated.description }}
{% set billingAddress = order.addresses.get(order.billingAddressId) %}
Rechnungsadresse:
{{ billingAddress.company }}
{{ billingAddress.firstName }} {{ billingAddress.lastName }}
{{ billingAddress.street }}
{{ billingAddress.zipcode }} {{ billingAddress.city }}
{{ billingAddress.country.translated.name }}
Lieferadresse:
{{ delivery.shippingOrderAddress.company }}
{{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}
{{ delivery.shippingOrderAddress.street }}
{{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}
{{ delivery.shippingOrderAddress.country.translated.name }}
{% if order.orderCustomer.vatIds %}
Ihre Umsatzsteuer-ID: {{ order.orderCustomer.vatIds|first }}
Bei erfolgreicher Prüfung und sofern Sie aus dem EU-Ausland
bestellen, erhalten Sie Ihre Ware umsatzsteuerbefreit.
{% endif %}
Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich "Mein Konto" - "Meine Bestellungen" abrufen: {{ rawUrl('frontend.account.order.single.page', { 'deepLinkCode': order.deepLinkCode }, salesChannel.domains|first.url) }}
Für Rückfragen stehen wir Ihnen jederzeit gerne zur Verfügung.