Hi,
I'm trying to cache my checkout template and the admin site is reporting "A reference to a non secure css file was found:" and then refers to eth first of my CSS files hat are required for my site.
Does this mean that I have to refer to any CSS files with https in my template? I thought the caching mechanisms did all of that for me?
Tight now, I'm omiting the protocol part of the URI like this:
<link href="/CSS/foundation.css" rel="stylesheet" type="text/css" />
This is my template:
http://babble-kids.co.uk/cart/foxycheckout
<link rel="stylesheet" type="text/css" href="/CSS/foundation.css" />
Weird, but it is working so i am happy!
Yeah it's a weird bug in the caching that we are yet to properly fix. It's actually more about the rel tag, in some instances won't cache unless the rel is the first tag.