Guest Posted August 29, 2010 Posted August 29, 2010 (edited) Hi Folks, I was wondering if anybody would be able to help me with this? I am looking to create a very simple Payment Module for my osCommerce store and in my view it's a very simple idea, I just don't know where to start and must: 1. The Order must be inserted into the Database before a customer reaches the new Payment Module. 2. Just redirect to another Webpage of my choice that I can change if required in the future to a new address for the customer to complete. It's as simple as that! Is it easy to implement? Let me know either reply to this thread or send me a PM... Cheers! Edited August 29, 2010 by Jan Zonjee Quote
Guest Posted August 29, 2010 Posted August 29, 2010 David, Sounds simple right? It is not ! You would have to incorporate every single known gateway protocol into that 'one page' for every known online processor. It would be nice if they all handled processing the same way, but they do not. So, you would have to ensure that any online payment gateway entered into the admin would be compatible with the processor. As an example of what is needed, look at the authorize.net files that come with osCommerce. You will see what goes into just ONE payment gateway. Chris Quote
Guest Posted August 29, 2010 Posted August 29, 2010 David, Sounds simple right? It is not ! You would have to incorporate every single known gateway protocol into that 'one page' for every known online processor. It would be nice if they all handled processing the same way, but they do not. So, you would have to ensure that any online payment gateway entered into the admin would be compatible with the processor. As an example of what is needed, look at the authorize.net files that come with osCommerce. You will see what goes into just ONE payment gateway. Chris Even just to redirect to a single page without any additional intergration? Quote
TRNG98 Posted September 27, 2010 Posted September 27, 2010 You can rather easy simply create a new payment module, I have one for Bank transfer payment. It return the bank account and details, also work with the invoice, and basically it is just a text HTML page. I'll guess that your intention can be implemented. In that case back-up your solution with a payment module, that return the proper text fields for the admin -> invoice function, so you don't break the entire shop. Quote
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.