Thanks for writing in! Navigate to WooCoommerce> Settings> Emails. This tab allows you to implement general modifications of the mails content and structure.
Thanks Rupok…I have already done that but it’s not clear what code to put in to add a text paragraph after this line…
<p><?php printf( __( “Hi there. Your recent order on %s has been completed. Your order details are shown below for your reference:”, ‘woocommerce’ ), get_option( ‘blogname’ ) ); ?></p>
Is there special code needed or can i just add an html line as the next paragraph?
Thanks for writing back. You can change the text and add new lines but if you want to add any HTML then you will need to change the template using Child Theme.