Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

How to add a Secure Cert Logo to your pages

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions
 
Thread Tools Search this Thread
  #61  
Old 02-20-2008, 06:16 AM
 
alohacomputer alohacomputer is offline
 

Advanced Member
  
Join Date: Aug 2005
Location: Aloha, Oregon - Not Hawaii
Posts: 95
 

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

Quote:
Originally Posted by kevinrm
Yes, it (GeoTrust) will work on 4.1.9 - I just installed it and it works perfectly.


I have purchased a SSL cert and Logo work fine. The package also includes TrustLogo 1 year + PLUS you get, HackerGuardian Free Scan, Free 30-day Trial for HackerGuardian Daily Scanning Service, Free 30-day Trial for HackerGuardian Vulnerability Scanning and Assessment Service

Here is SSL information on setup and pricing:
http://www.wbservr.com/ssl.html

Their are some required steps for purchasing a SSL certificate.
1. You must generate a Certificate Signing Request (CSR) on your webserver. When you have created your CSR you may continue with the enrollment and purchase of your SSL.
2. Make sure that you are listed as the WHOIS Administrative contact for the domain and the email address is correctly listed.


see more at http://www.wbservr.com/ssl.html


Google checkout is also requiring SSL. "Make sure you have a valid SSL certificate installed. Also note that Google Checkout does not accept SSL certicates from certain issuers. Contact Google Checkout support to make sure your SSL certificate can be accepted."
__________________
X-cart 4.3 fresh
PHP 5.2.8
MySQL server 5.0.85-community-log
MySQL client 5.0.85
Web server Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.7a Phusion_Passenger/2.2.7 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Operation system Linux
Perl 5.008008

Low cost SSL Certs for X-Cart Google approved www.wbservr.com/ssl.html
Reply With Quote
  #62  
Old 02-27-2008, 03:20 AM
 
EN4U EN4U is offline
 

eXpert
  
Join Date: Feb 2008
Location: AZ
Posts: 379
 

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

Quote:
Originally Posted by shan
If you have a secure certificate from trust heres a quick walkthrough for getting the logos added to you site

This was done on a 3.5.x site but is pretty much the same for all versions. The only thing that would be any different is the menu part

make sure that you have uploaded your secure_site.gif to your skin1/images dir

new file secure_cert.tpl

Code:
<table width="100%" border="0" cellspacing="0" cellpadding="5"> <tr> <td align="center" valign="top"><!-- TrustLogo Html Builder Code: Shows the logo at URL https://www.mysecuresite.com/shop/skin1/images/secure_site.gif Logo type is Secure Site Seal - For SSL Certificate holders ("SC") Not Floating //--> {literal} <script type="text/javascript">TrustLogo("https://www.mysecuresite.com/shop/skin1/images/secure_site.gif", "SC", "none");</script> {/literal}</td> </tr> </table>

notice the {literal}{/literal} tags around the javascript

add this code between the head tags of

customer/home.tpl
single/home.tpl
partner/home.tpl (if you use affiliate)

Code:
{* SECURE SITE CODE STARTS HERE *} {literal} <script language="JavaScript" src="https://secure.comodo.net/trustlogo/javascript/trustlogo.js" type="text/javascript"> </script> {/literal} {* SECURE SITE CODE ENDS HERE *}

again notice the {literal}{/literal} tags around the javascript

then to get he logo to appear on your pages add this code where you want the cert to appear in the following files

customer/home.tpl
single/home.tpl
partner/home.tpl (if you use affiliate)

Code:
{ include file="secure_cert.tpl"}

If you want the code to appear as a menu item then make secure_cert.tpl look like this ....

Code:
{* $Id: secure_cert.tpl *} {capture name=menu} <table width="100%" border="0" cellspacing="0" cellpadding="5"> <tr> <td align="center" valign="top"> <!-- TrustLogo Html Builder Code: Shows the logo at URL https://www.mysecuresite.com/shop/skin1/images/secure_site.gif Logo type is Secure Site Seal - For SSL Certificate holders ("SC") Not Floating //--> {literal} <script type="text/javascript">TrustLogo("https://www.mysecuresite.com/shop/skin1/images/secure_site.gif", "SC", "none");</script> {/literal}</td> </tr> </table> {/capture} { include file="menu.tpl" dingbats="dingbats_help.gif" menu_title="Secure Certificate" menu_content=$smarty.capture.menu}

