Using Authorize.Net seal on Checkout Page?
I've been trying to get the AUthorize.net seal to show up on the CHeckout page but all I get is a link. Their code is below. I've tried including it all in a Content Block but the javascript is ignored. I've tried adding Javascript Content blocks one for the linked code and one for the internal code which also doesn't work. Has anyone had success?
<!-- (c) 2005, 2012. Authorize.Net is a registered trademark of CyberSource Corporation -->
<div class="AuthorizeNetSeal">
<script type="text/javascript" language="javascript">var ANS_customer_id="MYCUSTOMERID";</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">Credit Card Processing</a>
</div>
Hey Rick,