Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Authorize.Net Seal in Information Box


rfh927

Recommended Posts

Posted

We're using Authorize.Net as our credit card payment processor, and they have a seal you can place on your site to allow visitors to click and verify you're indeed using Authorize.Net (similar to PayPal's Verified Seal). The seal code is java script, and we're trying to figure out how to make it work from within the standard Information Box. We already have the clickable ShopperScanned seal working fine there, but it's standard html. Anyone have any suggestions? The code with sensitive info x'ed out is:

 

<!-- © 2006. Authorize.Net is a registered trademark of Lightbridge, Inc. --> <div class="AuthorizeNetSeal"> <script type="text/javascript" language="javascript">var ANS_customer_id="xxxxxxxxxxxxxxxxxxxxx";</script> <script type="text/javascript" language="javascript" src="//VERIFY.AUTHORIZE.NET/anetseal/seal.js" ></script> <a href="http://www.authorize.net/" id="AuthorizeNetText" target="_blank">Accept Credit Cards</a> </div>

 

Thanks in advance for your help!

 

Bob

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...