{{ $copy1line }}

mivita.care

@if($mode === 'test' || $mode === 'dev') @endif @if($shopping_order->shopping_user->is_from !== 'extern') @if($send_link) @endif @else @if($shopping_order->wp_invoice_path) @endif @if($shopping_order->wp_notice['wp_advertising']) @endif @if($shopping_order->wp_notice['wp_incentives']) @endif @endif
##### TEST MODE ##### TEST MODE ##### TEST MODE #####
{{ $salutation }}
{!! nl2br($copy1line) !!}


@if($shopping_order->shopping_user->is_from === 'user_order') @if($shopping_order->shopping_user->is_for === 'me') {{__('email.checkout_mail_order_for_me')}} @else {{__('email.checkout_mail_order_for_ot')}} @endif @endif @if($shopping_order->shopping_user->is_from === 'wizard') {{__('email.checkout_mail_order_for_wizard')}} @endif @if($shopping_order->shopping_user->is_from === 'membership') {{__('email.checkout_mail_order_for_membership')}} @endif @if($shopping_order->shopping_user->is_from === 'shopping') {{__('email.checkout_mail_hl1')}} @endif @if($shopping_order->shopping_user->is_from === 'homeparty') {{ __('navigation.my_homeparty') }} / {{ $shopping_order->homeparty->name }} - {{ $shopping_order->homeparty->date }}
{{__('email.checkout_mail_hl1')}} @endif @if($shopping_order->shopping_user->is_from === 'extern') {{__('email.checkout_mail_order_for_extern')}} @endif
@if($shopping_order->shopping_user->is_from === 'homeparty') @php($homeparty = $shopping_order->homeparty) @if($homeparty->homeparty_host)

Bestellung Gastgeber/in {{$homeparty->homeparty_host->billing_firstname}} {{$homeparty->homeparty_host->billing_lastname}}

