Results 1 to 4 of 4

secure and none secure items ?

This is a discussion on secure and none secure items ? within the osCommerce 2.2 Installation Help forums, part of the osCommerce 2.2 Forums category; Hello ,I have installed 2checkout and as part of the personalisation process and it asks you to give the address ...

      
  1. #1
    New Member
    Join Date
    Oct 2004
    Posts
    9
    Rep Power
    0


    Default secure and none secure items ?

    Hello ,I have installed 2checkout and as part of the personalisation process and it asks you to give the address of a picture to use as your header when going through the credit card process. Now - when I prace an order with oscommerce and it links to my 2checkout page I get the message "This page contains both secure and none secure items ,Do you want to continue?" I presume this is because my picture is on my server wich isnt secure.

    Does anyone know of a way to solve this please ?

  2. #2
    Active Member neil's Avatar
    Join Date
    Nov 2002
    Posts
    248
    Rep Power
    10


    Default

    Try using the full URL eg:
    https://yourdomain.com/images/yourimage.gif

    Using the following will eliminate that message on your oscommerce https pages.

    Code:
    <?php
      echo tep_image(DIR_WS_IMAGES . 'my_image.gif', 'my ALT text', '100', '150');
    ?>
    HTH
    Neil
    www.12website.com

    "You can have everything in life that you want if you will just help enough other people get what they want."
    Zig Ziglar

  3. #3
    New Member
    Join Date
    Oct 2004
    Posts
    9
    Rep Power
    0


    Default

    thanks neil but i have used the full url of my address ,the problem isnt on MY website pages - its on 2 checkouts before the customer puts in their credit card details ?

  4. #4
    Active Member neil's Avatar
    Join Date
    Nov 2002
    Posts
    248
    Rep Power
    10


    Default

    Pete,
    Seems 2checkout does not support 3rd party scripts including OSC.
    http://support.2co.com/deskpro/faq.p...;articleid=299

    However, IF 2checkout were able to store your image on their server
    & reference your image from their server - there would be no
    ugly error message.
    HTH
    Neil
    www.12website.com

    "You can have everything in life that you want if you will just help enough other people get what they want."
    Zig Ziglar

Similar Threads

  1. secure checkout
    By jschafer52 in forum osCmax v2 Installation issues
    Replies: 8
    Last Post: 08-03-2007, 02:40 PM
  2. Affiliate link secure non-secure
    By kwiznoz in forum osCmax v2 Installation issues
    Replies: 6
    Last Post: 08-28-2005, 02:08 PM
  3. What folders to secure?
    By PrettyWolfie in forum osCommerce 2.2 Modification Help
    Replies: 4
    Last Post: 08-01-2004, 03:51 AM
  4. Secure site help
    By CMWM in forum osCmax v1.7 Discussion
    Replies: 3
    Last Post: 04-30-2004, 02:47 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •