View Single Post
  #65  
Old 08-19-2008, 02:22 PM
 
Scotty85 Scotty85 is offline
 

Advanced Member
  
Join Date: Mar 2008
Posts: 94
 

Default Re: How to add a Secure Cert Logo to your pages

I found a MUCH easier way to make this work, without all the modding. All I had to do was change "http://" to "https://" in the original code near the bottom of ..skin1/customer/home.tpl. I only changed it in that one spot from the code I was given by Comodo.

PHP Code:
<a href="https://www.instantssl.com" id="comodoTL">SSL</a>
<
script language="JavaScript" type="text/javascript">
COT("https://www.mysite.com/skin1/images/secure_site.gif""SC2""none");
</
script


Is there something else that the mod in this thread does that my change doesn't do?

Scotty
__________________
Xcart Version 4.1.9
Upgraded to 4.1.10 (clean install with mods added back)
Reply With Quote