christianh 0 Posted December 26, 2014 (edited) Hi, I am working on a web store that was originally built with OsCommerce version 1.280 in 2003 it used a Paypal module version 1.39 that is just called Paypal but looks a lot like the present Standard module with some differences in the code. I have upgraded the site to version OsC 2.3.4 but kept the old module as it seemed to fuction well. My purpose is to keep it working the same way which is to just send the customer straight to a Paypal secured page for payment then they should return to the site and then the details of the order are saved to the database. The problem I am facing is that some customers forget to go back to the store and we only get the Paypal transaction without the order details so we need to e-mail the customer to ask for these details everytime. I would like to get all the order details saved into the database before the customer is transferred to the Paypal site to have a reference of that order in case the customer forgets to return to the store. Is there any direct way to automatically save this information? I have found the addon called "osCommerce_PayPal_IPN_2_3_4_7" should I replace the paypal module I have installed with this one? I am a bit lost between the OsC versions, the Paypal module versions and the addons versions. Can anyone help me out? Edited December 26, 2014 by christianh Share this post Link to post Share on other sites
allaboutwicker 15 Posted December 27, 2014 Hi Christian, I am working on a new 2.3.4 site and have not installed the PayPal feature yet, but they just recently released the newest and highly recommended addon here http://www.oscommerce.com/Us&News=151 I would not think you should try to use the old coding as everything has changed so much. Share this post Link to post Share on other sites
tgely 262 Posted December 27, 2014 The ipn callback close the order and not the backref so you should to use the latest paypal version. osCommerce based shop owner with minimal design and focused on background works. When the less is more.Email managment with tracking pixel, package managment for shipping, stock management, warehouse managment with bar code reader, parcel shops management on 3000 pickup points without local store. Share this post Link to post Share on other sites
christianh 0 Posted December 27, 2014 Thank you "allaboutwicker" the new Paypal addon looks like a big installation process with lots of extras I will not use. What I have now is doing (partly) the job well. Will it, after installation, testing etc.. make it possible to automate the return to the store after payment for confirmation and saving the order details? Share this post Link to post Share on other sites
♥toyicebear 206 Posted December 27, 2014 The paypal standard module included with 2.3+ is a IPN module that pre-saves the order, so you can simply change out your old one with that. Or if you don't want to replace the module you have, you can try this: http://addons.oscommerce.com/info/8984 Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce - Commercial Support Inquiries - OSC 2.3+ How To To see what more i can do for you check out my profile [click here] Share this post Link to post Share on other sites