X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Geo Trust Icon-position (https://forum.x-cart.com/showthread.php?t=43224)

Paul H 10-25-2008 05:18 AM

Geo Trust Icon-position
 
Hello
I'd like to put my Geotrust cert on the right hand side of my store under the "news" box.
I guess it could be done with CSS -which file do I put it in ?

<!-- GeoTrust QuickSSL [tm] Smart Icon tag. Do not edit. -->
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" SRC="//smarticon.geotrust.com/si.js"></SCRIPT>
<!-- end GeoTrust Smart Icon tag -->

JWait 10-25-2008 05:36 AM

Re: Geo Trust Icon-position
 
In skin1/customer/home.tpl
Find {include file="news.tpl" } and add it there.
You may or may not need a "<br />" tag.... and don't forget the "literal" tags

Code:

{include file="news.tpl" }
</br />
<!-- GeoTrust QuickSSL [tm] Smart Icon tag. Do not edit. -->
{literal}
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript" SRC="//smarticon.geotrust.com/si.js"></SCRIPT>
{/literal}
<!-- end GeoTrust Smart Icon tag -->


Paul H 10-25-2008 06:05 AM

Re: Geo Trust Icon-position
 
Easy as that!
Worked a treat- just put the br tag to space it down

Thanks

Isleman 11-27-2008 08:19 AM

Re: Geo Trust Icon-position
 
Hi
I am trying to do the same thing but it seems it does not work for me.
I have tried several combinations including literal tags but instead of the Geo trust logo I am getting all the code showing under the authentication box. like this :
<!-- GeoTrust QuickSSL [tm] Smart Icon tag. Do not edit. -->
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"
SRC="//smarticon.geotrust.com/si.js"></SCRIPT>
<!-- end GeoTrust Smart Icon tag -->
Is it something to do with my version 4.1.11 ?

Paul H 11-27-2008 09:39 AM

Re: Geo Trust Icon-position
 
Quote:

Originally Posted by Isleman
Hi
I am trying to do the same thing but it seems it does not work for me.
I have tried several combinations including literal tags but instead of the Geo trust logo I am getting all the code showing under the authentication box. like this :
<!-- GeoTrust QuickSSL [tm] Smart Icon tag. Do not edit. -->
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"
SRC="//smarticon.geotrust.com/si.js"></SCRIPT>
<!-- end GeoTrust Smart Icon tag -->
Is it something to do with my version 4.1.11 ?


I'm on 4.1.11 and it works just fine


All times are GMT -8. The time now is 07:33 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.