@extends('master') @section('js') @endsection @section('css') @endsection @section('content')
If you know the product code of the item you wish to order, enter it below to quickly add it to your basket.
@php $alerts = app(Cartalyst\Alerts\Alerts::class)->get(); @endphp @foreach ($alerts as $alert)Code | Description | Pack size | Cost | |
---|---|---|---|---|
{{ $item->code }} | {{ $item->name }} @foreach ($item->attributes() as $attribute=>$data) ({{ $data->value }} - $price_srp) @endforeach | {{ $item->unit }} | £{{ number_format($item->subTotal(),2) }} | |
VAT: | £{{ number_format(Cart::conditionsTotalSum(),2) }} | |||
Total : | £{{ number_format(Cart::subTotal(),2) }} |
You must meet the minimum order of £200 to proceed to checkout.
@endif @elseYour basket is currently empty.
@endif