apollo74 Posted January 2, 2007 Share Posted January 2, 2007 (edited) I am just starting to use oscommerce and everything has been going fine until now. I am having an issue when i use the standard Paypal payment module. When I checkout using paypal, i am directed to the paypal screens. The paypal "Cancel and return to merchant" button works fine. It directs me back to my website and passes the oscsid value. However, when I pay on the paypal screen and make it to the "thank you" screen, the "Return to Merchant" button does sends me back to the checkout_process.php page, but the oscsid valuedoesnt make it in the url. When i do a view source on the Paypal thank you page, i can see that the url it is using includes the oscsid and value, but when paypal redirects to the checkout_process.php page, the oscsid is not included in the url. I am currently developing so I am not usng SSL. Does anyone have any idea why the oscsid is not included in the url even though i can see that it should be there from paypal? Thanks! Edited January 2, 2007 by apollo74 Quote Link to comment Share on other sites More sharing options...
apollo74 Posted January 2, 2007 Author Share Posted January 2, 2007 OK. so i think i found that the Paypal form it uses to redirect back to the checkout_process.php page from the final "thank you" page is a GET form. So any query string on the URL (like osCsid=...) is removed. SO the question is, how can you set the return value for paypal with a querystring to pass back the oscsid? 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.