| Produkt | @if($shopping_order->shopping_user->is_from === 'user_order') Netto-Preis @else Preis @endif | Anzahl | Summe |
|---|---|---|---|
|
@if($shopping_order_item->product->images)
@if($image = $shopping_order_item->product->images->first())
{{ $shopping_order_item->product->name }}
#{{ $shopping_order_item->product->number }}
Inhalt: {{ $shopping_order_item->product->contents }}
Gewicht: {{ $shopping_order_item->product->weight }} g Points: {{ $shopping_order_item->product->points }} |
@if($shopping_order->shopping_user->is_from === 'user_order') {{ $shopping_order_item->getFormattedPriceNet() }} € @else {{ $shopping_order_item->getFormattedPrice() }} € @endif | {{ $shopping_order_item->qty }} | @if($shopping_order->shopping_user->is_from === 'user_order') {{ $shopping_order_item->getFormattedTotalPriceNet() }} € @else {{ $shopping_order_item->getFormattedTotalPrice() }} € @endif |
| {{__('email.checkout_mail_shipping')}} | @if($shopping_order->shopping_user->is_from === 'user_order') {{ $shopping_order->getFormattedShippingNet() }} € @else {{ $shopping_order->getFormattedShipping() }} € @endif | ||
| {{__('email.checkout_mail_subtotal_ws')}} | {{ $shopping_order->getFormattedSubtotalWs() }} € | ||
| {{__('email.checkout_mail_tax')}} | {{ $shopping_order->getFormattedTax() }} € | ||
| {{__('email.checkout_mail_total')}} |
{{ $shopping_order->getFormattedTotalShipping() }} €
{{__('email.checkout_mail_tax_info')}} |
||
Bestellung Gastgeber/in {{$homeparty->homeparty_host->billing_firstname}} {{$homeparty->homeparty_host->billing_lastname}}
@include('admin.sales._detail_homparty', ['homeparty'=>$shopping_order->homeparty, 'homeparty_guest' => $homeparty->homeparty_host]) @endif @if($homeparty->homeparty_guests) @php($g_count = 1) @foreach($homeparty->homeparty_guests as $homeparty_guest)Bestellung {!! $g_count++ !!}. Gast {{$homeparty_guest->billing_firstname}} {{$homeparty_guest->billing_lastname}}
@include('admin.sales._detail_homparty', ['homeparty'=>$shopping_order->homeparty, 'homeparty_guest' => $homeparty_guest]) @endforeach @endif| # | Zahlungsart | Gesamt | Status | Datum | Referenznummer | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{++$count}} | {{$shopping_payment->getPaymentType()}} | {{$shopping_payment->getPaymentAmount()}} | @if($isAdmin && $shopping_payment->clearingtype === 'fnc' && $shopping_payment->onlinebanktransfertype === 'MIV') @else {!! \App\Services\Payment::getShoppingPaymentBadge($shopping_payment) !!} @endif | {{$shopping_payment->created_at->format("d.m.Y H:i")}} | {{$shopping_payment->reference}} | ||||||||
| {{$count}}.{{++$ccount}} |
|
||||||||||||