0 && $price > 0) { // Calculate total $total = $price * $quantity; // Generate order ID $order_id = 'ORD' . date('Ymd') . rand(1000, 9999); // Store order in session (in real application, save to database) $_SESSION['last_order'] = array( 'order_id' => $order_id, 'customer' => $customer, 'product' => $product, 'quantity' => $quantity, 'price' => $price, 'total' => $total, 'message' => $message, 'special_requests' => $special_requests, 'order_date' => date('Y-m-d H:i:s') ); // Redirect to success page header('Location: corporate.php?success=1'); exit; } else { $error_message = "Please fill in all required fields."; } } // Check if showing success page $show_success = isset($_GET['success']) && $_GET['success'] == '1' && isset($_SESSION['last_order']); ?> Dheewellness - Corporate Gifts

Order Placed Successfully!

Thank you for your order. We'll process it and get back to you soon.

Order Details

Order ID:
Customer:
Product:
Quantity:
Unit Price:
Message:
Total Amount:

We'll contact you within 24 hours to confirm your order details and delivery timeline.

Continue Shopping

Corporate Gifts

Customizable, professional gifts that make lasting impressions

Our Customizable Gift Collection

Customizable Pen

Customizable Pen

High-quality metal pen with personalized engraving. Perfect for corporate branding and executive gifts.

Customizable Notebook

Customizable Notebook

Premium leather-bound notebook with custom cover design and logo embossing options.

Customizable Diary

Customizable Diary

Elegant annual diary with custom branding options. A thoughtful gift for employees and clients.