| Bestellnummer: {{ $order['order_id'] }} | WP Number: {{ $order['wp_order_number'] }} | Points: {{ $order['shopping_order']->getFormattedPoints() }} | |||
| Rechnungsadresse: {{ $order['billing_address'] }} | |||
| {{__('Delivery address')}}: {{ $order['shipping_address'] }} | |||
| {{ __('tables.product') }} | {{ __('tables.gross') }} | {{ __('tables.quantity') }} | {{ __('tables.sum') }} |
|---|---|---|---|
| {{ maxStrLength($shopping_order_item->product->getLang('name'), 35) }} #{{ $shopping_order_item->product->number }} | {{ $shopping_order_item->getFormattedPrice() }} € | {{ cleanIntegerFromString($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() }} € | ||