@if($homeparty_guest && $homeparty_guest->homeparty_user_order_items->count() || $homeparty_guest->is_host)
| {{__('tables.image')}} | {{__('tables.product')}} | {{__('tables.quantity')}} | {{__('tables.margin')}} | {{__('tables.points')}} | {{__('tables.earnings')}} | {{__('tables.vk_price')}} | {{__('tables.ek_price')}} |
|---|---|---|---|---|---|---|---|
|
@if(count($value->product->images))
|
{{ $value->product->getLang('name') }}
{{ __('order.content') }}: {{ $value->product->contents }}
{{ __('order.art_no') }}: {{ $value->product->number }}
|
{{$value->qty}} | {{ $value->margin }}% | {{ $value->getFormattedTotalPoints() }} | {{ $value->getFormattedTotalIncomePrice() }} € | {{ $value->getFormattedTotalPrice() }} € | {{ $value->getFormattedTotalEKPrice() }} € |
| @if($homeparty_guest->getDelivery() === 'host') {{ __('homeparty.delivery_to_host') }} @endif @if($homeparty_guest->getDelivery() === 'direct') {{ __('homeparty.delivery_directly_to_the_guest') }} @endif | |||||||
| {{ __('order.shipping_costs') }} | {{ Util::formatNumber($user_cart['shipping_price'])}} € | {{ Util::formatNumber($user_cart['shipping_price'])}} € | |||||
| {{ __('order.total') }}: | {{$user_cart['points']}} | {{Util::formatNumber($user_cart['income_price'])}} € | {{Util::formatNumber($user_cart['price'])}} € | {{Util::formatNumber($user_cart['ek_price'])}} € | |||
| {{ __('homeparty.credit_homeparty_voucher') }} | - {{ Util::formatNumber($hp_order['bonus_value']) }} € | - {{ Util::formatNumber($hp_order['bonus_value']) }} € | |||||
| {{ __('homeparty.credit_bonus') }} | - {{ Util::formatNumber($hp_order['bonus_coupon']) }} € | - {{ Util::formatNumber($hp_order['bonus_coupon']) }} € | |||||
| {{ __('homeparty.deduct_points_by_voucher') }} | - {{ $hp_order['bonus_points_diff'] }} | ||||||
| {{ __('order.shipping_costs') }}: | {{Util::formatNumber($user_cart['shipping_price'])}} € | ||||||
| {{ __('order.sums') }}: | {{$user_cart['points']}} | {{Util::formatNumber($user_cart['income_price'])}} € | {{Util::formatNumber($user_cart['price'])}} € | {{Util::formatNumber($user_cart['ek_price'])}} € | |||
{{ __('order.no_order') }}
@endif