Hi I need help linking a navigation item to a simple checkoutpage. Our website has donate buttons that use forms, how welink directly to thesite via a navigation button....is it thesame? My client wants to linkdirectly to the http://developer.authorize.net/api/simplecheckout/
01-25-2013 06:43 AM
You can't use a link to a simple checkout item, it have to be a form post.
01-25-2013 07:14 AM
Ok thanks, do you think a page redirect would work?
01-25-2013 04:45 PM
Let me clarify, what if I send them to a page that redirects to the form, is this possible?
01-25-2013 04:48 PM
<html> <body> <form name="PrePage" method = "post" action = "https://scotest.authorize.net/payment/CatalogPayment.aspx"> <input type = "hidden" name = "LinkId" value ="getYourOwn" /> <input type = "submit" value = "Buy Now" /> </form> </body> </html>
for simple checkout, all you need is a web page, and copy and paste the form post code.
01-25-2013 04:54 PM - edited 01-25-2013 04:57 PM
I am using Wordpress. Are you famailar with that framework. The only flexibility I have is to specify a customlink. The client wants to link from the navigation to the simplecheckout page.
I am trying to keep from creating a static button in the navigation menu.
01-25-2013 05:43 PM
Oh wait, so I can embed this into a page on Wordpress?
01-25-2013 05:44 PM
This is the site. http://www.raisingchampions.com/
This is the page they want to linkto https://simplecheckout.authorize.net/payment/CatalogPayment.aspx
and we use this form to get there
<form name="PrePage" method = "post" action = "https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx"> <input type = "hidden" name = "LinkId" value ="1d528a84-6c47-4d67-80a3-0e65764a9da1" /> <input type = "image" src="https://www.raisingchampions.com/wp-content/uploads/2013/01/give2.png" /> </form>
they want the navigation link to take them straight to a page to make adonation not a two step process.
Is it possible to embed this page on the site?
01-25-2013
05:47 PM
- last edited on
01-25-2013
07:41 PM
by
RichardH
Not possible, it need to get the $ amount on the first page to get to the second(CC entry screen).
01-25-2013 06:50 PM
Hello - if possible could you explain the why behind this process? I need my members to click the button and pay an invoice - the link could be redirected to autorized.net - please provide some details - I want to know the why of this matter. Thanks & Regards
03-28-2016 12:25 PM