Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

PayPal_Shopping_Cart_IPN_v3.1


patator

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...