| {{ trans('theme.image') }} | {{ trans('theme.description') }} | {{ trans('theme.price') }} | {{ trans('theme.quantity') }} | {{ trans('theme.total') }} | |
|---|---|---|---|---|---|
|
{{ Form::hidden('shipping_weight[' . $item->id . ']', $item->shipping_weight * $item->pivot->quantity, ['id' => 'itemWeight' . $item->id,'class' => 'itemWeight' . $cart->id]) }}
|
@if($item_translation) {{$item->sku.' - '.$item_translation->title.' - '.$item->condition}} @else {{ $item->pivot->item_description }} @endif | {{ get_currency_prefix() }} {{ number_format($unit_price, 2, '.', '') }} {{ get_currency_suffix() }} |
|
{{ get_currency_prefix() }} {{ number_format($item_total, 2, '.', '') }} {{ get_currency_suffix() }} | {{-- ×--}} |
|
{{-- --}}
{{-- --}}
{{-- {{ Form::hidden('shipping_weight[' . $item->id . ']', $item->shipping_weight * $item->pivot->quantity, ['id' => 'itemWeight' . $item->id,'class' => 'itemWeight' . $cart->id]) }}--}}
|
{{ $auction_item_translation->title ?? $item->title }} | {{ get_currency_prefix() }} {{ number_format($unit_price, 2, '.', '') }} {{ get_currency_suffix() }} |
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
|
{{ get_currency_prefix() }} {{ number_format($item_total, 2, '.', '') }} {{ get_currency_suffix() }} | {{-- ×--}} |
|
|
|||||
| {{ trans('theme.subtotal') }} | {{ get_currency_prefix() }} {{ number_format($cart_total, 2, '.', '') }} {{ get_currency_suffix() }} |
|---|---|
| {{ trans('theme.shipping') }} | {{ get_currency_prefix() }} {{ number_format(0, 2, '.', '') }} {{ get_currency_suffix() }} |
| {{ trans('theme.packaging') }} {{ $default_packaging ? $default_packaging->name : '' }} | {{ get_currency_prefix() }} {{ number_format($default_packaging ? $default_packaging->cost : 0, 2, '.', '') }} {{ get_currency_suffix() }} |
| {{ trans('theme.discount') }} {{ $cart->coupon ? $cart->coupon->name . ' (' . $cart->coupon->getFormatedAmountText() . ')' : '' }} | -{{ get_currency_prefix() }} {{ $cart->coupon ? number_format($cart->discount, 2, '.', '') : number_format(0, 2, '.', '') }} {{ get_currency_suffix() }} |
| {{ trans('theme.total') }} | {{ get_currency_prefix() }} {{ number_format(0, 2, '.', '') }} {{ get_currency_suffix() }} |
{{ trans('theme.empty_cart') }}
@lang('theme.button.shop_now')