Results 1 to 10 of 16

Hybrid View

  1. #1
    Join Date
    Oct 2008
    Location
    Charleston, SC
    Posts
    10
    Plugin Contributions
    0

    Default Not able to check out - Pay Pal url issue

    Hi - I am setting up Pay Pal IPN module. The instant notifications URL and the Automatic Return URLs suggested in the module do not look right.

    https://www.gerredhudson.comhttps://...in_handler.php

    and

    https://www.gerredhudson.comhttps://...eckout_process

    In comparing them to the sample I had for my Example Store, I see that the example shows http://www.gerredhudson.com/ipn_main_handler.php.

    I have configured Pay Pal with the module suggested URL, which Pay Pal did not like. I tried just the https://idname.secure.omnis.com/inde...eckout_process portion which Pay Pal accepted but still does not work. I also tried http://www.gerredhudson.com/ipn_main_handler.php.

    I am able to add to the shopping cart but not able to check out.

    Thank you in advance.

    ~Red

  2. #2
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Not able to check out - Pay Pal url issue

    Sounds like you've got your configure.php file contents set incorrectly.

    This seems to be the correct address, although it's slow to respond: http://www.gerredhudson.com/ipn_main_handler.php
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    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
    Oct 2008
    Location
    Charleston, SC
    Posts
    10
    Plugin Contributions
    0

    Default Re: Not able to check out - Pay Pal url issue

    Thank you, I agree, but I am not sure where to look or what to change.

    I used the Developer Tool to find all the instances of common part of the url, but I don't see any misconfigured urls in the text.

    Any suggestions? Thank you!!!

  4. #4
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Not able to check out - Pay Pal url issue

    post your 2 configure.php file contents, without passwords
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    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
    Oct 2008
    Location
    Charleston, SC
    Posts
    10
    Plugin Contributions
    0

    Default Re: Not able to check out - Pay Pal url issue

    I have attached both files, I am thinking that define('HTTPS_SERVER', 'https://www.gerredhudson.com') should be the www.idname.secure.omnis....

    perhaps??

    THANK YOU! for looking at these, I have been working on this for a week.

    ~ Red
    Attached Files Attached Files

  6. #6
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Not able to check out - Pay Pal url issue

    How did these files get created?
    Somehow you've entered URL data in settings intended only for folders.
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    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.

  7. #7
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Not able to check out - Pay Pal url issue

    Code:
      define('HTTP_SERVER', 'http://www.gerredhudson.com');
      define('HTTPS_SERVER', 'https://www.gerredhudson.com');
    
      // Use secure webserver for checkout procedure?
      define('ENABLE_SSL', 'true');
    
    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
      // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
      define('DIR_WS_CATALOG', '/');
      define('DIR_WS_HTTPS_CATALOG', 'https://gerre001.secure.omnis.com/');
    HTTP*_SERVER entries are for URLs only
    DIR_ entries are for FOLDERs, not URLs

    Thus, you'll need to change that to something like:
    Code:
      define('HTTP_SERVER', 'http://www.gerredhudson.com');
      define('HTTPS_SERVER', 'https://gerre001.secure.omnis.com');
    
      // Use secure webserver for checkout procedure?
      define('ENABLE_SSL', 'true');
    
    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
      // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
      define('DIR_WS_CATALOG', '/');
      define('DIR_WS_HTTPS_CATALOG', '/');
    The installer builds the data from whatever you type in. It does not validate your HTTPS data, so it must have been entered incorrectly then.
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    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.

 

 

Similar Threads

  1. Pay Pal Standard/IPN Issue - (56) Received HTTP code 403 from proxy after CONNECT
    By Bigwoods83 in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 8 May 2011, 04:55 AM
  2. Pay Pal return url not returning - blank page
    By MikieTn in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 11 Feb 2011, 01:36 AM
  3. Shopping Cart/Pay Pal Issue
    By wiredesign in forum General Questions
    Replies: 6
    Last Post: 23 Sep 2010, 10:42 PM
  4. Pay membership before able to shop / check out
    By cc655942 in forum Managing Customers and Orders
    Replies: 5
    Last Post: 1 Jun 2008, 07:02 AM
  5. Not enough stock but still able to check out?
    By weflorencekoh in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 20 Mar 2007, 07:57 PM

Posting Permissions

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