Your Order

<h1>Thank You for Your Order!</h1>

<p>Dear {customer_name},</p>

<p>Thank you for placing an order with us! We appreciate your business and are excited to serve you. Your order is being processed and will be shipped shortly.</p>

<p>Order Details:</p>

<table>
  <tr>
    <th>Order Number:</th>
    <td>{order_number}</td>
  </tr>
  <tr>
    <th>Date:</th>
    <td>{order_date}</td>
  </tr>
  <tr>
    <th>Total Amount:</th>
    <td>{order_total}</td>
  </tr>
  <tr>
    <th>Payment Method:</th>
    <td>{payment_method}</td>
  </tr>
</table>

<p>If you have chosen to pay via CCAvenue, please follow the instructions provided in the payment gateway to complete your transaction. If you encounter any issues or have questions regarding the payment process, please contact our customer support team at [customer support email/phone number].</p>

<p>If you have chosen to pay via PayU, you will be redirected to the PayU payment page to complete your transaction securely. Follow the instructions on the PayU page to finalize your payment. If you have any questions or need assistance with the PayU payment process, please reach out to our support team.</p>

<p>Once your payment is confirmed, we will process your order and provide you with the shipment tracking details via email. If you have any further questions or require any additional assistance, feel free to contact us.</p>

<p>Thank you once again for choosing us. We look forward to serving you again in the future.</p>

<p>Best regards,</p>
<p>The [Your Store Name] Team</p>