@if($homeparty_guest && $homeparty_guest->homeparty_user_order_items->count() || $homeparty_guest->is_host)
@foreach($homeparty_guest->homeparty_user_order_items as $value) @endforeach @php($user_cart = $homeparty->order['user_carts'][$homeparty_guest->id]) @php($hp_order = $homeparty->order) @if(!$homeparty_guest->is_host) @if($homeparty_guest->getDelivery() === 'direct') @endif @else @if($hp_order['is_bonus']) @endif @if($hp_order['is_bonus_coupon']) @endif @if($hp_order['is_bonus']) @endif @endif
{{__('Bild')}} {{__('Produkt')}} {{__('Anzahl')}} {{__('Marge')}} {{__('EK-Preis')}} {{__('Points')}} {{__('Verdienst')}} {{__('VK-Preis')}}
@if(count($value->product->images)) @endif {{ $value->product->name }}
Inhalt: {{ $value->product->contents }}
Art.-Nr.: {{ $value->product->number }}
{{$value->qty}} {{ $value->margin }}% {{ $value->getFormattedTotalEKPrice() }} € {{ $value->getFormattedTotalPoints() }} {{ $value->getFormattedTotalIncomePrice() }} € {{ $value->getFormattedTotalPrice() }} €
@if($homeparty_guest->getDelivery() === 'host') Lieferung an Gastgeber @endif @if($homeparty_guest->getDelivery() === 'direct') Lieferung direkt an den Gast @endif
Versandkosten     {{ Util::formatNumber($user_cart['shipping_price'])}} €
Gesamt: {{Util::formatNumber($user_cart['ek_price'])}} € {{$user_cart['points']}} {{Util::formatNumber($user_cart['income_price'])}} € {{Util::formatNumber($user_cart['price'])}} €
Gutschrift Homeparty Gutschein     - {{ Util::formatNumber($hp_order['bonus_value']) }} €
Gutschrift Bonus     - {{ Util::formatNumber($hp_order['bonus_coupon']) }} €
Abzug Points durch Gutschein - {{ $hp_order['bonus_points_diff'] }}    
Versandkosten:     {{Util::formatNumber($user_cart['shipping_price'])}} €
Summen: {{Util::formatNumber($user_cart['ek_price'])}} € {{$user_cart['points']}} {{Util::formatNumber($user_cart['income_price'])}} € {{Util::formatNumber($user_cart['price'])}} €
@if($homeparty_guest->is_host || $homeparty_guest->getDelivery() === 'direct')
Lieferadresse
@if($homeparty_guest->same_as_billing)
@if($homeparty_guest->billing_company)
Firma
{{ $homeparty_guest->billing_company }}
@endif
Anrede
{{ \App\Services\HTMLHelper::getSalutationLang($homeparty_guest->billing_salutation) }}
Vorname
{{ $homeparty_guest->billing_firstname }}
Nachname
{{ $homeparty_guest->billing_lastname }}
Straße
{{ $homeparty_guest->billing_address }}
Zusatz
{{ $homeparty_guest->billing_address_2 }}
PLZ
{{ $homeparty_guest->billing_zipcode }}
Stadt
{{ $homeparty_guest->billing_city }}
E-Mail
{{ $homeparty_guest->billing_email }}
Telefon
{{ $homeparty_guest->billing_phone }}
Land
{{ $homeparty_guest->billing_country->getLocated() }}
@else
@if($homeparty_guest->shipping_company)
Firma
{{ $homeparty_guest->shipping_company }}
@endif
Anrede
{{ \App\Services\HTMLHelper::getSalutationLang($homeparty_guest->shipping_salutation) }}
Vorname
{{ $homeparty_guest->shipping_firstname }}
Nachname
{{ $homeparty_guest->shipping_lastname }}
Straße
{{ $homeparty_guest->shipping_address }}
Zusatz
{{ $homeparty_guest->shipping_address_2 }}
PLZ
{{ $homeparty_guest->shipping_zipcode }}
Stadt
{{ $homeparty_guest->shipping_city }}
E-Mail
{{ $homeparty_guest->shipping_email }}
Telefon
{{ $homeparty_guest->shipping_phone }}
Land
{{ $homeparty_guest->shipping_country->getLocated() }}
@endif
@endif @else

Keine Bestellung

@endif