{% extends "oscar/communication/emails/base.html" %} {% load currency_filters i18n %} {% block tbody %}
Guten Tag {{ order.billing_address.salutation }},
Ihre Bestellung wurde in unser System aufgenommen und wird umgehend bearbeitet.
Danke, dass Sie sich für {{ CONFIG.company_short_name }} entschieden haben!
Wir bestätigen Ihnen hiermit den Eingang folgender Bestellung:
|
|||||||||
Liefermethode: {{ order.shipping_method }}{% if order.shipping_address.floor_number %} ({{ order.shipping_address.floor_title }}){% endif %} | |||||||||
Zahlungsart: {{ order.payment_provider }} | |||||||||
Warenkorb gesamt (ohne Rabatt): | {{ order.price.sum.incl|currency:order.currency }} | ||||||||
Summe Pfand: | {{ order.deposit.sum.incl|currency:order.currency }} | ||||||||
Rabatt '{{ discount.offer_name }}': | - {{ discount.amount|currency:order.currency }} | ||||||||
{{ order.shipping_method }}{% if order.shipping_address.floor_number %} ({{ order.shipping_address.floor_title }}){% endif %}: | {% if order.shipping_incl_tax %}{{ order.shipping_incl_tax|currency:order.currency }}{% else %}kostenlos{% endif %} | ||||||||
Zahlungsart ({{ order.payment_provider }}): | {% if order.payment_incl_tax %}{{ order.payment_incl_tax|currency:order.currency }}{% else %}kostenlos{% endif %} | ||||||||
Rechnungsbetrag: | {{ order.total.sum.incl|currency:order.currency }} | ||||||||
*Alle Preise enthalten die gesetzliche Mehrwertsteuer |
Lieferanschrift |
Rechnungsanschrift |
|||||||||||
Konto
|
Ihre Nachricht an uns: {{ note.message }} |
{% trans "Thanks for using our site!" %}
{% blocktrans with name=CONFIG.company_short_name %}The {{ name }} team{% endblocktrans %}