Announcement

Collapse
No announcement yet.

"Display secure and non-secure items" message problem using PayPal.

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

    "Display secure and non-secure items" message problem using PayPal.

    Hi - I have 2 sites at the moment that I have set up to process payments using Paypal.

    One of the sites www.porscheshop.co.uk is hosted by Claranet. When I choose the option to pay by paypal the resultant https bounce page asks me if I want to display secure and non-secure items on the page. If I click yes the page is displayed correctly. The offending item that causes this message seems to be the "http://images.paypal.com/images/x-click-but01.gif2" image. Once the image is displayed, if I right click on it and choose properties, it shows the Address to be "https://clarahost.clara.net/www.porscheshop.co.uk/cgi-bin/os000001.pl"

    The other site which is www.enjoy-gifts.com is hosted by Webfusion. This correctly does not display the security message and displays the image as expected.When I look at the properties for this image it shows "https://www.paypal.co9m/cgi-bin/webscr"

    Can anybody throw any light on this on how I get rid of the security message on the Porscheshop website?
    Regards
    David

    #2
    Skinnybloke,

    Have you hard coded the image on the template? You will need to upload the image to the acatalog folder on the secure server.

    Kind regads,
    Bruce King
    SellerDeck

    Comment


      #3
      Hi Bruce - I think the problem image is the one hard coded in the template by Actinic as the submit button.

      <input type="image" src="http://images.paypal.com/images/x-click-but01.gif" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
      Regards
      David

      Comment


        #4
        Take that image and copy it onto a secure server. Any files that are to be displayed in a secure connection need to come from a secure server. This includes the file you mention above and perhaps your own logo for use at the top of the paypal pages.

        Then you can then modify the template to get the image(s) from the secure server instead.

        I have a directory configured for sharded ssl where I put these files.

        Duncan

        Comment

        Working...
        X