Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2007
    Posts
    26
    Plugin Contributions
    0

    Default SSL Seal Logo Only On https Pages

    How do I elect to have an SSL seal or logo provided as an HTML link by my Certification Authority appear say, in the right hand side panel but only on pages that are https (and not http).

    I am using a StartCom SSL certificate, but hopefully there is a general answer to this question. Startcom serve up an image saying "insecure" if the page is not secured. I would like the code, therefore to appear only on secured pages, so as not to put customers off.

    I think I am close to working out how to get an image to appear on all right hand panels, but I am completely unsure as to how to do it for only secured pages.

    Many thanks,
    RtX

  2. #2
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: SSL Seal Logo Only On https Pages

    A seal should appear everywhere on your site, since your customers may think your site does not have SSL when they first arrive. You may want to contact their customer support to see how you can do that.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  3. #3
    Join Date
    Oct 2007
    Posts
    26
    Plugin Contributions
    0

    Default Re: SSL Seal Logo Only On https Pages

    Thanks. Even so, is there a way I can make the seal only appear on secure pages?

  4. #4
    Join Date
    Nov 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: SSL Seal Logo Only On https Pages

    Reference this:
    http://www.zen-cart.com/forum/showth...ight=site+seal

    It creates an open box to put your site seal on it.

    Also, if necessary (Added HTTPS/Port 443 SSL test):

    Code:
    <?php
    // -----------------------------------
    // Site Seal PANEL ITEM
    // -----------------------------------
    
      // test if box should be displayed
      $show_site_seal = true;
    
      if ($show_site_seal  == true) {
         if (($_SERVER['HTTPS'] != '') || ($_SERVER['SERVER_PORT'] == '443')) // Use one or the other.
    	 {
          ?>
                
          <div align="center" style="padding:5px;">
             <.. YOUR SECURE CODE ..>
          </div>
                
          <?php
         } 
    	 //else { echo "unsecure"; }
     }
    ?>

  5. #5
    Join Date
    Oct 2007
    Posts
    26
    Plugin Contributions
    0

    Default Re: SSL Seal Logo Only On https Pages

    That works just right. Many thanks.

 

 

Similar Threads

  1. Replies: 1
    Last Post: 30 Jan 2014, 02:50 AM
  2. How do I get SSL Seal to show up on my pages?
    By wonderbread101 in forum Addon Sideboxes
    Replies: 1
    Last Post: 24 Dec 2011, 05:40 PM
  3. SSL positive seal logo
    By savchenko01 in forum General Questions
    Replies: 2
    Last Post: 7 Feb 2011, 09:19 PM
  4. SSL Seal Only show on Secure Pages
    By Best Price Accessori in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 3 Nov 2009, 06:52 PM
  5. Add Logo to Footer SSL Pages Only
    By Sweet ZouZou in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 5 Jan 2008, 07:14 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR