Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Apr 2009
    Posts
    18
    Plugin Contributions
    0

    Default Paypal IPN: again...

    Hi,

    I've been working on this for weeks now, reading everything here about it, but still have problems with paypal ipn.

    I'm working with ZC 1.3.8 fresh install.

    Every problem there is/was with paypal seems to affect me.
    paypal always returned on a blanc page in my shop, it seemed that I had to use only port 443. Well after reading and trying the situation at the moment is this:

    If I return from paypal, the "thank you" page show always my last order number, in fact all the info you see is related to my last order. No mail is send (only mail from paypal that there's payd) but nothing about the current order i did.

    I tried with another acount (with no orderhistory) and same happenend, only now no order number is shown as there is none.

    To overcome this I now use the "push paypal order" and that seems to work ok, but this is not what i want, I have this for every order i make and payed with paypal.
    I read here that this will happen once in a while but it happens to me all the time.

    Is there something else I can do??

    I've read everything and tried everything but further than this I can't come.


    Regards,
    Rinker

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

    Default Re: Paypal IPN: again...

    All those symptoms are classic indications that PayPal's server is unsuccessful in talking to *your* server to confirm order completion. Fix that problem, and all those other things will take care of themselves.

    See the troubleshooting steps here: http://www.zen-cart.com/wiki/index.php/PayPal
    .

    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
    Apr 2009
    Posts
    18
    Plugin Contributions
    0

    Default Re: Paypal IPN: again...

    Yes i did al the troubleshooting steps already and have did it again.

    But today i found the solution to my problem.

    I 've said I had to use port 443 only and changed the code in paypal_functions:

    Code:
    //Set the port number
          if($web['scheme'] == "https") {
            $web['port']="443";  $ssl = "ssl://";
          } else {
            $web['port']="80";   $ssl = "";
          }
    to:

    Code:
    //Set the port number
          if($web['scheme'] == "https") {
            $web['port']="443";  $ssl = "ssl://";
          } else {
            $web['port']="443";   $ssl = "";
          }

    with this change i could get back on my page but it leaves me still with the problems described above.

    I now have the code changed to:

    Code:
    //Set the port number
         $web['port']="443";  $ssl = "ssl://";
    And everything is working perfect now!



    regards,
    Rinker

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

    Default Re: Paypal IPN: again...

    Who is your hosting company?
    .

    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
    Apr 2009
    Posts
    18
    Plugin Contributions
    0

    Default Re: Paypal IPN: again...

    Quote Originally Posted by DrByte View Post
    Who is your hosting company?
    Hosting2Go in the Netherlands.



    Regards,
    Rinker

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

    Default Re: Paypal IPN: again...

    Quote Originally Posted by Rinker View Post
    Hosting2Go in the Netherlands.
    Thanks. Just making a mental note that I want to stay away from their services since they've obviously got a less conventional server configuration.
    .

    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. Newthread for Paypal IPN,i think that is paypal IPN's BUG!!
    By paranoia in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 22 Apr 2008, 02:37 AM
  2. I'm using PayPal Express and PayPal IPN, should I remove PayPal IPN?
    By tj1 in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 3 Nov 2007, 05:20 AM
  3. paypal ipn problem (not echeque) timeout getting IPN
    By miccysoft in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 9 May 2007, 12:40 PM
  4. PayPal IPN Checkout issues: IPN Admin page & PP requiring signup
    By Veazer in forum Addon Payment Modules
    Replies: 12
    Last Post: 9 Apr 2007, 08:19 AM
  5. PayPal IPN again... No e-mails or Items on Orders
    By glane2 in forum Built-in Shipping and Payment Modules
    Replies: 12
    Last Post: 1 Apr 2007, 07:05 AM

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