I'm a total newbie and have a limited html understanding. Just wanting to know the HTML code so I can center my buy now button from simple check out. Also, if anyone knows, how do you replace the authorize.net button and add you own custom button.
Thanks for your help. :smileyhappy:
01-11-2012 05:07 PM - edited 01-11-2012 05:08 PM
<center> button code it here </center>
<form name="PrePage" method = "post" action = "https://scotest.authorize.net/payment/CatalogPayment.aspx"> <input type = "hidden" name = "LinkId" value ="?????" /> <input type = "image" src="//testcontent.authorize.net/images/buy-now-gray.gif" /> </form>
Change the red text for your image. P.S. this is for the test server, it is posting to scotest.authorize.net
And here a good place to start looking at html
01-11-2012 05:39 PM
Thanks so much. I'll try it righ tnow and let you know.
01-11-2012 07:17 PM
Its works perfectly! Thanks so much. What about doing a redirect after checkout to a differant page for each button created in simple check out? Meaning, I have two sites with seperate buttons on each site. Does that makes sense?
01-11-2012 07:50 PM
Don't believe you have that option with Simple Checkout. You could implement SIM and then set a receipt URL, however I'm guessing that may be slightly beyond your coding level at the moment.
https://developer.authorize.net/integration/fifteenminutes/#hosted
http://www.authorize.net/support/SIM_guide.pdf (see Chapter 4: Receipt Options)
01-11-2012 10:28 PM