Hello, Bonjour, dear Gilles.
I have the two ends of a rope but cannot make the connection.
On one end I know what my Gateway needs: 2 pages. One to send via POST at least 5 fields, and another one they will call to send the results of the transaction. I can do that in ASP or PHP, even I guess in .Net. But... DNN is another story.
On the other end I have Store Module. I followed your guide to install the module with sources, using DNN 4.4.1 and, with minor issues, it worked perfectly.
Now I know where are the files for the Payment Gateway Providers (I know there are 2 folders, one with the real source and another with the resulting aspx and resx files). And I know those files really are part of a "project" inside the solution.
BUT... Where should I put my "fields to be sent", and where should I put the logic to receive the fileds sent by my Bank, and act according to it, changing the state of the Order. I just cannot figure it out. There are so many files there. ("My God, this is full of... code!", as in 2001- a space Odissey). ;)
I'm kinda good programmer, but certainly not very "fluent" in these .net piping, specially DNN .net piping. I've made some Modules before, even using DAL+ to connect to SQL Database (following Michael Washington's tutorials), but these sets of files and folders, some of them 'automatically generated' definitely puzzled me.
So... my very admired and dear Gilles, what do you think I can do? Would you like to help me creating this payment gateway directly, or do you have any link where I can find how to create that kind of "Project" you have there?
Thanks for your help.
Oh. BTW: The payment gateway I'm planning to use is widely used in latin America, and is extremely less complicated and restrictive than PayPal or Authorize.net. So it would give a great increase in coverage to the Store module.