rfh927 Posted December 9, 2006 Posted December 9, 2006 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.