Results 1 to 10 of 13

Hybrid View

  1. #1
    Join Date
    Sep 2012
    Posts
    253
    Plugin Contributions
    0

    Default Re: SSL Issue with loading Checkout Page properly

    Quote Originally Posted by lat9 View Post
    Not that this is going to solve your problem, but my guess is that it's the CSS/JS loader that's causing the issue. Try disabling it in your admin and see. I remember having an issue with shared SSL and that add-on a couple of years ago; I'll try to hunt up what I did.

    Are you using the most recent version of that add-on?
    Yes I am using the most current css/js loader. I didn't use it on my actual site that I do business on in a previous version of zen cart.

    I can't seem to find where to turn off the CSS/Js loader. I even looked in the FEC instructions. Can you point me to it?

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: SSL Issue with loading Checkout Page properly

    It should be in Configuration->CSS/JS Loader. Did you try lhungil's suggestion? The more I thought about it, the more it seemed to make more sense than my suggestion.

  3. #3
    Join Date
    Sep 2012
    Posts
    253
    Plugin Contributions
    0

    Default Re: SSL Issue with loading Checkout Page properly

    I don't have a dedicated SSL So the SSL will not work according to hostgator unless it is https://secure1781.hostgator.com/mym...econdarydomain

  4. #4
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: SSL Issue with loading Checkout Page properly

    I think lat9 is right - there is something not quite rights with the installation of the CSS JS loader. Only the CSS and JS files are being incorrectly added to the URL... Starting with an extra "/"... Have you tried the support thread over at numinix?

    Looking further at the source of your generated pages.... While I have not used the CSS JS loader... I am not seeing the "min/?f=" which appears in the supplied template replacement file html_header.php... You may want to double check the installation.

    That said, Zen Cart typically prefers HTTPS_SERVER contains the protocol + host name... and DIR_WS_HTTPS_CATALOG contains the web relative path to Zen Cart. In my experience this seems to work best - even with a shared SSL.
    Last edited by lhungil; 3 Feb 2013 at 01:06 AM.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: SSL Issue with loading Checkout Page properly

    Like lhungil said, you should post your issue on Numinix's board; it's looking like the CSS/JS Loader is the culprit. From your homepage, you've got the following in your page's header:
    Code:
    <base href="http://d132s.southshorepizza.net/" />
    <link rel="canonical" href="http://d132s.southshorepizza.net/" />
    
    <link rel="stylesheet" type="text/css" media="print" href="includes/templates/classic/css/print_stylesheet.css" />
    <link rel="stylesheet" type="text/css" href='/includes/templates/classic/css/stylesheet.css' />
    <link rel="stylesheet" type="text/css" href='/includes/templates/classic/css/stylesheet_css_buttons.css' />
    That extra / before the non-print stylesheet specifications is what is killing you when you go to shared SSL.. The fact that the print stylesheet comes before the display-related stylesheets is a clue that the CSS/JS loader is involved.

    The CSS/JS loader code is installed, just not minifying ...

 

 

Similar Threads

  1. Replies: 0
    Last Post: 14 Jun 2012, 03:47 PM
  2. Issue with php files not loading suddenly ...
    By xeanatic in forum General Questions
    Replies: 5
    Last Post: 16 Feb 2010, 01:19 AM
  3. Not loading properly
    By MitraP in forum Installing on a Windows Server
    Replies: 1
    Last Post: 26 Aug 2008, 07:50 AM
  4. Need Help Properly Applying SSL to Checkout
    By Bahnstoermer in forum Installing on a Linux/Unix Server
    Replies: 18
    Last Post: 14 Nov 2007, 12:56 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