cancel
Showing results for 
Search instead for 
Did you mean: 

How do I center my simple check out buy now button on my website/ add my own button?

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:

Emoney
Member
4 REPLIES 4

<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

http://w3schools.com/html/default.asp

RaynorC1emen7
Expert

Thanks so much. I'll try it righ tnow and let you know.

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?

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)