My SSL seems to be working fine except for when it is sent to my success page (https://www.domain.com/index.php?checkout/success. I get the following warning
Do you want to view only the webpage content that was delivered securely?
This webpage contains content that will not be delivered using a secure HTTPS connection, which could compromise the security of the entire webpage.
I realize it is due to the fact that the page has some non https:// links on it, but how can I fix this? Most other parts of the checkout are the same way except they do not give this error. I need to fire some javascript on the https: success page for tracking and this error is keeping my tracking from working on IE8.
Does this happen also with Firefox or with other browsers?
What non-https links does the checkout page contain?
What non-https links does the checkout page contain?
The Finnish OpenCart Forum
"Real programmers don't document. If it was hard to write, it should be hard to understand."
I was getting this same error and could not figure it out...I had installed a "ShareThis" button in the header, but after realizing this was the reason, I removed it...but I was still getting the error message...
I finally did a source search on the shopping cart page for all "http:" and found this down near the footer:
<img src="http://foodsalive.com/storefront/tracki ... Windows+XP" width="1" height="1" /><div id="footer">
Apparently it added some kind of tracking code to the footer....I deleted it from the code in the footer.tpl, and now it appears to be working fine.
Hope this helps someone!
I finally did a source search on the shopping cart page for all "http:" and found this down near the footer:
<img src="http://foodsalive.com/storefront/tracki ... Windows+XP" width="1" height="1" /><div id="footer">
Apparently it added some kind of tracking code to the footer....I deleted it from the code in the footer.tpl, and now it appears to be working fine.
Hope this helps someone!
Who is online
Users browsing this forum: No registered users and 11 guests