Results 1 to 10 of 10
  1. #1
    Join Date
    Feb 2005
    Posts
    9
    Plugin Contributions
    0

    Default Invoice not generated from order, paypal payment recieved

    Hi All,

    One of my clients just had what I believe to be a fluke, but I'm not quite sure. I have 1.3.7 running for him and a customer order came through, that is to say the paypal payment was received, though no order was generated in the shopping cart. Anyone have any ideas on why this may have happened? Thanks for your help!

    Cheers,
    Dave

  2. #2
    Join Date
    Jan 2004
    Posts
    66,374
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Invoice not generated from order, paypal payment recieved

    Yes. This is a common problem with the PayPal IPN module, since it's waiting for PayPal to talk to your server in order to release all the order details.

    Here are some troubleshooting tips for ensuring the IPN communications can happen:
    http://www.zen-cart.com/wiki/index.php/PayPal

    Also, if you're using v1.3.7, you should also apply the latest PayPal patch here: (should read prior patch information including setup of PDT):
    http://www.zen-cart.com/forum/showth...6&goto=newpost

    You can use this to test some preliminary IPN communication:
    http://www.zen-cart.com/forum/showthread.php?t=65680

    You might need to turn on debug logging:
    http://www.zen-cart.com/forum/showthread.php?t=61199
    .

    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
    Feb 2005
    Posts
    9
    Plugin Contributions
    0

    Default Re: Invoice not generated from order, paypal payment recieved

    Hi DrByte, thanks again for your reply. As a matter of counter acting this, is there an easy way to see what was on the order? I can crawl into the db to resolve this, but I did this site as a favor more or less, so I can't provide that level of service to this client. Thanks!

    Cheers,
    Dave K

  4. #4
    Join Date
    Jan 2004
    Posts
    66,374
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Invoice not generated from order, paypal payment recieved

    You can try this:
    http://www.zen-cart.com/index.php?ma...products_id=84

    But if you don't fix the root cause, then you should remove Paypal as a payment option or you'll be doing it again and again needlessly.
    .

    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
    Jun 2007
    Posts
    119
    Plugin Contributions
    0

    Default Re: Invoice not generated from order, paypal payment recieved

    I'm dealing with the same problem with a Authorize.net payment

    I'm wondering is there a way to create an order under that customer account for future reference

  6. #6
    Join Date
    Jan 2004
    Posts
    66,374
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Invoice not generated from order, paypal payment recieved

    Quote Originally Posted by Stormshade View Post
    I'm dealing with the same problem with a Authorize.net payment

    I'm wondering is there a way to create an order under that customer account for future reference
    At the risk of hijacking this paypal-related thread to something else, the answer is: yes and no.

    No, there's no built-in way of injecting an order blindly into a customer's history.

    Yes - you could install the Master Password contribution, then log into the customer's account and place an order on their behalf. Note that they'll get an email copy of the order details. If you make it payable by check/money-order, then you can get around collecting payment.
    .

    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
    Jun 2007
    Posts
    119
    Plugin Contributions
    0

    Default Re: Invoice not generated from order, paypal payment recieved

    Thank you and sorry for the unintended attempted hijack.

    I was going off of the "Invoice not generated from order" part

  8. #8
    Join Date
    Aug 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: Invoice not generated from order, paypal payment recieved

    I just had the exact same thing happen to me!

    Payment was recieved by paypal. We have NO information about the order. I looked to see what she had last looked at and got some of the information. But where is the order, will it happen again?

  9. #9
    Join Date
    Jan 2004
    Posts
    66,374
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Invoice not generated from order, paypal payment recieved

    Quote Originally Posted by cbuckridge View Post
    I just had the exact same thing happen to me!

    Payment was recieved by paypal. We have NO information about the order. I looked to see what she had last looked at and got some of the information. But where is the order, will it happen again?
    http://www.zen-cart.com/forum/showpo...01&postcount=2
    .

    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
    Aug 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: Invoice not generated from order, paypal payment recieved

    We used the http://www.zen-cart.com/index.php?ma...products_id=84 to find the order information.

    cart => Object id #22
    contents => Array
    1813 => Array
    qty => 2
    1825 => Array
    qty => 3

    Then we used myphpadmin, queried the zen database, for 1813 it brought us to the table that had the index number with the item number and description. We repeated the search for 1825 as well.

    After I backup the site and the database I'll be applying http://www.zen-cart.com/forum/showth...6&goto=newpost
    Last edited by cbuckridge; 1 Sep 2007 at 08:23 PM. Reason: information to help others process order

 

 

Similar Threads

  1. v153 PayPal Payment Standards orders not generated
    By terraGirl in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 10 Sep 2014, 05:14 PM
  2. Order not Generated while Using CCAvenue Payment Gateway
    By status in forum Addon Payment Modules
    Replies: 0
    Last Post: 29 Jun 2010, 11:54 AM
  3. Recieved first order, but not showing funds in paypal
    By tiltem in forum PayPal Express Checkout support
    Replies: 1
    Last Post: 21 Jan 2010, 08:56 AM
  4. Replies: 2
    Last Post: 24 Dec 2008, 03:25 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR