{{ __('Status') }}:
{!! \App\Services\Payment::getShoppingOrderBadge($shopping_order) !!}
{{ __('order.shipping') }}:
@if($shopping_order->payment_for !== 8) {{ $shopping_order->getShippedType() }} @endif
{{ __('order.invoice') }}:
@if ($shopping_order->isInvoice()) {{-- Lokalisierte Versionen --}} @foreach($shopping_order->user_invoice->getAvailableLocales() as $locale) {{ strtoupper($locale) }} {{ strtoupper($locale) }} @endforeach @endif @if (($shopping_order->txaction === 'extern' || $shopping_order->txaction === 'extern_paid') && $shopping_order->wp_invoice_path) @endif

{{ __('order.order_date') }}
{{ $shopping_order->created_at->format('d.m.Y H:i') }}
{{ __('order.number_of_items') }}
{{ $shopping_order->getItemsCount() }}
{{ __('order.total_price') }}
{{ $shopping_order->getFormattedTotalShipping() }} €

@if ($shopping_order->shopping_user->is_from === 'shopping' || $shopping_order->shopping_user->is_from === 'extern') {{ __('order.billing_address_of_client') }} @else {{ __('order.billing_address_of_the_advisor') }} @endif
@if ($shopping_order->shopping_user->billing_company)
{{ __('Company') }}
{{ $shopping_order->shopping_user->billing_company }}
@endif
{{ __('Salutation') }}
{{ \App\Services\HTMLHelper::getSalutationLang($shopping_order->shopping_user->billing_salutation) }}
{{ __('First name') }}
{{ $shopping_order->shopping_user->billing_firstname }}
{{ __('Last name') }}
{{ $shopping_order->shopping_user->billing_lastname }}
{{ __('Street') }}
{{ $shopping_order->shopping_user->billing_address }}
{{ __('Addition') }}
{{ $shopping_order->shopping_user->billing_address_2 }}
{{ __('Postcode') }}
{{ $shopping_order->shopping_user->billing_zipcode }}
{{ __('City') }}
{{ $shopping_order->shopping_user->billing_city }}
{{ __('E-Mail') }}
{{ $shopping_order->shopping_user->billing_email }}
{{ __('Phone') }}
{{ $shopping_order->shopping_user->billing_phone }}
{{ __('Country') }}
{{ $shopping_order->shopping_user->billing_country->getLocated() }}
@if ($shopping_order->shopping_user->is_from !== 'homeparty')
@if ($shopping_order->shopping_user->is_from === 'user_order' || $shopping_order->shopping_user->is_from === 'extern') @if ($shopping_order->shopping_user->is_for === 'me') {{ __('order.delivery_address_of_the_consultant') }} @else {{ __('order.delivery_address_of_the_client') }} @endif @endif @if ($shopping_order->shopping_user->is_from === 'wizard') {{ __('order.delivery_address_of_the_consultant') }} @endif @if ($shopping_order->shopping_user->is_from === 'membership') {{ __('order.delivery_address_of_the_consultant') }} @endif @if ($shopping_order->shopping_user->is_from === 'shopping') {{ __('order.delivery_address_of_the_client') }} @endif
@if ($shopping_order->shopping_user->same_as_billing) {{ __('email.checkout_mail_same_address') }} @else
@if ($shopping_order->shopping_user->shipping_company)
{{ __('Company') }}
{{ $shopping_order->shopping_user->shipping_company }}
@endif
{{ __('Salutation') }}
{{ \App\Services\HTMLHelper::getSalutationLang($shopping_order->shopping_user->shipping_salutation) }}
{{ __('First name') }}
{{ $shopping_order->shopping_user->shipping_firstname }}
{{ __('Last name') }}
{{ $shopping_order->shopping_user->shipping_lastname }}
{{ __('Street') }}
{{ $shopping_order->shopping_user->shipping_address }}
{{ __('Addition') }}
{{ $shopping_order->shopping_user->shipping_address_2 }}
{{ __('Postcode') }}
{{ $shopping_order->shopping_user->shipping_zipcode }}
{{ __('City') }}
{{ $shopping_order->shopping_user->shipping_city }}
{{ __('E-Mail') }}
{{ $shopping_order->shopping_user->shipping_email }}
{{ __('Phone') }}
{{ $shopping_order->shopping_user->shipping_phone }}
@if($shopping_order->shopping_user->shipping_postnumber)
{{ __('payment.dhl_postnumber') }}
{{ $shopping_order->shopping_user->shipping_postnumber }} {{ __('payment.packstation_delivery') }}
@endif
{{ __('Country') }}
{{ $shopping_order->shopping_user->shipping_country->getLocated() }}
@endif
@endif
@if ($shopping_order->shopping_user->is_from === 'user_order') @if ($shopping_order->shopping_user->is_for === 'me') {{ __('order.order_for_consultant') }} @else {{ __('order.order_for_client') }} @endif @endif @if ($shopping_order->shopping_user->is_from === 'wizard') {{ __('order.adviser_order_for_registration') }} @endif @if ($shopping_order->shopping_user->is_from === 'membership') {{ __('order.adviser_order_for_membership') }} @endif @if ($shopping_order->shopping_user->is_from === 'shopping') {{ __('order.client_order_via_shop') }} @endif @if ($shopping_order->shopping_user->is_from === 'homeparty')
{{ __('order.consultant_order_for_home_party') }}

@endif @if ($shopping_order->shopping_user->is_from === 'collection')
{{ __('order.adviser_collective_invoice') }}

@endif @if ($shopping_order->shopping_user->is_from !== 'homeparty' && $shopping_order->shopping_user->is_from !== 'collection') @include('portal.order._detail_shopping_order') @endif

@if (! $shopping_order->is_abo)
{{ __('order.reorder') }}

{!! __('order.reorder_info') !!}

{{ __('order.reorder') }}

{!! __('order.reorder_info_2', ['country' => $shopping_user->getDeliveryCountry(), 'link' => route('portal.my_data.edit')]) !!}


@endif
{{ __('tables.payment') }}
@if ($shopping_order->txaction !== 'extern')
{{-- Daten werden per AJAX über DataTables geladen --}}
# {{ __('tables.payment_type') }} {{ __('tables.total') }} {{ __('tables.status') }} {{ __('tables.date') }} {{ __('tables.reference_number') }}
@push('scripts') @endpush @else
  • {{ __('order.order_via_external_shop') }}
@endif