Hi, I’d like to know how can I configurate the confirmation e mail my customers will receive once their credit card has been aproved so they can have acces to the info product they’ve just bought.
Thanks
Eliana
You need to login in order to make a new post. If you do not have a community account, you can get one here.
Thank you page or confirmation e mail
September 20th, 2007, by: eliana1You need to login before leaving a comment If you do not have an account, you can register one here.
3 Comments »
+0
-0
Eliana,
Unfortunately, it is not possible to customize the content of the confirmation email 2CO sends customers.
You may, of course, send your own confirmation email in addition to the one 2CO sends. Many third-party carts provide this capability.
+0
-0
cliff thank you very much por your answer.
What do I have to do to send my own confirmation mail?
Eliana
+0
-0
Eliana – You will need to create a script that will send an email out when a customer returns to your Approved URL. You would need to read in the HTML parameters that we send back to your script so you have the customers name and email and then process this information in your email script. Exactly how to do this is beyond our scope of support and is going to require some scripting work on your part. There are many free scripts on the internet that you can use and customize to send your own email after the sale. There is also a built in email function in PHP. To help get you started I have linked to an article on w3cschools.com that explains how to use the function.
http://www.w3schools.com/php/php_mail.asp
If any other vendors would be willing to share how they achieve this and provide some guidance that would be very helpful.