In Woocommerce, once customer place an order, the email notification that is sent has a Payment Instruction from the payment method itself. I would like to move the payment instruction below the order details like:
<p> Order Details </p>
<p> Payment Instruction </p>
How can I move the payment instruction below the order details ?