Zen Cart Logo
Forums / General Questions / This page contains both secure and non-secure items?

This page contains both secure and non-secure items?

Locked

Views: 1,726

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
11 Sep 2010, 10:28 AM
#1
doubletiger avatar

doubletiger

Zen Follower

Join Date:
Apr 2005
Posts:
199
Plugin Contributions:
0

This page contains both secure and non-secure items?

Hi

"This page contains both secure and non-secure items. Do you want to download the non-secure items? " I have read some threads and FAQ, and understand this is to do with link like http://www, if use relate link, it will resolve it. But I need to include external links in my product pages, I cannot use relate link for these external links, is a way to get around this issue?

any help will be appreciated!

thank you in advance!

11 Sep 2010, 11:03 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: This page contains both secure and non-secure items?

The message is NOT related to external CLICKABLE links.
The problem occurs when you're linking to external resources such as images, javascript, css, etc and using HTTP links when in HTTPS mode.

So, <a href> tags in your product descriptions are fine. <img> and <script> tags are not.

11 Sep 2010, 12:16 PM
#3
doubletiger avatar

doubletiger

Zen Follower

Join Date:
Apr 2005
Posts:
199
Plugin Contributions:
0

Re: This page contains both secure and non-secure items?

DrByte:

The message is NOT related to external CLICKABLE links.
The problem occurs when you're linking to external resources such as images, javascript, css, etc and using HTTP links when in HTTPS mode.

So, <a href> tags in your product descriptions are fine. <img> and <script> tags are not.

Thank you DrByte for clarification! which pointing me to right direction!

I really appreciate it

best regards!