Help - Search - Members - Calendar
Full Version: Secure & Nonsecure Items Warning
MonsterSmallBusiness Forums > MonsterCommerce > How do I?
chipsandgames
On our site, ChipsAndGames.com, during checkout, customers get a warning or notice at every step that "This page containes secure and nonsecure items. Do you want to display the nonsecure items?"

I am sure this warning scares a lot of people away at checkout and the leave our site. How can I get rid of it? Why is it there?

cheers,
purplekitty
QUOTE(chipsandgames @ Nov 16 2005, 04:23 PM)
I posted this to another board in hope of getting a quick answer from someone.


On our site, ChipsAndGames.com, during checkout, customers get a warning or notice at every step that "This page containes secure and nonsecure items.  Do you want to display the nonsecure items?"

I am sure this warning scares a lot of people away at checkout and the leave our site.  How can I get rid of it?  Why is it there?

cheers,
[right][snapback]96737[/snapback][/right]

I can't access your site from where I am because of filters my employer uses. dry.gif But, it's probably an absolute link to a image or something that is in one of your nav bars, header or footer. If someone else doesn't chime in beforehand, I'll see if I can help more when I get home.
scaldiran-MC Team
chipsandgames,

The problem you are experiencing is due to the way you constructed your left hand navigation column. When you are referencing images, you are using the entire path, as opposed to a referenced link. For example, the following reference:

CODE
<img src="http://www.chipsandgames.com/Images/sitegraphics/leftcol/header-browse-cat_l2.jpg">


should be replaced with this:

CODE
<img src="Images/sitegraphics/leftcol/header-browse-cat_l2.jpg">


Once you do that in all locations, you will no longer get the "This page contains both secure and nonsecure items" popup. The reason for this is because you are forcing the browser to go back to an http:// address when it is at an https:// address. I hope this helps you out.
chipsandgames
J.D.,

Thanks for the reply. I will try to fix it and get rid of it. IT should help our checkout tremendously.

cheers,

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.