View Full Version : Secure And Non Secure Items
TiggyPig
15-May-2003, 03:13 PM
I have the COMODO SSL cert on my site, I'm getting fed up with the on screen popups that say ask if I want to display the Non Secure bits on my website, these specifically crop up on the actinic order pages.
Is there any way of getting rid of these pop ups stating that the order details pages have both secure and non secure items?
I-CC
16-May-2003, 10:56 AM
The problem is not with the ssl cert itself as they all do this checking for secure and insecure content as part of the encrypted passage of information, but more with the call to the Click to Verify code that is used at the base of your page.
This is being called from a http location and not a https location, which is what is causing the pop-up secure/insecure message.
You need to change the call from its current "<script language="JavaScript" src='http://www.trustlogo.com/trustlogo/javascript/trustlogo.js'></script>" too
"<script language="JavaScript" src='https://secure.comodo.net/trustlogo/javascript/trustlogo.js'></script>"
If you are using the same overal template for shopping pages and cart pages then you may need to copy the current primary html page and resave it as say "Act_Primary_SSL.html", then change the http to https as shown above within the SSL.html page.
Then go into Design | Options | Layouts and put the new layout filename of Act_Primary_SSL.html for the Checkout Pages layout.
Let us know how you get on..
TiggyPig
16-May-2003, 11:44 AM
Thanks for that guys.
Superb support from TechnoWeb as per usual.
(No, I'm not on commission either)
TiggyPig
16-May-2003, 01:40 PM
Just had someone say that when they tried to place an order it said that the security certificate was not available - I can see it OK from here, can anyone else check it please when placing an order....?
garyhay
16-May-2003, 01:45 PM
Cert showing fine here IE6 win98
Jenny
16-May-2003, 06:04 PM
It doesn't show for me WindowXP Pro, norton internet security and the back button at checkout doesn't work either. The main image does not show either.
(I am sure that I posted to this earlier but I must have pushed the wrong button)
Jenny
Jenny
16-May-2003, 06:05 PM
whoops wrong thread!!! time to close down!
Jenny
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.