@include('emails.homeparty_detail', ['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('emails.homeparty_detail', ['homeparty'=>$shopping_order->homeparty, 'homeparty_guest' => $homeparty_guest]) @endforeach @endif
@include('emails.homeparty_detail_total', ['homeparty' => $homeparty]) @else @foreach($shopping_order->shopping_order_items as $shopping_order_item) @endforeach
Produkt @if($shopping_order->shopping_user->is_from === 'user_order') Netto-Preis @else Preis @endif Anzahl Summe
{{ $shopping_order_item->product->name }} @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')}}
@endif

{{ $button }}

{{ $url }}

{{__('email.checkout_mail_pay_info')}}
{{__('email.checkout_mail_pay_success')}}
{{__('email.checkout_mail_pay_with')}} {{$shopping_payment->getPaymentType()}}
{{__('email.checkout_mail_pay_ref')}} {{$shopping_payment->reference}}
{{__('email.checkout_mail_your_mail')}} {{ $shopping_order->shopping_user->billing_email }}

{{__('email.checkout_mail_invoice_addess')}}
@if($shopping_order->shopping_user->billing_company) {{ $shopping_order->shopping_user->billing_company }}
@endif {{ $shopping_order->shopping_user->billing_firstname }} {{ $shopping_order->shopping_user->billing_lastname }}

{{ $shopping_order->shopping_user->billing_address }}
@if($shopping_order->shopping_user->billing_address_2) {{ $shopping_order->shopping_user->billing_address_2 }}
@endif {{ $shopping_order->shopping_user->billing_zipcode }} {{ $shopping_order->shopping_user->billing_city }}
{{ $shopping_order->shopping_user->billing_country->getLocated() }}
@if($shopping_order->shopping_user->billing_phone)

{{ $shopping_order->shopping_user->billing_phone }}
@endif
@if($shopping_order->shopping_user->is_from === 'user_order') @if($shopping_order->shopping_user->is_for === 'me') {{__('email.checkout_mail_deliver_addess')}} @else {{__('email.checkout_mail_deliver_customer')}} @endif @else {{__('email.checkout_mail_deliver_addess')}} @endif
@if($shopping_order->shopping_user->same_as_billing) {{__('email.checkout_mail_same_address')}} @else @if($shopping_order->shopping_user->shipping_company) {{ $shopping_order->shopping_user->shipping_company }}
@endif {{ $shopping_order->shopping_user->shipping_firstname }} {{ $shopping_order->shopping_user->shipping_lastname }}

{{ $shopping_order->shopping_user->shipping_address }}
@if($shopping_order->shopping_user->shipping_address_2) {{ $shopping_order->shopping_user->shipping_address_2 }}
@endif {{ $shopping_order->shopping_user->shipping_zipcode }} {{ $shopping_order->shopping_user->shipping_city }}
{{ $shopping_order->shopping_user->shipping_country->getLocated() }}
@if($shopping_order->shopping_user->shipping_phone)

{{ $shopping_order->shopping_user->shipping_phone }}
@endif @endif

{{ $copy3line }}
@if($shopping_order->member) @if($shopping_order->member->shop && $shopping_order->member->isActiveShop()) @if($shopping_order->member->shop->title) {{ $shopping_order->member->shop->title }}
@endif @if($shopping_order->member->shop->contact) {!! nl2br($shopping_order->member->shop->contact) !!}
@endif {{ $shopping_order->member->shop->getSubdomain(true) }} @else Dein Berater: {{$shopping_order->member->getFullName()}} @endif @endif

{{ $greetings }}
{{ $sender }}

Rechnung: {{$shopping_order->wp_invoice_path}}

Werbemittel: {!! $shopping_order->wp_notice['wp_advertising'] !!}

Incentives: {!! $shopping_order->wp_notice['wp_incentives'] !!}

{{__('email.checkout_mail_deliver_customer')}}
@if($shopping_order->shopping_user->same_as_billing) @if($shopping_order->shopping_user->billing_company) {{ $shopping_order->shopping_user->billing_company }}
@endif {{ $shopping_order->shopping_user->billing_firstname }} {{ $shopping_order->shopping_user->billing_lastname }}

{{ $shopping_order->shopping_user->billing_address }}
@if($shopping_order->shopping_user->billing_address_2) {{ $shopping_order->shopping_user->billing_address_2 }}
@endif {{ $shopping_order->shopping_user->billing_zipcode }} {{ $shopping_order->shopping_user->billing_city }}
{{ $shopping_order->shopping_user->billing_country->getLocated() }}
@if($shopping_order->shopping_user->billing_phone)

{{ $shopping_order->shopping_user->billing_phone }}
@endif @else @if($shopping_order->shopping_user->shipping_company) {{ $shopping_order->shopping_user->shipping_company }}
@endif {{ $shopping_order->shopping_user->shipping_firstname }} {{ $shopping_order->shopping_user->shipping_lastname }}

{{ $shopping_order->shopping_user->shipping_address }}
@if($shopping_order->shopping_user->shipping_address_2) {{ $shopping_order->shopping_user->shipping_address_2 }}
@endif {{ $shopping_order->shopping_user->shipping_zipcode }} {{ $shopping_order->shopping_user->shipping_city }}
{{ $shopping_order->shopping_user->shipping_country->getLocated() }}
@if($shopping_order->shopping_user->shipping_phone)

{{ $shopping_order->shopping_user->shipping_phone }}
@endif @endif

{{__('email.checkout_copy3line_extern')}}
@if($shopping_order->member) Berater: {{ \App\Services\HTMLHelper::getSalutationLang($shopping_order->member->account->m_salutation) }} {{ $shopping_order->member->account->m_first_name }} {{ $shopping_order->member->account->m_last_name }}
Account ID: {{ $shopping_order->member->account->m_account }}
@if($shopping_order->member->user_level) Karriere-Level: {{ $shopping_order->member->user_level->name }}
@endif @endif

{{__('email.footer_copy1')}}


www.mivita.care

{{__('email.footer_copy2')}}

Datenschutzerklärung

{{__('email.footer_copy3')}}