Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2010
    Location
    tx
    Posts
    102
    Plugin Contributions
    0

    help question https not working paypal pro?

    My https use to work,
    I set up paypal pro today and it wont work at check out,
    Is there a setting in paypal pro i need to change,
    The checkout works fine but no https which is not good secure,
    Link to my site http://youniverseonline.com/
    Thanks,

  2. #2
    Join Date
    Jan 2004
    Posts
    58,259
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: https not working paypal pro?

    That has nothing to do with "paypal pro".
    You've not enabled SSL in your configure.php files.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Aug 2010
    Location
    tx
    Posts
    102
    Plugin Contributions
    0

    help question Re: https not working paypal pro?

    It works when you put https://youniverseonline.com/
    My webhost said they configured it for me when they installed it,
    I just contacted them and ask them to take a look,
    Just looked in my configure.php file and its set to true,
    The settings look all correct,

  4. #4
    Join Date
    Jan 2004
    Posts
    58,259
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: https not working paypal pro?

    When I go to your site WITHOUT using HTTPS, and click on your Log In link, a properly configured Zen Cart site will switch to using the HTTPS address automatically. Yours didn't.

    So, that tells me that your configure.php file settings are not correct. ie: ENABLE_SSL is not set to 'true', and/or the HTTPS_SERVER address doesn't have an https URL in it.

    ref: http://tutorials.zen-cart.com/index.php?article=14
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Aug 2010
    Location
    tx
    Posts
    102
    Plugin Contributions
    0

    help question Re: https not working paypal pro?

    All my setting seem to be set up correct,
    My host checked it on http://www.sslshopper.com and said it seems to be working correct,
    I asked them to double check the php file,
    Hoping to get this resolved soon,
    Thanks,

    PHP Code:
     define('HTTP_SERVER''http://youniverseonline.com');
      
    define('HTTPS_SERVER''https://youniverseonline.com');
      
    define('HTTP_CATALOG_SERVER''http://youniverseonline.com');
      
    define('HTTPS_CATALOG_SERVER''https://youniverseonline.com');

      
    // Use secure webserver for catalog module and/or admin areas?
      
    define('ENABLE_SSL_CATALOG''true');
      
    define('ENABLE_SSL_ADMIN''true'); 

  6. #6
    Join Date
    Aug 2010
    Location
    tx
    Posts
    102
    Plugin Contributions
    0

    Default Re: https not working paypal pro?

    They told me enable ssl checkout was set to false,
    Changed it to true,
    Now its all working,
    Good to go now,
    Thanks,

 

 

Similar Threads

  1. Https not working on admin
    By mel150 in forum General Questions
    Replies: 10
    Last Post: 15 Feb 2009, 09:19 PM
  2. SSL/HTTPS installed but not working with zen
    By niteryder in forum General Questions
    Replies: 3
    Last Post: 8 May 2007, 09:48 PM
  3. Site not working in https in I.E.
    By dsaini in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 7 Aug 2006, 05:35 AM

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
  •