Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Config E-mail


Freedom Fighter

Recommended Posts

Posted

Hey Guys,

I couldn't find this anywhere, and I needed some quick help.. My store has been live for quite sometime now.. However, I would like to customize the e-mail that is automatically sent to the customer after they place an order.. If someone could help me out there, I would really appericate it.

 

Thanks!

Extreme Alterations

Posted

I don't see anything :(

 

I was thinking, there was just a file on my server that I needed to open, type what I want the e-mail to say, then up it again..

 

Geez, I must be dump :(

Extreme Alterations

Posted

I am at work right now, I'll be home in about 45 minutes. I have a contribution on my computer called eorder text that lets you add text to the e-mail that is sent out confirming the order. I can't find it in the contribution section. I can e-mail it to you if you like......

Posted

Sure thing!

 

Do you think you could give me directions with it as well? I have never installed a contirbution before.. I hired out all of my previous work so I could hurry up and get the store live..

 

By the way, my store is; www.extremealterations.com

 

my e-mail is; [email protected]

 

Thanks!

Extreme Alterations

Posted

You can make changes to checkout_process.php and includes/languages/language/checkout_process.php. However, there's a lot of string concatenation and stuff going on. If you add code that looks like the following to checkout_processing.php, it should add it to the email. You might have to cut and paste it a few times to get it printing where you want it.

$email_order .=  EMAIL_SEPARATOR . "n" . 

                'Text that you want to add' .  "n" .

                EMAIL_SEPARATOR . "n";

You can leave out the EMAIL_SEPARATORs if you don't want them. The "n" is a new line. "nn" would be two new lines (so you get a blank line).

 

Hth,

Matt

  • 2 weeks later...
Posted

Would someone mind posting the addy for the eordertext contribution please? I have looked in the contributions, but I do not see it. Is it perhaps misspelled?

 

Thanks in advance!

 

Mark

Archived

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

×
×
  • Create New...