[SOLVED] Add authenticity seal from authorize.net to checkout
I've searched several different strings and I'm sure you have covered this somewhere but I cannot seem to find it.
I'm wanting to add the Authorize.net security seal to our checkout process. What do I need to modify to make this happen?
here's the code I want to add (generated by authorize.net)
<pre lang='html'>
<!-- (c) 2005, 2014. Authorize.Net is a registered trademark of CyberSource Corporation --> <div class="AuthorizeNetSeal"> <script type="text/javascript" language="javascript">var ANS_customer_id="0e8db179-50e1-410a-952f-d9c47a8284c6";</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>
</pre>
Thanks!
Comments