| product | total | ||
|---|---|---|---|
| id}}"> {{ $c->product_name ?? $c->product_parent_name }} x {{ $c->quantity }} | @if((float)$c->sale_price > 0)£@php echo number_format((float)$c->quantity * $c->sale_price, 2, '.', ''); @endphp | @elseif((float)$c->sale_price_sizes > 0)£@php echo number_format((float)$c->quantity * $c->sale_price_sizes, 2, '.', ''); @endphp | @else£@php echo number_format((float)$c->quantity * $c->regular_price, 2, '.', ''); @endphp | @endif
| 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, '.', '') }} | @endif||
|
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.