X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   How to add a Secure Cert Logo to your pages (https://forum.x-cart.com/showthread.php?t=6004)

polren 11-13-2007 07:02 PM

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

Originally Posted by Miket
Hey Polren,

Thanks for this. I updated the tpl according to our default location and no change. Not sure what else to do...I will go back through everything later and double check it.


Miket, please look at the first line of code in the file secure_logo.tpl and make sure it is:

Code:

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

this line was missing in the original code provided by newattraction.

Miket 11-13-2007 07:52 PM

Re: How to add a Secure Cert Logo to your pages
 
Polren-

Below is the code in my secure_logo.tpl file--

Code:

{literal}<a href="http://www.instantssl.com" id="comodoTL">SSL</a>
<script language="JavaScript" type="text/javascript">
COT("../skin1/images/secure_site.gif", "SC2", "none");
</script>{/literal}


I verified that the exact image (file name) is located in the above referenced directory.

polren 11-13-2007 08:20 PM

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

Originally Posted by Miket
Polren-

Below is the code in my secure_logo.tpl file--

Code:

{literal}<a href="http://www.instantssl.com" id="comodoTL">SSL</a>
<script language="JavaScript" type="text/javascript">
COT("../skin1/images/secure_site.gif", "SC2", "none");
</script>{/literal}


I verified that the exact image (file name) is located in the above referenced directory.


PM me the address of your store.

polren 11-14-2007 11:21 AM

Re: How to add a Secure Cert Logo to your pages
 
Important rule before you implement the code to display the Comodo logo in your shopping cart: make sure that you can access the secure_site.gif from outside using a browser, in example:


Make sure you set the htaccess file accordingly to disable browsing of the directory.

Miket 11-14-2007 11:38 AM

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

Originally Posted by polren
Important rule before you implement the code to display the Comodo logo in your shopping cart: make sure that you can access the secure_site.gif from outside using a browser, in example:


Make sure you set the htaccess file accordingly to disable browsing of the directory.


htaccess isn't an issue.

I can't with the URL listed above but can with this example:

Code:

http://www.mydomain.com/xcart/skin1/images/secure_site.gif

realitymaker 12-16-2007 12:22 PM

Re: How to add a Secure Cert Logo to your pages
 
Miket
Try moving the {include file="secure_logo.tpl"} in bottom.tpl up just before the last </td> of the table, not after </table> as it is in the examples above.
A
---------------
X-Cart Pro v 4.1.9

big pine kenny 12-18-2007 08:23 AM

Re: How to add a Secure Cert Logo to your pages
 
I have the Secure Logo under news. What I need to know how do I move it from the left to center. What I am trying to say is I want it centered like the manues on the right side. I have it at the right menu but it is off center.

MrSoft 01-17-2008 09:01 AM

Re: How to add a Secure Cert Logo to your pages
 
Just like to thank Miket for his excellent walkthrough.

It's working beautifully on my site.

Cheers,

Colin

spideybites 02-05-2008 05:09 AM

Re: How to add a Secure Cert Logo to your pages
 
Can I use this (GeoTrust) code for Version 4.19?

kevinrm 02-14-2008 07:14 PM

Re: How to add a Secure Cert Logo to your pages
 
Yes, it (GeoTrust) will work on 4.1.9 - I just installed it and it works perfectly.


All times are GMT -8. The time now is 05:06 PM.

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