✓
Order Confirmed!
Thank you for your purchase. Your order has been successfully received.
Order Number:
order_number); ?>
Customer Name:
customer_name); ?>
Email:
customer_email); ?>
Shipping Address:
shipping_address); ?>
Order Status:
status); ?>
Order Items
items; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
product->name); ?>is_sample ? ' - Sample' : ''); ?>
printStock;
$stockText = $stock ? "{$stock->name}" : "Standard";
$stockCost = 0;
if (!$item->is_sample && $stock) {
$stockCost = $item->type === 'wallpaper' ? $stock->cost_per_meter : $stock->cost_per_m2;
}
?>
is_sample): ?>
Sample - Fixed Price: R
type === 'wallpaper'): ?>
Length: length); ?>m | Finish:
Stock Cost: R/m
type === 'mural'): ?>
Dimensions: width); ?>m × height); ?>m (width * $item->height, 2)); ?>m²) | Finish:
Stock Cost: R/m²
Price: R per unit
Ris_sample
? \App\Services\ShippingService::getSampleCost() * $item->quantity
: $item->quantity * (
$item->type === 'wallpaper'
? $stockCost * $item->length
: ($item->type === 'mural'
? $stockCost * $item->width * $item->height
: $stockCost
)
),
2
)); ?>
popLoop(); $loop = $__env->getLastLoop(); ?>
Subtotal:
Rtotal, 2)); ?>
shipping_fee): ?>
Shipping:
Rshipping_fee, 2)); ?>
Order Total:
Rtotal + ($order->shipping_fee ?? 0), 2)); ?>
What Happens Next?
A confirmation email has been sent to customer_email); ?>. You'll receive updates about your order status and shipping information shortly.
💡 You can also track your order anytime using your order number and email address.