Page 1 of 9 123 ... LastLast
Results 1 to 10 of 86
  1. #1
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Installing SSL trust logos

    Hello Zen Cart community,
    I got my SSL cert installed and working, and the credit card merchant account is connected to the website and working fine as well.
    Now I am faced with a customization issue because I need to display the trust logo in all pages, I would need one on the bottom of the left column, and a different one in the right column.
    Let's start with the trust logo, please, because the other procedure is probably very similar.
    Next I copy the code provided by the cert authority:


    Implementing a TrustLogo into your Website

    Step 1: Copy the below JavaScript in your HTML page's <head> tag.

    Use the following line if you are displaying your TrustLogo over a STANDARD NON-SECURE page, e.g. http://
    <script language="JavaScript" src="http://www.completessl.com/js/trustlogo.js" type="text/javascript"></script>

    Use the following line if you are displaying your TrustLogo over a SECURE page, e.g. https:// <script language="JavaScript" src="https://www.completessl.com/js/trustlogo.js" type="text/javascript"></script>

    Step 3: Copy and paste the below code into your HTML code where you would like your TrustLogo to appear on your web page.

    <!--TrustLogo Html Builder Code: Shows the logo at URL Logo type is Secure Site Seal - For SSL Certificate holders ("COMPE")//--><script type="text/javascript">TrustLogo("PLACE URL TO TRUSTLOGO IMAGE", "COMPE", "none");</script><BR><a target="_blank" style="font-size: 9px;" href="http://www.completessl.com">CompleteSSL.com</a> Make sure to replace "PLACE URL TO TRUSTLOGO IMAGE", with the URL you have saved your trustLogo Image on your web site
    You may also use the standard Comodo TrustLogo for your sites seal.

    Thanks in advance
    Last edited by ckosloff; 20 Oct 2007 at 02:42 AM. Reason: presentation

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Installing SSL trust logos

    Zen-Venom Get Bitten

  3. #3
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Installing SSL trust logos

    first code goes in ( use the ssl one ) the includes/templates/YOUR TEMPLATE/common/html_headerjust above the closing </head>

    the second at the bottom of
    includes/modules/YOUR TEMPLATE/column_left.php ( I might be wrong onthis one but who knows Im tired, the first one is right )
    Zen cart PCI compliant Hosting

  4. #4
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Installing SSL trust logos

    Gentlemen,
    Here is an update on the work I did on your suggestions, and I hope that you will help me overcome the last hurdle.
    The first mod suggested by Kobra doesn't work, and I had to kick it off my test site the brutal way, by restoring from backup.
    However, the second one, by Juxi Zoza, is great, and it will solve all my problems...eventually.
    It has readme instructions in all the subfolders so it's very easy to customize.
    There's just one thing where I am stumbling, how do I customize this line in
    /includes/templates/my_template/common/html_header.php

    <script language="javascript" src='<?php echo (($request_type == 'SSL') ? 'https://secure.comodo.net' : 'http://www.trustlogo.com'); ?>/trustlogo/javascript/trustlogo.js'></script>
    <?php

    to work with what the cert authority stipulates in the post above?
    Thanks in advance for the great support.

  5. #5
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Installing SSL trust logos

    Hold your fire.
    I think that I got it to work.
    Can't say for sure because I will test live tomorrow.
    Good night.

  6. #6
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Installing SSL trust logos

    SUCCESS!!!!!!
    Thanks Juxi Zoza for a great contrib, and Kobra for pointing it out.
    Some comments on what I did to get it to work: practically nothing.
    The line I mentioned above doesn't need any modification, although it is not the same as that indicated by the cert provider.
    I checked with them and they confirmed that both are valid paths to the trustlogo.js file.
    However, this mod does need an update, the html_header.php provided is outdated.
    The update is piece of cake: you just need to insert the mentioned line below the base_href statement, in the updated file.
    I will check with the author and submit an updated version.
    Also, I got an IM from an Australian user, his logo shows exactly in the corner and he told me that Camelot hosting provides the instructions for that.
    Merlinpa: would you be so kind as to publish those instructions in this thread?
    I can't get them from your site.
    Thanks.

  7. #7
    Join Date
    Sep 2007
    Posts
    215
    Plugin Contributions
    0

    Default Re: Installing SSL trust logos

    I've installed the module Comodo Trust Logo Contribution (http://www.zen-cart.com/index.php?ma...roducts_id=161) but it's giving me the Point to Verify logo and when I hover over it I get the message ID Authority not available for this site. I just want the basic Comodo logo as I think one has to be signed up for a different package. I bought mine through my hoster. How can I set it up to work with just the basic logo? Thanks.

  8. #8
    Join Date
    Feb 2007
    Location
    South Florida, USA
    Posts
    1,374
    Plugin Contributions
    4

    Default Re: Installing SSL trust logos

    The contrib. doesn't give you the Comodo Trust Logo, you are confused, this is something that comes from Comodo.
    It will give you that error message if you test on a test site or are offline, remember that it connects to a third-party site.
    Look at the readme in templates/my_template/common, therein you have the only line modified in html_header.php, that is the line that connects to the Comodo sites.
    Otherwise you may choose to install a blank sidebox and put in there whatever you like, there is a mod for that too, authored by Dr. Byte.

  9. #9
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Installing SSL trust logos

    the basic comodo package comes with the trust logo,
    IF you have purchased a comodo certificate then you need to contact your host and have them get the identity issue sorted out
    Zen cart PCI compliant Hosting

  10. #10
    Join Date
    Sep 2007
    Posts
    215
    Plugin Contributions
    0

    Default Re: Installing SSL trust logos

    OK so I don't think that my purchase of the certificate included a point to verification - at least my hoster couldn't help. Yes the best thing seems to be to install a blank sidebox module and use that for showing the SSL logo.

 

 
Page 1 of 9 123 ... LastLast

Similar Threads

  1. v150 comodo trust logo results in SSL hyperlink
    By Meepy12 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 3 Dec 2012, 11:37 PM
  2. custom sidebox, i.e. perhaps for SSL or trust seal
    By rowanwa in forum Basic Configuration
    Replies: 33
    Last Post: 5 Jan 2010, 04:58 PM
  3. Bluehost domains, SSL and customer trust.
    By VioletEye in forum General Questions
    Replies: 4
    Last Post: 29 Mar 2009, 08:04 AM
  4. Installing SSL logos
    By rajeev83 in forum General Questions
    Replies: 19
    Last Post: 28 Dec 2008, 01:25 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg