Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Sending Thank You E-Mail to Customers


ryanfc

Recommended Posts

I need osCommerce to send an e-mail to the customer letting them now their order has been sent to the company. Basically a thank you e-mail. But I want it send automatically as soon as they confirm their order. Is there a way to do this already or maybe a contribution?

 

 

Also, I would like to edit the 'Order Update' e-mail that is sent. Where can I do that. Thanks.

 

Ryan

Link to comment
Share on other sites

In /catalog/includes/languages/english/checkout_process.php

you'll find:

 

define('EMAIL_TEXT_SUBJECT', 'Order Process');

 

Change 'Order Process' to whatever you'd like the subject to be.

 

The rest of the confirmation email is built in /catalog/checkout_process.php around line 222.

 

Hope this helps!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...