How to place an Authorize.Net Verified Merchant Seal
Info on the Seal can be found at: http://www.authorize.net/solutions/merchantsolutions/onlinemerchantaccount/seal/
Copy
and paste the generated seal HTML to the desired area(s) of your Web
site. We suggest placing it in your COOLSite Admin area under Configure
Layout - Bottom Left Nav. Once in this section you can click the HTML
icon in the editor. You would then place the seal code in the HTML
window. After placing it, then make the follow change in red below.
Before:
<!--
(c) 2006. Authorize.Net is a registered trademark of Lightbridge, Inc.
--><div class="AuthorizeNetSeal"><script
language="javascript" type="text/javascript"> var
ANS_customer_id="XXXX";</script><script language="javascript" src="//VERIFY.AUTHORIZE.NET/anetseal/seal.js" type="text/javascript"></script><a href="http://www.authorize.net/" id="AuthorizeNetText" target="_blank">Credit Card Processing</a> </div>
After:
<!--
(c) 2006. Authorize.Net is a registered trademark of Lightbridge, Inc.
--><div class="AuthorizeNetSeal"><script
language="javascript" type="text/javascript"> var
ANS_customer_id="XXXX";</script><script language="javascript" src="http://VERIFY.AUTHORIZE.NET/anetseal/seal.js" type="text/javascript"></script><a href="http://www.authorize.net/" id="AuthorizeNetText" target="_blank">Credit Card Processing</a> </div>
Then
you can click Update in the HTML window and then Process Page Update in
the main Admin Area window. Now View your Website to make sure the seal
is showing correctly.
If you have tried the above to the best
of your knowledge and cannot seem to get the Seal to work then you can
email the support dept to request that a Programming Tech look through
the code at an hourly labor charge to find the issue.
Article ID: 95, Created On: 5/7/2008, Modified: 5/7/2008