Edit File: placing_order.tpl
<html> <head> <title>{__("placing_order")}</title> {include file="common/styles.tpl"} </head> <body> <div class="placing-order" align="center"> <table width="500" align="center" class="notification-border-n" > <tr> <td class="notification-body-n"> <table border="0" cellpadding="0" cellspacing="6" width="100%"> <tr> <td> </td> <td class="notification-body-n"> {__("placing_order")}. {__("please_be_patient")}...</td> </tr> </table> </td> </tr> </table> </div>
Back to File Manager