I am Trying to use my own "Add to Cart" image/button with simple checkout feature.
I do something like this with paypal and they have two options when you create a
"buy now" button. one is html and the other is the email option which is a url taking the customer to the check out page.
I use the url option with my custom "Add to cart" button on my website and I would like to do the same with
Authorize account using the simple checkl out option if possible.
Tech support on the phone sent me here, they said its possible but they don't remember how.
Any help would be appreciated.
m.
05-22-2012 02:57 PM
We do not offer a URL option for simple checkout, but it is possible to use your own image by modifying the html code that is provided to you. The image URL is specified in the code and can be modified. The relevant piece of could looks something like this:
<input type = "image" src="//testcontent.authorize.net/images/buy-now-gold.gif" />
You can modify the image source without affecting the button behavior.
05-25-2012 11:49 AM