Re: Going back to the root makes root pages ssl
I have tried what i think is everything on a site we just developed and can't figure it out. The site is http://www.te ch or ium.c om (remove spaces). To see the issue (in IE) just add any product to the cart and then go to check out and the infamous message secure/nonsecure appears. Any suggestions will be greatly appreciated. I have even tried removing the entire header and left column which use background images, and even disabled the CSS completely, to no avail.
Thanks.
Re: SSL secure and non-secure items
I was getting that same problem and found out it was the tpl_main_page file which you can find in zen cart/Includes/templates/templates_default/common - What i did was to open the file and change the http part at the bottom of that file to https and it cures the internet explorer 7 problem.
It was that simple for me and it's probably some image on your page needing this done to it.
My example below.
<a href="http://www.instantssl.com" id="comodoTL">SSL</a>
<script language="JavaScript" type="text/javascript">
COT("https://www.darkrealmfox.com/catalog/secure_site.gif", "SC2", "none");
</script>
I originally had the http part set to https. Also remember to set the link to https://www and not just https://
Re: SSL secure and non-secure items
Looking for some solution but still getting nut about that....
in CSS, all my image are relative links..
But all image, in login step, checkout step in IE 8 didnt show because they are non secure.
URL: http://monpetitsinge.com/
I posted the souce code but it as to many characters, so anyone can log on with IE 8 and take a look at my source code ?
THx a lot.
Re: SSL secure and non-secure items
I want to know if a have to change all http links to my SSL links to get properly working all my images ?
Re: SSL secure and non-secure items
ive tried your site hawlisjawt using IE6 and IE7. Only IE7 gives that secure and non secure thingy. Wonder why...?
Re: SSL secure and non-secure items
This problem is fixed since a long time :P ? I have no more popup from ie secure non secure
Look for hard-coded links that didint have https:
View your html source you gonna find it
Re: SSL secure and non-secure items
hi...Im actually informing you that when i visit your store, i still see the IE secure and non secure pop up ... im using IE7 to visit your store..
Re: SSL secure and non-secure items
Here evreything is fine with ie 8 !
Re: SSL secure and non-secure items
I have the same problem. I scoured all my files in the template section and don't seem to find anything related to hard coded links such as "http://......" What exactly am I looking for in these files that create the "http://..." in the pages when i do see them using "view source" in my browser for the pages causing the secure non-secure popup? I am totally lost what it's being offered as solotions here. Please help...:no:
Re: SSL secure and non-secure items
Why don't you post your URL so others can take a look?