Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to edit the Email order.


Dmacman

Recommended Posts

Hi all,

 

I have been searching the forums and google looking for an answer on how to edit the "emailed order" that is sent to the customer after they place their order and checkout.

 

I would like to change the message and info contained in that email, but I haven't found a reference yet.

 

Has anyone done this?

 

Thanks in advance,

Don

Link to comment
Share on other sites

The language file is /includes/languages/english/checkout_process.php

 

If you need to edit the formatting of the email, then that is in checkout_process.php (/catalog/)

 

Sonia

Link to comment
Share on other sites

Thanks for directing me Sonya, but I still cant get the format correct. I see the ...

 

 

// lets start with the email confirmation

$email_order = STORE_NAME . "\r\n" .

 

but I tried changing all the "\r" to "\r\n" or "<br>" and I tried changing the mime type to HTML and I got a bunch of junk in my email.

 

Currently, my emails are one long line of text and the CRLF's don't work.

 

Any ideas?

 

Thanks,

Don

Link to comment
Share on other sites

The language file is /includes/languages/english/checkout_process.php

 

If you need to edit the formatting of the email, then that is in checkout_process.php (/catalog/)

 

Sonia

 

however if you are using PayPal IPN you need to edit paypal_ipn.php in /catalog/includes/modules/payment/

Link to comment
Share on other sites

Sorry for seeming thick headed on this, but I have the "/includes/languages/english/checkout_process.php" file open and did a search for "catalog" and there are no instances of that word in this file at all.

 

And I can see where the email contents starts (line 228 of that file) but I have tried changing all the occurences of \r\n to <br> and I still get one line of text.

 

Am I missing something obvious here?

 

Thanks,

Don

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...