Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How Do I Add a Thank U Message to the Email Confirmation?


getitdone99

Recommended Posts

Hello forum people!

 

We just want to add a thank you message right above the first line in the email confirmation that is sent when a order is placed.

 

Right now, the first line in the email is the store name.

 

I know where to change this is in catalog/checkout_process.php and from these forums I think the area I need to edit is "//lets start with the emai confirmation".

 

Can someone pretty please tell me how to modify it so I can add our own thank you? That's it, that's all we are trying to do.

 

Any help would be greatly appreciated!!!!!

Link to comment
Share on other sites

Tghe words on the email are actually in a language file:

catalog/includes/languages/yourlanguage/

 

I think it's called email.php

Link to comment
Share on other sites

Could be

 

Replace

 

$email_order = STORE_NAME . "\n" .

EMAIL_SEPARATOR . "\n" .

 

with

 

$email_order = STORE_NAME . "\n" .

EMAIL_SEPARATOR . "\nThanks for placing your order with us.\n" .

EMAIL_SEPARATOR . "\n" .

 

But I'd search through the contributions to see if there is a useful one there.

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...