Lynk-Systems Payment Mod
tdcaron <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.features |
|---|---|
| Message-ID | <a69a5a4ada4ad05c9f73563e707bc771@osCommerce-Forums> |
This message was sent from: Features http://forums.oscommerce.com/viewtopic.php?p=192891#192891 ---------------------------------------------------------------- Dear Contributors & Programmers, I have been asked if there is a way to create a payment mod for Lynk-Systems. Currently Lynk Systems does not support OsCommerce Order process. What I have noticed is that Lynk Systems uses almost the same aspects as PayPal. Below is a copy of the linking code for Lynk Systems <FORM name="test" METHOD="POST" ACTION="secure link" ENCTYPE="x-www-form-urlencoded"> <INPUT TYPE="hidden" NAME="amount" VALUE="product_value"> <INPUT TYPE="hidden" NAME="name" VALUE="product_name"> <INPUT TYPE="hidden" NAME="shipcost" VALUE="product_ship"> <input type ="hidden" NAME="referID" Value="session_ID"> <INPUT TYPE="hidden" NAME="sourceurl" VALUE="return url"> <INPUT TYPE="submit" VALUE="BUY"></B></FORM> This is very simliar to PayPal. How would I go about creating a payment mod for the above code? Any suggestions. Also, if this mod can not be implemented, is there a way of carrying an Affiliate ID or session variable to this script via the referID Value in the script. Outside of the osCommerce Store. For example, could you create a sessionID for an affiliate that could track the sale of a product outside the store. Any and all help would be greatly appreciated Thanks Tim