| Bestellnummer: {{ $order['order_id'] }} | WP Number: {{ $order['wp_order_number'] }} | Points: {{ $order['shopping_order']->points }} | |||
| Rechnungsadresse: {{ $order['billing_address'] }} | |||
| Lieferadresse: {{ $order['shipping_address'] }} | |||
| Produkt | VK-Preis brutto | Anzahl | Summe |
|---|---|---|---|
| {{ $shopping_order_item->product->name }} #{{ $shopping_order_item->product->number }} | {{ $shopping_order_item->getFormattedPrice() }} € | {{ $shopping_order_item->qty }} | {{ $shopping_order_item->getFormattedTotalPrice() }} € |
| {{__('email.checkout_mail_shipping')}} | {{ $order['shopping_order']->getFormattedShipping() }} € | ||
| {{__('email.checkout_mail_subtotal_ws')}} | {{ $order['shopping_order']->getFormattedSubtotalWs() }} € | ||
| {{__('email.checkout_mail_tax')}} | {{ $order['shopping_order']->getFormattedTax() }} € | ||
| {{__('email.checkout_mail_total')}} | {{ $order['shopping_order']->getFormattedTotalShipping() }} € | ||