View Order – Saolegend.com
Saolegend.com
Saolegend Plaza, Balogun Fulani, Ilorin, Kwara State, Nigeria
<div class="container">
<h1>View Order</h1>
<div class="order-info">
<p><span>Order ID:</span> #123456</p>
<p><span>Order Date:</span> June 1, 2024</p>
<p><span>Status:</span> Processing</p>
</div>
<div class="customer-info">
<h3>Customer Information</h3>
<p><span>Name:</span> John Doe</p>
<p><span>Email:</span> john.doe@example.com</p>
<p><span>Phone:</span> +234 801 234 5678</p>
<p><span>Shipping Address:</span> 123 Example Street, Ilorin, Kwara State, Nigeria</p>
</div>
<div class="order-items">
<h3>Order Items</h3>
<table>
<thead>
<tr>
<th>Product</th>
<th>Qty</th>
<th>Unit Price</th>
<th>Subtotal</th>
</tr>
</thead>
<tbody>
<tr>
<td>Saolegend T-Shirt</td>
<td>2</td>
<td>₦3,000</td>
<td>₦6,000</td>
</tr>
<tr>
<td>Saolegend Cap</td>
<td>1</td>
<td>₦2,500</td>
<td>₦2,500</td>
</tr>
</tbody>
</table>
<p class="total">Total: ₦8,500</p>
</div>
<a href="/orders" class="btn-back">Back to Orders</a>
<div class="contact-info">
<p>For inquiries, contact us:</p>
<p>Phone: +2347054548220</p>
<p>Email: officialsaolegend@gmail.com</p>
</div>
</div>
<footer>
© 2024 Saolegend.com. All rights reserved.
</footer>