kalai427 Posted May 11, 2011 Share Posted May 11, 2011 (edited) Hi, I need to integrate my oscommerce2.2 website with HDFC payment gateway.I cant find any payment module for this. Any one help on this..... Looking for your quick reply. Thanks in advance. Regards, Kalaivanan. Edited May 11, 2011 by kalai427 Quote Regards, Kalaivanan Muthusamy. Link to comment Share on other sites More sharing options...
web-project Posted May 12, 2011 Share Posted May 12, 2011 Any one help on this..... it's not been developed. Quote Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here! 8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself. Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues. Any issues with oscommerce, I am here to help you. Link to comment Share on other sites More sharing options...
kalai427 Posted May 17, 2011 Author Share Posted May 17, 2011 Need ideas/suggestion for doing this development.I am new to OSCommerce and know PHP. Looking for Help... Quote Regards, Kalaivanan Muthusamy. Link to comment Share on other sites More sharing options...
kalai427 Posted May 20, 2011 Author Share Posted May 20, 2011 (edited) No reply? Edited May 20, 2011 by kalai427 Quote Regards, Kalaivanan Muthusamy. Link to comment Share on other sites More sharing options...
Guest Posted May 20, 2011 Share Posted May 20, 2011 I suggest you code the payment module and then seek help from the forum if you run into problems. If you are unable to code it yourself, you may need to seek professional help. Chris Quote Link to comment Share on other sites More sharing options...
kalai427 Posted May 25, 2011 Author Share Posted May 25, 2011 (edited) Chris, Thanks for your reply. I tried to customize paypal_standard module and renamed all the texts, class and function name in that module from PAYPAL_STANDARD and modified $this->form_action_url from paypal URL to HDFC URL. As per HDFC payment gateway, the process will as follows: 1) Merchant Pass Transportal ID and password with other details(amount, currency code,Response URL and Error URL) to PG URL to Allow Merchant to connect Payment Gateway and send request. 2)Payment ID & Pay page URL will be response from the above process. Now we need to redirect the customer browser to the URL(Payment Gateway Page) for customer entering the credit information. 3)After customer entering the information, if the transaction completes the page will redirect to Response URL else to the Error URL with error info. I passed all parameters to this->form_action_url and now the page redirect to the same this->form_action_url URL with response as Payment ID and pay Page URL after checkout confirmation process. Now i have a doubt that, how to get response of the Step2 and redirect to the Pay Page URL in the paypal_standard module with proper standards? Can any one help me on this? Edited May 25, 2011 by kalai427 Quote Regards, Kalaivanan Muthusamy. Link to comment Share on other sites More sharing options...
kalai427 Posted May 30, 2011 Author Share Posted May 30, 2011 Can any one help me on this? Quote Regards, Kalaivanan Muthusamy. Link to comment Share on other sites More sharing options...
kalai427 Posted June 9, 2011 Author Share Posted June 9, 2011 Can any one help me on this? I done this process through CURL inside payment gateway function and got Payment URL and Payment ID. So I assigned this URL and Payment ID to the form_action_url at the payment gateway function. Now after the checkout confirmation, the page redirected to payment gateway and finally moves to checkout success...Thanks for your suggestions.... Now I need to do error handling mechanisms....Give some guidelines...... Quote Regards, Kalaivanan Muthusamy. 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.