Results 1 to 10 of 10
  1. #1
    Join Date
    Oct 2005
    Posts
    287
    Plugin Contributions
    0

    red flag PayPal Issue - Ugraded from 1.3.8a to 1.3.8f

    I just upgraded to 1.3.9f.

    Paypal Ipn module was working on the test server.

    However after my production server went live Paypal payments do not return a new order id.

    I do receive the payment and my older order is shown in instead of a new one being generated.

    Where could I be possibly wrong.

    Help appreciated.

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

    Default Re: PayPal Issue - Ugraded from 1.3.8a to 1.3.8f

    Sounds like you missed one or more files when upgrading.
    .

    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
    Sep 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: PayPal Issue - Ugraded from 1.3.8a to 1.3.8f

    I am developer worked for harry2cool and we meet the order id display issue using paypal payment method at 1.3.9f zen-cart version. it shows old order id instead of new one on successful page. We have upload all files and checked again.
    Do you think maybe it cause by below reason:
    1, The ipn_main_handler.php process a little slower then redirect to successful page, so the new order id does not put into $_SESSION['order_number_created'] parameter.

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

    Default Re: PayPal Issue - Ugraded from 1.3.8a to 1.3.8f

    Yes, definitely.

    That is why using Website Payments Standard is NOT recommended. Express Checkout is much better.
    .

    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
    Sep 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: PayPal Issue - Ugraded from 1.3.8a to 1.3.8f

    This issue did not occur on 1.3.8a version of zen-cart, but on 1.3.9f, maybe there are some work flow changes on 1.3.9f?

  6. #6
    Join Date
    Oct 2005
    Posts
    287
    Plugin Contributions
    0

    red flag Re: PayPal Issue - Ugraded from 1.3.8a to 1.3.8f

    A new customer gets a blank order id on the success page, however it is passed in the admin/database.

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

    Default Re: PayPal Issue - Ugraded from 1.3.8a to 1.3.8f

    If you're getting blank pages, then you've got PHP errors. When I search for "blank page" in the Tutorials/FAQ area I see this article: https://www.zen-cart.com/tutorials/index.php?article=82
    .

    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.

  8. #8
    Join Date
    Sep 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: PayPal Issue - Ugraded from 1.3.8a to 1.3.8f

    No,No, we got blank order id not blank page. It means the ipn_main_handler.php file does not put order into database before redirect to successful page. It happed after upgrade zen-cart to 1.3.9f version. Are there some work flow change at this version?

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

    Default Re: PayPal Issue - Ugraded from 1.3.8a to 1.3.8f

    Yes, a LOT has changed: all improvements. And most are attempts to try to make paypal's unreliable IPN service work more reliably.

    A better solution is to use Express Checkout instead, since it does NOT have to rely on an IPN to create an order in the database. (Express Checkout creates the order immediately when it is paid, and while the customer is on the site, instead of having to wait for PayPal to tell the store about the order via an IPN in the background.)
    .

    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.

  10. #10
    Join Date
    Oct 2005
    Posts
    287
    Plugin Contributions
    0

    Default Re: PayPal Issue - Ugraded from 1.3.8a to 1.3.8f

    Dr Byte, your suggestion to use Paypal Express Checkout WORKS.

    It's a much more better process than the the IPN, it's strange I was not aware of this.

    Thanks for all the help.

    Jarvis we are done dude :)

 

 

Similar Threads

  1. v151 IPN issue, notification isn't coming back from PayPal successfully
    By leione in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 28 Mar 2015, 04:46 PM
  2. v150 Table 'jus2bux_db.paypal' doesn't exist in: [show fields from paypal]
    By Duggie_West in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 18 Sep 2012, 05:32 AM
  3. want to restrict paypal and paypal express from speicific products
    By letsmod in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 3 May 2012, 02:02 AM
  4. Paypal IPN issue - e-check issue...
    By Rasyr in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 17 Jan 2008, 06:07 PM
  5. Quick Paypal Issue-Are Items on Paypal Notice?
    By bettysue in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 20 Jun 2006, 07:20 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