laigus Posted May 24, 2004 Posted May 24, 2004 I need a module that will allows oscommerce to work successfully with Deltapay. Module must transfer (post) some variables to Deltapay and deltapay will return a few back. I don't know even how to start. Any help will be appreciated. Zipped documentation available. A sample of passing parameters. <form action=\"https://www.deltapay.gr/entry.asp\" method=\"post\"> <\INPUT TYPE=\"hidden\" NAME=\"merchantcode\" ", "VALUE=\"123\"\> <\INPUT TYPE=\"hidden\" NAME=\"charge\" ", "VALUE=\"$amount\"\> <\INPUT TYPE=\"hidden\" NAME=\"currencycode\" ", "VALUE=\"978\"\> <\INPUT TYPE=\"hidden\" NAME=\"cardholdername\" ", "VALUE=\"$fullname\"\> <\INPUT TYPE=\"hidden\" NAME=\"cardholderemail\" ", "VALUE=\"$cardholderemail\"\> <\INPUT TYPE=\"hidden\" NAME=\"installments\" ", "VALUE=\"0\"\> <\INPUT TYPE=\"hidden\" NAME=\"transactiontype\" ", "VALUE=\"\"\> <\INPUT TYPE=\"hidden\" NAME=\"param1\" ", "VALUE=\"$order\"\> <\INPUT TYPE=\"hidden\" NAME=\"param2\" ", "VALUE=\"$fullname\"\> <\input type=\"submit\" value=\"Pay with DeltaPay >>\"> </form\> To prevent this form running here, I have replace <\ instead of < and replace \> instead of > 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.