View Single Post
  #2  
Old 05-13-2014, 11:42 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Losing authorize logo on footer...

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.
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote