This email has been generated from the Rosewood Pet website.

Order Details

Web Reference Number #{{ $order->internal_reference }}
Date {{ date('d/m/Y H:i',strtotime($order->created_at)) }}
Customer Code {{ $order->customer->no }}
Customer Name {{ $order->customer->name }}
Username/Email {{ $user->email }}
Customer Order Ref {{ $order->order_reference }}

Order Summary

@foreach ($items as $item) @endforeach
Product Quantity Value

{{ $item->code }}: {{ $item->name }} @foreach ($item->attributes() as $attribute=>$data) ({{ $data->value }}) @endforeach {{ $item->quantity() }} £{{ number_format($item->subTotal(),2) }}

  Total: £{{ number_format(Cart::itemsSubtotal(),2) }}