Quote:
|
Originally Posted by Milly4554
<script type="text/javascript" language="javascript">var ANS_customer_id="e2469f77-27b0-48b6-aef8-2db2b9411d8a";</script> <script type="text/javascript" language="javascript" src="//verify.authorize.net/anetseal/seal.js" ></script>
|
1. you need to surround a script in a template with {literal} tags - like this:
Code:
{literal}<script type="text/javascript" language="javascript">var ANS_customer_id="e2469f77-27b0-48b6-aef8-2db2b9411d8a";</script> <script type="text/javascript" language="javascript" src="//verify.authorize.net/anetseal/seal.js" ></script>{/literal}
Does this help?
2. Use firebug and you can see what the page is trying to do.