8Stores
We received your order and payment proof.

{{ $order->order_number }}

Hi {{ $order->customer->name }}, your order is waiting for payment approval.

Status {{ $order->statusLabel() }}
Payment {{ strtoupper($order->payment_method) }}
Total {{ \App\Models\SiteSetting::formatPrice($order->total) }}

Items

@foreach ($order->items as $item)
{{ $item->product_name }} @if ($item->variant_label)
{{ $item->variant_label }}
@endif
Qty {{ $item->quantity }} x {{ \App\Models\SiteSetting::formatPrice($item->unit_price) }}
@endforeach
We will email you again when the order status changes.