SSL Image and Hover Over Code
Posted: Sat Jul 25, 2009 5:48 am
I have recently purchased an SSL license complete with Logo. The vendor has provided the code and the image. I am relatively new to OpenCart and need some assistance in determining where to place the code for the hover over. The vendor says to copy and paste the code below the </HEAD> tag:
<script language="javascript" type="text/javascript">
//<![CDATA[
var tl_loc0=(window.location.protocol == "https:")? "https://secure.comodo.net/trustlogo/jav ... ustlogo.js" :
"http://www.trustlogo.com/trustlogo/java ... ustlogo.js";
document.writeln('<scr' + 'ipt language="JavaScript" src="'+tl_loc0+'" type="text\/javascript">' + '<\/scr' + 'ipt>');
//]]>
</script>
Can someone please tell me which file to paste the code into?
<script language="javascript" type="text/javascript">
//<![CDATA[
var tl_loc0=(window.location.protocol == "https:")? "https://secure.comodo.net/trustlogo/jav ... ustlogo.js" :
"http://www.trustlogo.com/trustlogo/java ... ustlogo.js";
document.writeln('<scr' + 'ipt language="JavaScript" src="'+tl_loc0+'" type="text\/javascript">' + '<\/scr' + 'ipt>');
//]]>
</script>
Can someone please tell me which file to paste the code into?