Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Layout of emails


mousewebdesign

Recommended Posts

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

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.

Link to comment
Share on other sites

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.

 

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...