Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2005
    Location
    illinois
    Posts
    48
    Plugin Contributions
    0

    Default problem with SSL

    i added a file called head.htm into tpl_header.php, head.htm is displayed on my main page has 4 Links and a background image my problem is when you click on 'log in' or 'checkout' it goes to SSL and gives security warnings because of the background image url not being SSL. in my header.htm i specified the links as 'http://www.hotbodyrings.com/images/header.image.jpg'

    my question is how can i integrate the links in head.htm to change to the SSL links like the rest of the site when someone clicks on the login or checkout?

    my site is http://www.hotbodyrings.com click on login at the top left to see what im talking about

    thanks for any help.

  2. #2
    Join Date
    Aug 2007
    Location
    Tampa FL.
    Posts
    142
    Plugin Contributions
    0

    Default Re: problem with SSL

    Quote Originally Posted by ner0tik View Post
    i added a file called head.htm into tpl_header.php, head.htm is displayed on my main page has 4 Links and a background image my problem is when you click on 'log in' or 'checkout' it goes to SSL and gives security warnings because of the background image url not being SSL. in my header.htm i specified the links as 'http://www.hotbodyrings.com/images/header.image.jpg'

    my question is how can i integrate the links in head.htm to change to the SSL links like the rest of the site when someone clicks on the login or checkout?

    my site is http://www.hotbodyrings.com click on login at the top left to see what im talking about

    thanks for any help.
    Hello,
    You need to call any url as https:// for ssl
    something like this 'https://www.hotbodyrings.com/images/header.image.jpg'

    or call you image with css
    http://www.zen-cart.com/forum/showthread.php?t=78699

    rich

  3. #3
    Join Date
    Dec 2005
    Location
    SWFL
    Posts
    469
    Plugin Contributions
    0

    Default Re: problem with SSL

    Just out of curiosity -- you're not on Network Solutions, are you? I found out working on a customer's site that there are some issues with shared ssl on their servers that will cause problems no matter what.

    I'm not an expert in SSL -- but if you declare the images locally (globally?) as part of ZC, instead of a "hard" link, they should be included automatically as part of the SSL unless you need to duplicate them in a separate SSL directory.

    You can declare the links like the home and login links are declared, only change the page to fit your circumstances. Just look in the tpl_header.php file and you'll see how they're constructed. There's a *brain fart...* definition (not right term, I'm sure) for the "catalog" to call the base of the link, then you can add the page you need to it.

    I'm sure I'm not explaining it clearly. *LOL*
    Lesli in SW Florida ~ writer, teacher, and dodging hurricanes!

  4. #4
    Join Date
    Aug 2007
    Location
    Tampa FL.
    Posts
    142
    Plugin Contributions
    0

    Default Re: problem with SSL

    Hello,

    Yes you are right, but if images are in a folder under http instead of ssl folder it the case u spoke about than i think it would be hard to call relitive pages but not verry sure on that, but if in the same root of your site the css would be called relitive.
    HTML Code:
    <link rel="stylesheet" type="text/css" href="includes/templates/YOUR_TEMPLATE/css/stylesheet.css" />
    Rich

 

 

Similar Threads

  1. v150 Problem with SSL
    By CollinKirkpatrick in forum Managing Customers and Orders
    Replies: 1
    Last Post: 19 Jul 2012, 07:36 PM
  2. Problem with ssl
    By doooomed in forum General Questions
    Replies: 5
    Last Post: 29 Nov 2011, 11:41 PM
  3. Problem with SSL
    By ak6000 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 31 May 2010, 10:44 AM
  4. Problem with SSL
    By a4tech in forum Installing on a Linux/Unix Server
    Replies: 7
    Last Post: 16 Jul 2007, 11:39 AM
  5. Problem with SSL
    By brimsjewelry in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 30 Nov 2006, 08:32 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