Hello All,
I'm currently using a php based cart that autoreplys to the admin when an order is processed - it uses this to send the message
Is there a way to get the text in the email to format like this:
You have received a new order
-----------------------------
Login to the Administration Panel for details
Click here -- ------------------------------
tried (/n) - (\r) - <br /> that looks bad! and used a lot of spaces, but if the browser window is resized then the formatting goes blah!
any ideas
I'm currently using a php based cart that autoreplys to the admin when an order is processed - it uses this to send the message
Code:
$lang['mail_txt'] = 'You have received a new order. -- Login to the Administration Panel for details. Click here -- [URL unfurl="true"]http://www.theurl.com/cart/admin.php';[/URL]
Is there a way to get the text in the email to format like this:
You have received a new order
-----------------------------
Login to the Administration Panel for details
Click here -- ------------------------------
tried (/n) - (\r) - <br /> that looks bad! and used a lot of spaces, but if the browser window is resized then the formatting goes blah!
any ideas