PDA

View Full Version : Email Receipt


warrenphillips25336771
05-03-2009, 03:24 PM
Hey Guys and Girls

I have set up a static ecommerce shop (due to the fact it only sells 3 different products). Now I have run the cart, Using worldpay, how do I get the ordered stuff emailed as a receipt to the customer, as well as the site owner who dispatches the goods? I know with paypal you can only use universal email with local checkout, but is there a way I can add this to a static site?

Travis250923
05-04-2009, 08:46 AM
You can use universal e-mail. What you're referring to w/local checkout is that the Wizard only comes up during the e-cart wizard when using local. I have PayPal standard and used UE to send an e-mail receipt.

sales377016
06-10-2009, 12:05 PM
Hi

just read this thread and wonder if you could help/advise

I ran ecart checkout wizard but the option for email a receipt didnt come up. I have all latest version of ecart and UE and using Paypal standard

is there a way of creating an email receipt and also showing the details of the purchase on the page (checkout_success.php) this is the page paypal comes back to, but at the moment it justs says order authorised but no details, paypal state that to have the buyer redirected back to my site the page must state the details of whats been paid for etc

thanks
jodie

Ray Borduin
06-10-2009, 01:02 PM
You cannot do email receipts or order storage in the database with paypal standard through the wizard.

You would have to create an IPN page manually to get email receipts and order history in your database.

sales377016
06-10-2009, 01:06 PM
Thanks for replying Ray. I have order history in my database how would I go about creating an IPN page? Are there any tutorials/ instructions anywhere?

Ray Borduin
06-10-2009, 01:09 PM
You would start by creating a page that will act as your IPN page.

Then you would update your paypal profile from your paypal site and tell it the location of that IPN page.

Then you can add the functionality you need to the IPN page. The first thing you would do is apply the server behavior eCart->add to cart->add to cart from form, and choose "paypal ipn" as the form type.

Read this forum for more information from others going through the same process. I have walked several people through it successfully in the past.

sales377016
06-10-2009, 01:43 PM
thanks, think I can get going with what you have said and will look at some other posts. Opened a new page and created an IPN page, but when I run the server behavior ecart>add to cart>get contents from form, select all the required fields i.e. trigger>valid paypal transaction, and payment gateway>paypal IPN cart, then select ok I get a DW error
while executing onMouseUp in WA ecart Get Form From.htm, a javascript error occurred.

Ray Borduin
06-10-2009, 03:58 PM
Try clearing your winfilecache. If that doesn't work post a suport incident. It sounds like you are following the correct steps.