Comodo Corner of Trust Logo

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
albatreeq
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 33
Joined: Sat Jul 19, 2008 11:14 am

Comodo Corner of Trust Logo

Post by albatreeq » Thu Oct 16, 2008 3:51 am

I am trying to put the Comodo Corner of Trust Logo on my website. Comodo requires that I put the following code before the head tag on the home page.

<script language="javascript" type="text/javascript">
//<![CDATA[
var cot_loc0=(window.location.protocol == "https:")? "https://secure.comodo.net/trustlogo/javascript/cot.js" :
"http://www.trustlogo.com/trustlogo/javascript/cot.js";
document.writeln('<scr' + 'ipt language="JavaScript" src="'+cot_loc0+'" type="text\/javascript">' + '<\/scr' + 'ipt>');
//]]>
</script>

and I put the following before the body tag.

<a href="http://www.instantssl.com" id="comodoTL">SSL</a>
<script language="JavaScript" type="text/javascript">
COT("https://itsouq.com/images/cot.gif", "SC2", "none");
</script>

Can the forum teach me how to do this? :D

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Comodo Corner of Trust Logo

Post by mazhar » Thu Oct 16, 2008 5:17 am

Just edit the header scriptlet and place these both chunks of your code at the start of your header scriptlet HTML.

albatreeq
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 33
Joined: Sat Jul 19, 2008 11:14 am

Re: Comodo Corner of Trust Logo

Post by albatreeq » Thu Oct 16, 2008 7:35 am

Thank you Mazhar. The logo is now working.
Regards
Joseph Jeyaseelan
http://www.itsouq.com

sloDavid
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 92
Joined: Thu Feb 25, 2010 12:34 pm

Re: Comodo Corner of Trust Logo

Post by sloDavid » Sat Aug 06, 2011 3:54 pm

The head tag is in the /Layouts/Scriptlet.master file. You can insert them there.

Post Reply