Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Where Is The Stylesheet Called From?


sliquid

Recommended Posts

Posted

Im having a hell of a time trying to get my cart SSL secure without warnings.

 

Using Firefox, I can click the lock in the address bar, and see the Media and the Links.

 

all of my images are appearing https

 

one of my links is appearing http - and its the link to my stylesheet.

 

Its not the one in index.php, I have checked that one.

 

Where else is the stylesheet called from?

 

or does anyone know if that is even what is causing my problem?

 

 

my cart is at http://shop.sliquid.com

Posted

As far as where stylesheet.css is being called from, it going to be in all of the display pages are that located in your /store directory. I'm still not understanding what the problem is though, I'm running your site through Firefox and don't see any issues with it...

Posted

There seems to be a difference between your stylesheet in your index.php page (works fine) and your product_info.php page (which is causing an error). Check both pages (near the top) and see if there is a difference with the code.

 

Why is your whole site https???

Posted

beau - if you click any links to go to your account, or the shipping policy, or cart, the lock breaks.

 

webhost - I dont really know. between comodo and bluehost, thats the only way I could get it working.

I went back and forth with them everyday for a week.

 

comodo telling me that bluehost set it up wrong, bluehost telling me that comodo sent them the wrong files....

 

the site works in non ssl mode... but once you get to an ssl page, the site stays in sll

Posted
the site works in non ssl mode... but once you get to an ssl page, the site stays in sll

 

I am getting SSL after the first click, not just on pages that should be SSL.

 

 

On correct SSL pages your stylesheet link is

 

<link rel="stylesheet" type="text/css" href="https://www.sliquid.com/store/stylesheet.css">

 

On incorrect pages it is

 

<link rel="stylesheet" type="text/css" href="http://69.89.31.71/~sliquidc/store/stylesheet.css">

 

It should be

 

<link rel="stylesheet" type="text/css" href="stylesheet.css">

 

Which make me think it is a configure.php problem. Can you post your main configure.php file without the DB info at the bottom (don't need to give that info to the world).

Posted

actually, i just went through and changed them all by hand.

 

im bouncing around right now, and its looking good so far.

 

 

youre saying if you click http://www.sliquid.com/store/

 

or

 

http://www.sliquid.com

 

that its taking you to an SSL page?

cause its not doing that for me, only when I access an SSL page, then click a link to somewhere else does it do that

Posted

I go to your shop at http, then ANY click I make after that is https.

 

Your stylesheet seems to be fixed now.

 

:)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...