patator Posted October 15, 2005 Share Posted October 15, 2005 Hello I just installed and tested this great contribution which is working nearly 100%. I can receive all the IPN notifications, the orders back from Paypal to my admin panel BUT I don't receive order confirmation anymore from Oscommerce to the email address indicated in "Admin -> config -> My store -> email copy of orders" I have tried diffferent options in ; 1. Email Transport Method: send mail 2. Email Linefeeds: LF 3. Use MIME HTML when sending emails:true 3. Verify Email Adress through DNS:true 4. Send Emails:true I'm now sure it is down to the paypal ipn module . I just deactivated it and both myself and the customer address receive confirmation emails I would appreciate some help as I'm supposed to go live on monday after 1 year of work on my website. Thanks Patrice sorry for cross-posting, my question is more logical here than in general Quote Link to comment Share on other sites More sharing options...
patator Posted October 15, 2005 Author Share Posted October 15, 2005 Devosc, the author of the solution gave me the answer. If you have the SEO contrib installed as well, you need to copy the following lines in /public_html/includes/modules/payment/paypal/application_top.inc.php : // Ultimate SEO URLs v2.1 include_once(DIR_WS_CLASSES . 'seo.class.php'); $seo_urls = new SEO_URL($languages_id); include('includes/seo_redirect.php'); It is the exact same code as in /public_html/includes/application_top.php Thanks to Gregory for his help Patrice Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.