So let's say you want to change up your buy now button. This is actually a really, really simple thing to do! The buttons are in reality just simple HTML anchor links. It's actually very simple to switch out the default image by switching the source URL via our button creator. On the other hand, you can replace the image tag with any text as well.
But, let's say you want the URL to open in a new window. Try adding target="_blank" to the anchor tag in this manner: <a target="_blank" href="http://bitbuffet.com/buy/x/x/"><img...
Remember, anything you can do with a regular link, you can do with a BitBuffet Buy-It-Now button!