dont forget to replace the java code with the code that you get from the trust setup page http://www.trustlogo.com/ssl-certificate-support/index.html

also note that i set the images to call from the secure location (https://www.mysecuresite.com)rather then the http location so as not to cause any errors

awesome , thanks..works great!!!
__________________
Regards, Dan
X-Cart Gold Version 4.1.10

1 - One page checkout
2 - Image Generator
3 - CSDEO Pro
4 - Shop By Price
5 - Next - Previous
6 - On Sale
7 - Shop By Price

8 - Froogle & Google Base Feed
9 - Buy Together
10 - Customer Loyalty Points
11 - Customer Reward Points
Customer Reward Points Referral Add-on
12 - Product Reviews
13 - Other Custom Modifications
----------------------
http://www.townsqjewelry.com/
http://www.eroticnights4u.com/ <---- Adult Oriented - Toys
Reply With Quote
  #63  
Old 03-03-2008, 12:20 AM
 
MrSoft MrSoft is offline
 

Advanced Member
  
Join Date: Dec 2007
Posts: 75
 

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

I have installed this some time ago and thought it was all working ok.

However, in firefox the popup box area obscures part of the flash content.

You can see an example here www.tilehq.co.uk

Does anyone know how I can fix this?

Colin
__________________
X-Cart Gold V4.1.9
Reply With Quote
  #64  
Old 04-08-2008, 05:13 AM
  roc's Avatar 
roc roc is offline
 

Member
  
Join Date: Jan 2008
Posts: 13
 

Default Re: Another Way to Add a Comodo InstallSSL Secure Cert Logo to Your Pages

I applied this code and it displays the image BUT whenever you go to the register.php and cart.php, the background image gets rotated. Any ideas on correcting this?
__________________
Version 4.1.9
Reply With Quote
  #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
  #66  
Old 09-24-2008, 08:23 AM
 
Aqua Aqua is offline
 

Advanced Member
  
Join Date: Feb 2007
Location: Idaho, USA
Posts: 97
 

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

Thanks shan... your secure_cert.tpl works like a champ. I appreciate you sharing the idea!
__________________
Aquaman
------------------------------------
X-Cart 4.7.4 Gold
Mods:Authorize.net DPM
CDSEO, xCMS, Rich Snippets, Custom Redirects
xBanners
One Page Checkout
Magic Scroll
Google Shopping export
Lumino Responsive Template
TSS Hosting
Reply With Quote
  #67  
Old 09-27-2008, 05:07 AM
  JWait's Avatar 
JWait JWait is offline
 

X-Man
  
Join Date: Nov 2005
Location: California
Posts: 2,440
 

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

Quote:
Originally Posted by Scotty85
I

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

Scotty

The instructions from Commodo have you put a "call" to their server in your header. If there is a problem or their site is down your page will not display properly (if at all). You are better off having the "call" at the "bottom" of the page as (most) everything on your site will load before the "call" is made. The customer may see the "page loading" graphic in their web browser but your site should function properly despite what is going on with their (Commodo's) site.
__________________
Two Separate X-Cart Stores
Version 4.4.4 Gold - X-AOM - Vivid Dreams Aquamarine (modified) - Linux
Mods - Newest Products - View All -, and a few others. Numerous upgrades from 4.0.x series.
Integrated with Stone Edge Order Manager + POS

Version 4.1.12 Gold (fresh install) - X-AOM - Linux
Mods - XCSEO free
Reply With Quote
  #68  
Old 05-28-2010, 07:59 AM
 
abialas abialas is offline
 

Newbie
  
Join Date: Mar 2010
Posts: 6
 

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

Hello All,

I`m trying to upload the SSL Certificate Logo with not too much of luck. Does anyone know whether the steps suggested in this forum work for V4.3.1. As well, is it only the logo that`s supposed to show up, or is the logo supposed to be linked so that customers can see the certificate.

Thanks.
__________________
Xcart V4.3.1
All commercial modules
Reply With Quote
  #69  
Old 05-30-2010, 04:41 PM
 
Delphie Delphie is offline
 

Newbie
  
Join Date: May 2009
Posts: 5
 

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

I have a commodo certificate, how do I modify this code to work with that? Do I just change the names and website address?
__________________
Honor Cox
Wet Spot Industries
www.mywetspot.org
Xcart version 4.2.1
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 02:04 AM.

   

 
X-Cart forums © 2001-2020