Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

paypal return url error


sridhar

Recommended Posts

Hi,

 

I instally paypal payment module in my site. at the time of shopping through paypal, all it works it goes to paypal site and the transaction is also completed. the account will be debited into my site. all it works good, the problem is after completion of the process in paypal when i click on return to merchent it does not goes to checkout success page, it redirects to login page and order is also not inserted into database. again it asks username and password. but the amount transaction is working fine. any body knows about this problem plz help me.

 

Regards,

B.Sridhar

Link to comment
Share on other sites

on return from paypal it should come to chekout success with an internal redirect.

But if the variables associated with the return post do not map a customer id then this will happen.

 

Chek Your session setting and set chek browser to false as this can be one of the reasons.

 

Satish

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Link to comment
Share on other sites

on return from paypal it should come to chekout success with an internal redirect.

But if the variables associated with the return post do not map a customer id then this will happen.

 

Chek Your session setting and set chek browser to false as this can be one of the reasons.

 

Satish

 

 

In my local server it is working properly, but incase of live server it is not working.in local i can print the sessions variables in checkout_process page, in case of local it is coming but in case of server it is not coming, i upload the complete site samely. how can i fix this problem

Link to comment
Share on other sites

Hi Sridhar,

 

I came to the same problem as yours. When I chose to return from the paypal page after the transaction is done successfully, my osCommerce is asking for my username and password. I wonder if this is an issue about the openSSL preconfigured in PaypalIPN mod in the admin back office.

 

+ I am using the default PaypalIPN of osC V2.2 RC1 which comes along the original package. I don't know what OpenSSL is and how to set that up in the PaypalIPN settings, so I just left it alone.

 

Wonder if there is any answers towards this issue.

 

Thanks and regards

Link to comment
Share on other sites

  • 2 months later...

I have fixed my problem - not sure if it will help you with yours but worth a shot.

 

my problem was related with cookies, I had to check my /catalog/includes/configure.php file for correct cookie settings. here is what I now have.

 

  define('HTTP_SERVER', 'http://www.domain.com');
 define('HTTPS_SERVER', '');
 define('ENABLE_SSL', false);
 define('HTTP_COOKIE_DOMAIN', 'domain.com');
 define('HTTPS_COOKIE_DOMAIN', '');
 define('HTTP_COOKIE_PATH', '/catalog/');
 define('HTTPS_COOKIE_PATH', '');

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.

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...