mousewebdesign Posted August 22, 2005 Share Posted August 22, 2005 Hi, Does anyone know if it is possible to change the layout of the emails which are being sent after registering and ordering at oscommerce? The original emails are all sent in ASCII which is very ugly. I want to make the emails the same look of the website in HTML. Link to comment Share on other sites More sharing options...
211655 Posted August 22, 2005 Share Posted August 22, 2005 yes for orders creation, go to checkout_process.php for account creation account_process.php or create_account.php for order status change, see order.php Now enable MIME in ur configuration. But also one thing when u write ur html in the email. Enter in one line. so <table> <tr> <td> should be <table><tr><td>.... hope that helps. 211655 SEO Optimization Export Orders into CSV file Link to comment Share on other sites More sharing options...
Beer Monster Posted August 22, 2005 Share Posted August 22, 2005 yes for orders creation, go to checkout_process.php for account creation account_process.php or create_account.php for order status change, see order.php Now enable MIME in ur configuration. But also one thing when u write ur html in the email. Enter in one line. so <table> <tr> <td> should be <table><tr><td>.... hope that helps. <{POST_SNAPBACK}> And you can get further info at knowledgebase.... http://www.oscommerce.info/kb?search=email Light, in the absence of eyes, illuminates nothing. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.