Results 1 to 10 of 13

Hybrid View

  1. #1
    Join Date
    Jan 2010
    Location
    St. Joseph, Ontario, Canada
    Posts
    37
    Plugin Contributions
    0

    Default How To Display SSL Certificate Image?

    V1.3.8a

    Before posting here I've searched for a solution and found nothing other than advice that you cannot put javascript into a template.

    I want to put GoDaddy's certificate code into my website so that I can display the certificate image. GoDaddy's code is javascript:
    <span id="siteseal">
    <script type="text/javascript" src="https://seal.godaddy.com/getSeal?sealID=iBn5FQln0HURjXCVIJrPpYtmeHpKXlb70obSyqu7BF4U7JJRslDDcM1"></script>
    </span>
    I tried to place it in the header tpl but it didn't work. I've read other SSL issues where someone had an image and basic href and used HTML to get it into a template and then edited the CSS to dislay the image. But I don't see how that solution would help in my case.

    I don't physically have an image. All I have is that javascript line.

    What do I do? I don't really want to install another module just to get this to display (I already have four add-on modules installed).

    One would think this was a simply solution. But for someone like me with no PHP knowledge, this isn't so simple.

    I wish to display the certificate image in the header and footer areas.

    Suggestions?

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: How To Display SSL Certificate Image

    Rather use this sidebox

    http://www.zen-cart.com/index.php?ma...roducts_id=219

    (or modify the code to suit header / footer)
    20 years a Zencart User

  3. #3
    Join Date
    Jan 2010
    Location
    St. Joseph, Ontario, Canada
    Posts
    37
    Plugin Contributions
    0

    Default Re: How To Display SSL Certificate Image

    Quote Originally Posted by schoolboy View Post
    Rather use this sidebox

    http://www.zen-cart.com/index.php?ma...roducts_id=219

    (or modify the code to suit header / footer)

    Thanks Schoolboy - but I didn't want to install yet another add-on module for conflict reasons.

  4. #4
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: How To Display SSL Certificate Image

    This is not a module... it's a simple sidebox - like all the other sideboxes.

    What conflicts are you expecting? If none of your current sideboxes conflict with anything, why should this one?
    20 years a Zencart User

  5. #5
    Join Date
    Jan 2010
    Location
    St. Joseph, Ontario, Canada
    Posts
    37
    Plugin Contributions
    0

    Default Re: How To Display SSL Certificate Image

    I have 5 sideboxes already displayed and anything more would make the sidebox look kind of long.

    Also, I find that some of the add-ons are not clear in their descriptions of what they actually accomplish.

    Plus, I recently had to back-out a module and still have not been able to completely remove the table it added to SQL. So feeling a fit cautious!

    This is my first Zen Cart. (www.judysboutique.ca)

  6. #6
    Join Date
    Jan 2010
    Location
    St. Joseph, Ontario, Canada
    Posts
    37
    Plugin Contributions
    0

    Default Re: How To Display SSL Certificate Image

    Schoolboy

    What experience have you had with the Sitemap XML and should I install a module to setup user friendly URLs first?

    Any recommendations for a newbie?

  7. #7
    Join Date
    Jan 2010
    Location
    St. Joseph, Ontario, Canada
    Posts
    37
    Plugin Contributions
    0

    Idea or Suggestion Re: How To Display SSL Certificate Image

    OK - posting back here to help other PHP no-knowledge folks like me.

    I found some PHP help site and used the following code in the tpl_header.php file and it worked:

    PHP Code:
    <?php
      
    echo "<span id='siteseal'>";
      echo 
    "<script type='text/javascript' src='https://seal.godaddy.com/restOfURL'></script>";
      echo 
    "<span id='siteseal'>";
    ?>

 

 

Similar Threads

  1. Displaying a thawte ssl image certificate
    By Shiftypow in forum General Questions
    Replies: 0
    Last Post: 15 Mar 2010, 11:28 PM
  2. Image of Gift Certificate will not display
    By velvita in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 4
    Last Post: 10 Jun 2008, 11:38 AM
  3. SSL certificate image
    By Beth-katherine in forum Basic Configuration
    Replies: 2
    Last Post: 22 Dec 2007, 04:40 PM
  4. How to install a ssl certificate
    By hondauser85 in forum General Questions
    Replies: 0
    Last Post: 11 May 2006, 04:50 PM

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