Announcement

Collapse
No announcement yet.

Secure And Non Secure Items

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Secure And Non Secure Items

    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?

    #2
    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..

    Comment


      #3
      It worked

      Thanks for that guys.

      Superb support from TechnoWeb as per usual.

      (No, I'm not on commission either)

      Comment


        #4
        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....?

        Comment


          #5
          Cert showing fine here IE6 win98
          Owner of a broken heart

          Comment


            #6
            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
            Hanson Web Design
            www.hansonwebdesign.co.uk
            jenny@hansonwebdesign.co.uk
            Actinic hosting, Actinic Software, template design and re-design

            Comment


              #7
              whoops wrong thread!!! time to close down!
              Jenny
              Hanson Web Design
              www.hansonwebdesign.co.uk
              jenny@hansonwebdesign.co.uk
              Actinic hosting, Actinic Software, template design and re-design

              Comment

              Working...
              X