Shopping Cart

@foreach($cart as $item) @endforeach
SKU qty Description Price each Amount
{{$item['options']['sku']}} {{$item['qty']}} {{$item['name']}} {!! \AppHelper::instance()->moneyFormat($item['price']) !!} {!! \AppHelper::instance()->moneyFormat($item['subtotal']) !!}

Items: {{$totalItems}}


Subtotal: {!! \AppHelper::instance()->moneyFormat($order->total) !!}


You will be contacted about the final shipping cost.