your order

@foreach($carts as $c)
Warning: Undefined variable $c in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/checkout/coupon_ajax.blade.php on line 14

Warning: Attempt to read property "delivery_charges" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/frontend/checkout/coupon_ajax.blade.php on line 14
@if((float)$c->sale_price > 0) @elseif((float)$c->sale_price_sizes > 0) @else @endif @endforeach @if(session()->has('coupon')) @endif
product total
id}}"> {{ $c->product_name ?? $c->product_parent_name }} x {{ $c->quantity }} £@php echo number_format((float)$c->quantity * $c->sale_price, 2, '.', ''); @endphp£@php echo number_format((float)$c->quantity * $c->sale_price_sizes, 2, '.', ''); @endphp£@php echo number_format((float)$c->quantity * $c->regular_price, 2, '.', ''); @endphp
Shipping Fee {{$data["ship"]}}
Processing Fee {{$data["pro"]}}
subtotal £{{ number_format((float)$data["total"], 2, '.', '') }}
Discount ( {{session()->get('coupon')['name']}} ) £ {{ number_format((float)$data["discount"], 2, '.', '') }}

IF YOU HAVE A COUPON CODE, PLEASE APPLY IT BELOW.

total £{{ number_format((float)$data["total"] - $data["discount"], 2, '.', '') }}

Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our privacy policy.

{{-- --}} @section('scripts') @endsection