1 reply [Last post]
TutusForToddlers's picture
Offline
Joined: 11/17/2007
Juice: 158
Was this information Helpful?

When I turned on the Secure Pages module for the Cart and Checkout pages and in IE I get the dialog box that asking if it is OK to display secure and non-secure information.
That is an annoying step the customer has to click through on every new page load during the checkout process.

Has anyone else run into this? Does anyone else know what needs to be done to keep the page secure but get ride of the "non-secure" information on the page so the customer does not have to keep clicking on that dialog box?

Thank you,
Claire
Tutus for Toddlers provides Princess Tutus

Thanks,
Claire
Tutus for Toddlers sells Tutus using UberCart for e-commerce with Drupal.

tempurpedic's picture
Offline
Joined: 03/18/2008
Juice: 14
Re: Issue with Secure Pages and Checkout

That usually just happens when you have absolute links somewhere on your page (e.g. anything with "http://" in front of it). IE gets confused one encrypted pages when it sees Http links on an Https page. You can usually solve this by replacing the "http://www.foo.bar/" part of your link with a "/" to start your link at the web root. I believe this applies only to images and things, not a tags but I could be mistaken.