wasabinut Posted August 27, 2005 Share Posted August 27, 2005 When a customer pays by Paypal, sometimes the order is not being logged in OsCommerce after payment.... What is a good fix for this? Link to comment Share on other sites More sharing options...
ckyshop.co.uk Posted August 27, 2005 Share Posted August 27, 2005 PayPal IPN contribution Thanks for any help/comments. Regards, Lewis Hill Link to comment Share on other sites More sharing options...
♥14steve14 Posted August 28, 2005 Share Posted August 28, 2005 Have you set auto redirect to on in your paypal account. Sometimes if a custom does not return to your site after making a purchase, oscommerce will noy register the sale. REMEMBER BACKUP, BACKUP AND BACKUP Link to comment Share on other sites More sharing options...
ckyshop.co.uk Posted August 28, 2005 Share Posted August 28, 2005 Have you set auto redirect to on in your paypal account. Sometimes if a custom does not return to your site after making a purchase, oscommerce will noy register the sale. <{POST_SNAPBACK}> Never used that myself, does it work OK? What do you use as the return url:? Thanks for any help/comments. Regards, Lewis Hill Link to comment Share on other sites More sharing options...
Guest Posted August 28, 2005 Share Posted August 28, 2005 Never used that myself, does it work OK? What do you use as the return url:? <{POST_SNAPBACK}> Set your return URL (in PayPal) to the page in your oscommerce directory named: checkout_success.php and alter the text on checkout_success.php page to include some reference to the fact that their payment has been made successfully. I'm still testing mine but that seems to work so far. :-) J Link to comment Share on other sites More sharing options...
ckyshop.co.uk Posted August 28, 2005 Share Posted August 28, 2005 Set your return URL (in PayPal) to the page in your oscommerce directory named: checkout_success.php and alter the text on checkout_success.php page to include some reference to the fact that their payment has been made successfully. I'm still testing mine but that seems to work so far. :-) J <{POST_SNAPBACK}> not http://www.mydomain.com/checkout_suscess.php? Thanks for any help/comments. Regards, Lewis Hill Link to comment Share on other sites More sharing options...
Daemonj Posted August 28, 2005 Share Posted August 28, 2005 Just set auto return on but do not enter a page as that is provided with the order information at the time of checkout. FWIW, any return should always go to checkout_process and not checkout_success, as the process page is where the order is stored into the database, the cart is cleared, and the confirmation email is sent. ;) "Great spirits have always found violent opposition from mediocre minds. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence." - A. Einstein Link to comment Share on other sites More sharing options...
JeremyToaster Posted August 29, 2005 Share Posted August 29, 2005 PayPal IPN contribution <{POST_SNAPBACK}> I have seen a lot of people talking about the IPN cont., it was installed on my old store, but after switching servers and setting up a fresh install, I am hesitant to install that again, as right now, my STOCK quantity removall is working perfectly upon check out and I don't want to screw that up. Are there KNOWN issues with the PayPal IPN ? if so, what are they and what do they KNOWINGLY affect? Thanks a lot! j Link to comment Share on other sites More sharing options...
JeremyToaster Posted August 29, 2005 Share Posted August 29, 2005 http://www.oscommerce.com/community/contri...arch,paypal+ipn Is that the best Module to be using for this? Link to comment Share on other sites More sharing options...
TotalLifeSuccess.com Posted August 29, 2005 Share Posted August 29, 2005 Just set auto return on but do not enter a page as that is provided with the order information at the time of checkout. Where is "auto return" set? You mean in your PayPal account or somewhere within Oscommerce? Link to comment Share on other sites More sharing options...
TotalLifeSuccess.com Posted August 29, 2005 Share Posted August 29, 2005 Where is "auto return" set? You mean in your PayPal account or somewhere within Oscommerce? <{POST_SNAPBACK}> Found this: login to your paypal account. Click on the profile link at the top of the page. In the selling preferences column click on website payment preferences. When the new screen opens click auto return to on, and enter the addressd that you require to open afer a transaction. Paypal requires that a URL be entered. There's conflicting advice whether to use payment_success.php or payment_process.php Can someone confirm that they are actually using payment_process.php as the return URL from Paypal and that it's working correctly? Thanks ahead of time. ~ Mark Link to comment Share on other sites More sharing options...
oracle101 Posted August 30, 2005 Share Posted August 30, 2005 There's conflicting advice whether to use payment_success.php or payment_process.php Can someone confirm that they are actually using payment_process.php as the return URL from Paypal and that it's working correctly? Does anyone know the answer to this post I am stuck on this as well.. Link to comment Share on other sites More sharing options...
wheeloftime Posted August 30, 2005 Share Posted August 30, 2005 Found this: login to your paypal account. Click on the profile link at the top of the page. In the selling preferences column click on website payment preferences. When the new screen opens click auto return to on, and enter the addressd that you require to open afer a transaction. Paypal requires that a URL be entered. There's conflicting advice whether to use payment_success.php or payment_process.php Can someone confirm that they are actually using payment_process.php as the return URL from Paypal and that it's working correctly? Thanks ahead of time. ~ Mark <{POST_SNAPBACK}> Well, just my 2ct but checkout_success.php is what the return url should be. If you look at the Paypal IPN module you will see that the code from checkout_process.php is repeated there and everything is handled upto the emails. Link to comment Share on other sites More sharing options...
oracle101 Posted August 30, 2005 Share Posted August 30, 2005 HI.. I am just using the normal paypal module.. so are you saying I should use checkout_success.php as the return URL on the paypal site? Thanks for your help Link to comment Share on other sites More sharing options...
wheeloftime Posted August 30, 2005 Share Posted August 30, 2005 HI.. I am just using the normal paypal module.. so are you saying I should use checkout_success.php as the return URL on the paypal site? Thanks for your help <{POST_SNAPBACK}> I am not completely sure for the default Paypal module but it looks like it doesn't matter whether you fill in checkout_process.php or checkout_success.php on the Paypal site. The return url is hard coded inside the osC Paypal module and that is the checkout_process.php so to stay on the safe side you should use that return address with Paypal if you use the default module. It is advised to use one of the Paypal IPN modules so you will not encounter the 'lost orders' problem when a customer does not return to your shop. Link to comment Share on other sites More sharing options...
oracle101 Posted August 30, 2005 Share Posted August 30, 2005 It is advised to use one of the Paypal IPN modules so you will not encounter the 'lost orders' problem when a customer does not return to your shop. <{POST_SNAPBACK}> Ok thanks for that.. I've looked into the IPN mod however It's quite confusing.. could you point me to a good reference to step me through the set-up process of paypal IPN. Thanks very much Link to comment Share on other sites More sharing options...
wheeloftime Posted August 30, 2005 Share Posted August 30, 2005 Ok thanks for that.. I've looked into the IPN mod however It's quite confusing.. could you point me to a good reference to step me through the set-up process of paypal IPN. Thanks very much <{POST_SNAPBACK}> That's a tough one. You have the Paypal IPN from the official team (also changed by others meanwhile) here and another one here which I don't know personally. For the teams IPN you should read the support thread to get some idea, at the first pages you will find descriptions of how to install. Link to comment Share on other sites More sharing options...
ckyshop.co.uk Posted August 30, 2005 Share Posted August 30, 2005 Where is "auto return" set? You mean in your PayPal account or somewhere within Oscommerce? <{POST_SNAPBACK}> mines set to https://www.mystore.com/checout_proccess.php and works 100% Thanks for any help/comments. Regards, Lewis Hill Link to comment Share on other sites More sharing options...
♥Vger Posted August 30, 2005 Share Posted August 30, 2005 If you wish to use an IPN Module then this is the one to use: http://www.oscommerce.com/community/contri...ns,2679/page,13 If you use the default Pay Pal module and you turn on 'auto-return' in your Pay Pal account then this will avoid the problem of lost order notifications. When you enter the auto-return address on the Pay Pal website the correct address to use is checkout_process.php, but checkout_success.php also works on many sites. Vger Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.