eberswine Posted September 14, 2011 Posted September 14, 2011 I have a third party "digital subscription" we want to sale on our site. What this company wants is a POST ACTION command with a unique email address to POST back and then generate a subscription link url after purchase ?? So, here is the POST form : <FORM METHOD="POST" ACTION=http://www.theotherwebsite/thisURL ENCTYPE="application/x-www-form-urlencoded"> <INPUT TYPE="text" NAME="login" VALUE="[email protected]"> <P> <INPUT TYPE="text" NAME="user_email" VALUE="[email protected]" SIZE="20" MAXLENGTH="150"> <P> <input type="submit" name="btnSubmit" class="btnText" value="GET"> </FORM> Then on the confirmation page, it returns a unique URL they can use to go to that Companies website with a unique variable they can use to subscribe ?? How can I integrate this ??
web-project Posted September 14, 2011 Posted September 14, 2011 using postback script like PayPal IPN, you can simply verify the payment and submit the form. 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.
eberswine Posted September 14, 2011 Author Posted September 14, 2011 Can you please be more specific? Where do I script or hard code this?? Thanks!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.