Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

changes on confirmation email


paaf

Recommended Posts

Posted

hi,

I have actually two, but related questions

 

1. where I modify email that's sent to customer and to administrator after purchase is made? I want to add some more statis (plain text) information.

 

2. how can I separate confirmation emails, one version for customer and other version, with some other info and links, to me as administrator?

 

thanks for any help

 

-paaf

Posted

The order confirmation emails are sent in the checkout_process.php file. It begins on line 222 of a freshly installed oscommerce.

 

From knowing the file that sends the email, you find the related file in the language directory under includes/language. You can change the text by editing the checkout_process.php file of the language you are using.

 

On line 261, you can send extra order emails to anyone you enter in the admin panel, it enter people go, Configuration -> My Store -> Send Extra Order Emails To.

 

That will send emails to who every you put in there.

Posted

In the languages folder, checkout_process.php. I think you can define what text you want and then reference it in the other checkout_process.php file in the main catalog folder. Or you could just put what text you want in the main file. For me, it starts around line 228, but I've modded my store alot.

 

I'd like to know what I generally need to do to get seperate emails also, I'm not sure how to go about doing that...

Archived

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

×
×
  • Create New...