Jump to content

SSL Logo integration


Guest rich1231

Recommended Posts

Guest rich1231

I hve an SSLlogo i'd like to add to my site. It comes with some script that is elated to my URL.

How can I do this across all pages so its in the bottom left or right?

Thanks

Rich

Link to comment
Share on other sites

Guest Brivtech

Firstly, it should not appear on the non-secure pages, but that can confuse people.

You should place the script your SSL provider has given into the cart.tpl file, and this will cover the checkout and basket pages, which are secure.

The idea of these scripts is that your customers can click on them to verify the SSL status. If you have it on an insecure page, it won't validate.

Link to comment
Share on other sites

Guest rich1231

Firstly, it should not appear on the non-secure pages, but that can confuse people.

You should place the script your SSL provider has given into the cart.tpl file, and this will cover the checkout and basket pages, which are secure.

The idea of these scripts is that your customers can click on them to verify the SSL status. If you have it on an insecure page, it won't validate.

Thanks for the reply. I will give it a go now.

Link to comment
Share on other sites

Guest rich1231

Firstly, it should not appear on the non-secure pages, but that can confuse people.

You should place the script your SSL provider has given into the cart.tpl file, and this will cover the checkout and basket pages, which are secure.

The idea of these scripts is that your customers can click on them to verify the SSL status. If you have it on an insecure page, it won't validate.

Thanks for the reply. I will give it a go now.

Right i had a look at cart.tpl and Im not sre thats the right place..

The instructions i have from comodo are:

Snippet 1: Copy/Paste the following piece of code and insert EXACTLY before your </HEAD> tag.

<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>

Then

Snippet 2: Copy/Paste the following piece of code and insert EXACTLY before your </BODY> tag.

<a href="http://www.instantssl.com" id="comodoTL">SSL</a>

<script language="JavaScript" type="text/javascript">

COT("http://www.myurl.co.uk/images/general/cornertrust.gif", "SC2", "none");

</script>

cart.tpl doesnt have those tags

Link to comment
Share on other sites

  • 4 weeks later...
Guest rich1231

Firstly, it should not appear on the non-secure pages, but that can confuse people.

You should place the script your SSL provider has given into the cart.tpl file, and this will cover the checkout and basket pages, which are secure.

The idea of these scripts is that your customers can click on them to verify the SSL status. If you have it on an insecure page, it won't validate.

Thanks for the reply. I will give it a go now.

Right i had a look at cart.tpl and Im not sre thats the right place..

The instructions i have from comodo are:

Snippet 1: Copy/Paste the following piece of code and insert EXACTLY before your </HEAD> tag.

<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>

Then

Snippet 2: Copy/Paste the following piece of code and insert EXACTLY before your </BODY> tag.

<a href="http://www.instantssl.com" id="comodoTL">SSL</a>

<script language="JavaScript" type="text/javascript">

COT("http://www.myurl.co.uk/images/general/cornertrust.gif", "SC2", "none");

</script>

cart.tpl doesnt have those tags

Anyone have any ideas on this?

Link to comment
Share on other sites

  • 3 weeks later...

..If you have it on an insecure page, it won't validate.

Not sure I agree with this. The certificate is linked to the site and will validate even on non secure pages. At least GeoTrust does.

Neil

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...