Freedom Fighter Posted July 19, 2003 Posted July 19, 2003 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
Freedom Fighter Posted July 19, 2003 Author Posted July 19, 2003 On my server, or where?? I don't think I understand what you saying.. Thanks Extreme Alterations
dukedl Posted July 19, 2003 Posted July 19, 2003 go here http://www.oscommerce.com/community/contributions ________________________________________ osCommerce 2.2 Milestone 2, Win2k pro, Apache/1.3.22 ,mysql 3.23.42-nt,PHP Version 4.3.2
Freedom Fighter Posted July 19, 2003 Author Posted July 19, 2003 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
chfields Posted July 19, 2003 Posted July 19, 2003 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......
Freedom Fighter Posted July 19, 2003 Author Posted July 19, 2003 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
Freedom Fighter Posted July 19, 2003 Author Posted July 19, 2003 Is there anyway to do it without using a contribution? Extreme Alterations
Guest Posted July 19, 2003 Posted July 19, 2003 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
Mark1 Posted July 30, 2003 Posted July 30, 2003 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
chfields Posted July 30, 2003 Posted July 30, 2003 http://www.oscommerce.com/community/contri...ons,1143/page,5
Recommended Posts
Archived
This topic is now archived and is closed to further replies.