prepare("SELECT * FROM orders WHERE order_number = ? AND email = ?"); $stmt->execute([$order_number, $email]); $order = $stmt->fetch(); if ($order) { $order_items = get_order_items($order['id']); } else { $error = "No order found with these details"; } } ?>

Track Your Order

Enter your order details to check the status

Order Status

$stage): $is_active = $i <= $current_index; $is_current = $i == $current_index; ?>

Order Number

Order Date

Total Amount

Payment Method

Order Items
Qty: ×