Order Confirmed!
Thank you for your order. We've received your order and will process it shortly.
Order Information
{{ $order->order_number }}
{{ $order->created_at->format('F j, Y \a\t g:i A') }}
@switch($order->payment_method) @case('chipin') ChipIn @break @case('bank_transfer') Bank Transfer @break @case('cash_on_delivery') Cash on Delivery @break @default {{ ucfirst(str_replace('_', ' ', $order->payment_method)) }} @endswitch
{{ ucfirst($order->payment_status) }}
{{ ucfirst($order->status) }}
{{ $order->payment_reference }}
Customer Information
{{ $order->customer_name }}
{{ $order->customer_email }}
{{ $order->customer_phone }}
Addresses
Billing Address
Shipping Address
Order Items
| Product | Unit Price | Quantity | Total |
|---|---|---|---|
|
@if($item->product && $item->product->main_image)
{{ $item->display_name }}@if($item->product_sku) SKU: {{ $item->product_sku }} @endif @if($item->variation_details)
{{ $item->variation_details }}
@endif
|
{{ $website->getCurrencySymbol() }} {{ number_format($item->unit_price, 2) }} | {{ $item->quantity }} | {{ $website->getCurrencySymbol() }} {{ number_format($item->total_price, 2) }} |
Order Notes
{{ $order->notes }}
Order Summary
What's Next?
Need Help?
If you have any questions about your order, please contact our support team.