@if($mode === 'test' || $mode === 'dev')
|
##### TEST MODE ##### TEST MODE ##### TEST MODE #####
|
@endif
|
{{ $salutation }}
|
|
{!! nl2br($copy1line) !!}
|
@include('emails._checkout_product_list')
@if($shopping_order->shopping_user->is_from !== 'extern')
@if($send_link)
|
|
|
@endif
|
{{__('email.checkout_mail_pay_info')}}
|
@if($shopping_payment->clearingtype !== "non")
{{__('email.checkout_mail_pay_success')}}
{{__('email.checkout_mail_pay_with')}} {{$shopping_payment->getPaymentType()}}
@endif
{{__('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
|
|
|
@if($shopping_order->shipping_option === 'pick_up')
|
{{__('email.checkout_mail_pickup_addess')}}
|
|
@if($shopping_order->promotion_user)
{!! nl2br($shopping_order->promotion_user->user_address) !!}
@endif
|
|
|
@endif
{{ $copy3line }}
{{ $greetings }} {{ $sender }}
|
|
|
@else
@if($shopping_order->wp_invoice_path)
Rechnung: {{$shopping_order->wp_invoice_path}}
|
@endif
@if($shopping_order->wp_notice['wp_advertising'])
Werbemittel: {!! $shopping_order->wp_notice['wp_advertising'] !!}
|
@endif
@if($shopping_order->wp_notice['wp_incentives'])
Incentives: {!! $shopping_order->wp_notice['wp_incentives'] !!}
|
@endif
|
{{__('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)
Vertriebspartner: {{ \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
|
|
|
@endif