@if($shopping_order->payment_for === 6) @else @endif @foreach($shopping_order->shopping_order_items as $shopping_order_item) @if($shopping_order->payment_for === 6) @else @endif {{-- Bundle-Items: Enthaltene Produkte im Set/Kit auflisten --}} @if($shopping_order_item->product->bundleItems && $shopping_order_item->product->bundleItems->count() > 0) @foreach($shopping_order_item->product->bundleItems as $bundleItem) @if($shopping_order->payment_for === 6) @else @endif @endforeach @endif @endforeach @if($shopping_order->payment_for === 6) @php($colspan = 4) @else @php($colspan = 5) @endif @if($shopping_order->tax > 0) @if($shopping_order->tax_split) @foreach ($shopping_order->tax_split as $tax_rate => $tax) @endforeach @else @endif @else @endif
{{__('tables.article_no')}}. {{__('tables.label')}} {{ __('pdf.eprice') }} @if($shopping_order->tax == 0)*@endif {{__('tables.quantity')}} {{__('tables.VAT')}} {{__('tables.sum')}} @if($shopping_order->tax == 0)*@endif {{__('tables.vk_price')}}* {{__('tables.quantity')}} {{__('tables.points')}} % {{ __('tables.ek_price') }}*
{{ $shopping_order_item->product->number }} {{ maxStrLength($shopping_order_item->product->getLang('name') , 35) }} {{ $shopping_order_item->getFormattedPrice() }} € {{ cleanIntegerFromString($shopping_order_item->qty) }} {{ $shopping_order_item->getFormattedTaxRate() }}% {{ $shopping_order_item->getFormattedTotalPrice() }} € {{ $shopping_order_item->getFormattedPriceVkNet() }} € {{ cleanIntegerFromString($shopping_order_item->qty) }} {{ $shopping_order_item->getFormattedPoints() }} @if($shopping_order_item->price > 0) {{ cleanNumberFormat($shopping_order_item->discount) }} @else 0 @endif {{ $shopping_order_item->getFormattedTotalPriceNet() }} €
{{ $bundleItem->number }} {{ $bundleItem->pivot->quantity }}x {{ maxStrLength($bundleItem->getLang('name'), 30) }} - - - -- - - - -
  {{__('email.checkout_mail_shipping')}} @if($shopping_order->tax > 0) @if($shopping_order->payment_for === 6) {{ $shopping_order->getFormattedShipping() }} € @else {{ $shopping_order->getFormattedShippingNet() }} € @endif @else {{ $shopping_order->getFormattedShippingNet() }} € @endif
  {{__('email.checkout_mail_subtotal_ws')}} {{ $shopping_order->getFormattedSubtotalWs() }} €
  {{ __('order.excl') }} {{ $tax_rate }}% {{ __('order.VAT') }} @if(isset($shopping_order->net_split[$tax_rate])) / {{ __('pdf.off') }} {{ Util::formatNumber($shopping_order->net_split[$tax_rate]) }} € {{ __('pdf.net') }} @endif {{ formatNumber($tax) }} €
  {{__('email.checkout_mail_tax')}} {{ $shopping_order->getFormattedTax() }} €
  {{ __('pdf.total_incl_VAT') }} {{ $shopping_order->getFormattedTotalShipping() }} €
  {{__('email.checkout_mail_tax')}} 0 €
  {{ __('order.sum') }} {{ $shopping_order->getFormattedTotalShipping() }} €