Bestellbestätigung
|
|
Guten Tag {{ $json.body.customer_data.billing.firstName }} {{ $json.body.customer_data.billing.lastName }},
vielen Dank für Ihre Bestellung bei Skrift. Wir haben Ihre Bestellung erhalten und werden diese schnellstmöglich bearbeiten.
|
|
Ihre Bestellnummer:
{{ $json.body.order_number }}
|
|
|
Ihre Bestellung
|
| Produkt: |
{{ $json.body.product === 'businessbriefe' ? 'Business Briefe' : $json.body.product === 'business-postkarten' ? 'Business Postkarten' : $json.body.product === 'follow-ups' ? 'Follow-Ups' : $json.body.product === 'einladungen' ? 'Einladungen' : $json.body.product === 'private-briefe' ? 'Private Briefe' : $json.body.product }} |
| Menge: |
{{ $json.body.quantity }} Stück |
| Format: |
{{ $json.body.format === 'a4' ? 'A4 Hochformat' : $json.body.format === 'a6p' ? 'A6 Hochformat' : $json.body.format === 'a6l' ? 'A6 Querformat' : $json.body.format }} |
| Versand: |
{{ $json.body.shipping_mode === 'direct' ? 'Einzelversand durch Skrift' : 'Sammellieferung' }} |
|
{{ $json.body.envelope ? `
|
Umschlag
| Format: |
${ $json.body.format === 'a4' ? 'DIN Lang' : 'C6' } |
| Beschriftung: |
${ $json.body.envelope_mode === 'recipientData' ? 'Empfängeradresse' : $json.body.envelope_mode === 'customText' ? 'Individueller Text' : 'Keine' } |
|
|
` : '' }}
|
Preisübersicht
|
| Zwischensumme (netto): |
{{ $json.body.quote.subtotalNet.toFixed(2).replace('.', ',') }} {{ $json.body.quote.currency }} |
| MwSt. ({{ Math.round($json.body.quote.vatRate * 100) }}%): |
{{ $json.body.quote.vatAmount.toFixed(2).replace('.', ',') }} {{ $json.body.quote.currency }} |
{{ $json.body.quote.voucher ? `
| Gutschein (${ $json.body.quote.voucher.code }): |
-${ $json.body.quote.discountAmount.toFixed(2).replace('.', ',') } ${ $json.body.quote.currency } |
` : '' }}
|
| Gesamtbetrag (brutto): |
{{ $json.body.quote.totalGross.toFixed(2).replace('.', ',') }} {{ $json.body.quote.currency }} |
|
|
Rechnungsadresse
|
|
{{ $json.body.customer_data.billing.company ? `${$json.body.customer_data.billing.company} ` : '' }}
{{ $json.body.customer_data.billing.firstName }} {{ $json.body.customer_data.billing.lastName }}
{{ $json.body.customer_data.billing.street }}{{ $json.body.customer_data.billing.houseNumber ? ' ' + $json.body.customer_data.billing.houseNumber : '' }}
{{ $json.body.customer_data.billing.zip }} {{ $json.body.customer_data.billing.city }}
{{ $json.body.customer_data.billing.country }}
E-Mail: {{ $json.body.customer_data.billing.email }}
Telefon: {{ $json.body.customer_data.billing.phone }}
|
{{ $json.body.customer_data.shippingDifferent ? `
Lieferadresse
|
|
${ $json.body.customer_data.shipping.company ? '' + $json.body.customer_data.shipping.company + ' ' : '' }
${ $json.body.customer_data.shipping.firstName } ${ $json.body.customer_data.shipping.lastName }
${ $json.body.customer_data.shipping.street }${ $json.body.customer_data.shipping.houseNumber ? ' ' + $json.body.customer_data.shipping.houseNumber : '' }
${ $json.body.customer_data.shipping.zip } ${ $json.body.customer_data.shipping.city }
${ $json.body.customer_data.shipping.country }
|
` : '' }}
|
Wie geht es weiter?
- Wir prüfen Ihre Bestellung und bereiten die Produktion vor.
- Nach Fertigstellung erhalten Sie eine Versandbestätigung.
|
|
|
|
Mit freundlichen Grüßen
Ihr Skrift-Team
Skrift | Hundscheiderweg 4 | 66679 Losheim am See
www.skrift.de
|