Page 1 of 2 12 LastLast
Results 1 to 10 of 86

Hybrid View

  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
    May 2008
    Posts
    27
    Plugin Contributions
    0

    Default Re: Installing SSL trust logos

    Will this work with my GEO TRUST logo?
    I think that is why i'm having IE8 give a blue warning just under the tool bar. Seems to be a problem with a certificate error.
    If I use this type of download and install the script in those places this warning should go away am I correct? I need to know if I can use this code to try my certificate or do I need one for my GEO TRUST logo?

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

    Default Re: Installing SSL trust logos

    Quote Originally Posted by walterk
    Will this work with my GEO TRUST logo?
    I need to know if I can use this code to try my certificate or do I need one for my GEO TRUST logo?
    No...
    http://www.zen-cart.com/index.php?ma...roducts_id=451

    Quote Originally Posted by walterk
    I think that is why i'm having IE8 give a blue warning just under the tool bar. Seems to be a problem with a certificate error.
    What does the "blue warning say?
    If a certificate error - - No module will correct it
    Zen-Venom Get Bitten

  5. #5
    Join Date
    May 2008
    Posts
    27
    Plugin Contributions
    0

    Default Re: Installing SSL trust logos

    Quote Originally Posted by kobra View Post
    No...
    http://www.zen-cart.com/index.php?ma...roducts_id=451


    What does the "blue warning say?
    If a certificate error - - No module will correct it
    Thanks, I have a better solution.
    Problem was the javascript. Using a dynamic logo time, datem etc, was causing IE8 to show the blue waring about a certificate error. What a croc!
    I just copied a static logo. Then linked it to the certificate holder so the customer can verify the website themselves. The dynamic logo Geo Trust sold me is the only one in which the customer can click to see the certificate. All you need is the hyperlink. A copy of the static logo and your in business. Thanks for the help.
    Oh and the side boxes still let the bue warning message come up. All because of the dynamic logo that I was given. I really dont know if it happend because i was using script to get the logo, or it was because the script was giving my computer the brower the other information like the time date stamp? Can you tell me more?

  6. #6
    Join Date
    Apr 2009
    Location
    Athens, Europe
    Posts
    125
    Plugin Contributions
    0

    Default Re: Installing SSL trust logos

    Hallo, is it possible to make comodo sign appear only in SSL pages?

    Kind regards,
    orange_juice

  7. #7
    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

  8. #8
    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.

  9. #9
    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.

  10. #10
    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.

 

 
Page 1 of 2 12 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