View Single Post
  #17  
Old 09-11-2005, 05:21 AM
 
LouOffroad LouOffroad is offline
 

Member
  
Join Date: Nov 2004
Posts: 14
 

Default

Just a recap of other posts. Here's what I did to display our ComodoSSL cert in both unsecure site browsing as well as on the SSL side.

In /skin1/customer/home.tpl right before the </HEAD> tag I placed this:

Code:
{if $current_location eq $http_location} {literal}<script language="JavaScript" src="http://www.trustlogo.com/trustlogo/javascript/trustlogo.js" type="text/javascript"></script>{/literal} {else} {literal} <script language="JavaScript" src="https://secure.comodo.net/trustlogo/javascript/trustlogo.js" type="text/javascript"></script>{/literal}{/if}

Then I edited /skin1/customer/menu_cart.tpl and added this code after the last {/if} tag:

Code:
<CENTER>{literal}<script type="text/javascript">TrustLogo("images/comodoSSL.gif", "SC", "none");</script>{/literal} Point to Verify</CENTER>

Hopefully this will help someone in the future. This works perfectly on our 4.0.12 site.

Cheers
__________________
New X-Cart - Still in development
Reply With Quote