Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Feb 2007
    Location
    Chicago, IL
    Posts
    63
    Plugin Contributions
    0

    help question I lost some PayPal orders - how do I find the details?

    Quote Originally Posted by DrByte View Post
    Yes .. in fact, the details *are* stored. Encrypted. Safely. Waiting for PayPal to successfully talk back to your store and let you know that the order is SAFE to release to your customer.
    Dr. Byte... so, how do you go about getting the information for these orders that have already been placed? I believe I have this all set up correctly now, but I need to get info on an order that was placed prior to my changes (that I received payment for but didn't not show up in my order history).
    [FONT=Tahoma]- S[FONT=Verdana]teph -
    Fetch Designs: Standards Compliant Web Design

    [/FONT] [/FONT] [FONT=Verdana] Pink Puppy Designs[/FONT][FONT=Verdana]
    [/FONT] [FONT=Verdana] "Collars dogs REALLY want to wear!"
    www.PinkPuppyDesigns.com[/FONT]

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

    Default Re: PayPal IPN, Thoughts & Suggestions

    Steph,
    There's a contribution floating around called PayPal Session Viewer which allows you to snoop at the raw details of those stored orders. Remember though that the data you'll see when using it includes *all* orders, even the ones that were aborted and *never* paid for !
    .

    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 2007
    Location
    Chicago, IL
    Posts
    63
    Plugin Contributions
    0

    Default Re: PayPal IPN, Thoughts & Suggestions

    Thank you so much for the quick response. I installed the Session Viewer found here...

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

    However I receive the following error when trying to view the report...

    Code:
    Displaying 6 records...
    PAYPAL SESSION INFO for record #3, which expires on 1175597192
    Session_ID=2e145eb3844d0c196645e878369359c7
    customers_host_address => c-71-201-104-215.hsd1.il.comcast.net
    cartID => 27775
    
    Catchable fatal error: Object of class shoppingCart could not be converted to string in /hermes/web05/b141/pow.cheezylu/htdocs/pinkpuppy/htdocs/store/admin/view_stuck_paypal_orders.php on line 71
    I am running Zen 1.3.7 with the Google Checkout Module installed.

    Line 71 of the above mentioned file is...

    Code:
        echo "<strong>$key</strong> => <em>$value</em><br />";
    Any ideas?
    [FONT=Tahoma]- S[FONT=Verdana]teph -
    Fetch Designs: Standards Compliant Web Design

    [/FONT] [/FONT] [FONT=Verdana] Pink Puppy Designs[/FONT][FONT=Verdana]
    [/FONT] [FONT=Verdana] "Collars dogs REALLY want to wear!"
    www.PinkPuppyDesigns.com[/FONT]

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

    Default Re: PayPal IPN, Thoughts & Suggestions

    At the top of /admin/view_stuck_paypal_orders.php, you have a line that says:
    Code:
    require('includes/application_top.php');
    Immediately AFTER that line, add this new line:
    Code:
    error_reporting(0);
    This will suppress the warnings that PHP 5.2.0 no longer handles well.
    It should still show the data fine.

    Or try the suggestion here: http://www.zen-cart.com/forum/showpo...52&postcount=1
    .

    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
    Feb 2007
    Location
    Chicago, IL
    Posts
    63
    Plugin Contributions
    0

    Default Re: PayPal IPN, Thoughts & Suggestions

    That took care of the error message, but I don't get any more information other than the five lines it displayed prior to the error message.

    Also, it seems to log me out every time I visit that page. If I try to navigate to another page in admin or even just refresh I have to log back in. Any thoughts?

    Is there a way to find this information in the database? If so, which table should I look in? I poked around and didn't find anything useful, but I'm sure I'm just not looking in the right place.

    By the way... thank you so much for taking the time to help. I really appreciate it.
    [FONT=Tahoma]- S[FONT=Verdana]teph -
    Fetch Designs: Standards Compliant Web Design

    [/FONT] [/FONT] [FONT=Verdana] Pink Puppy Designs[/FONT][FONT=Verdana]
    [/FONT] [FONT=Verdana] "Collars dogs REALLY want to wear!"
    www.PinkPuppyDesigns.com[/FONT]

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

    Default Re: I lost some PayPal orders - how do I find the details?

    If you want to try your hand at it, the data is encrypted in the "paypal_sessions" table.
    The PayPal Sessions Viewer simply extracts the data, decrypts it, and displays it in a readable format.
    .

    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
    Feb 2007
    Location
    Chicago, IL
    Posts
    63
    Plugin Contributions
    0

    Default Re: I lost some PayPal orders - how do I find the details?

    Hmmm... well, I suppose I don't know how to go about that. Any idea why it only display a few lines even though it says it has six records?

    Displaying 6 records...
    PAYPAL SESSION INFO for record #3, which expires on 1175597192
    Session_ID=2e145eb3844d0c196645e878369359c7
    customers_host_address => c-71-201-104-215.hsd1.il.comcast.net
    cartID => 27775
    [FONT=Tahoma]- S[FONT=Verdana]teph -
    Fetch Designs: Standards Compliant Web Design

    [/FONT] [/FONT] [FONT=Verdana] Pink Puppy Designs[/FONT][FONT=Verdana]
    [/FONT] [FONT=Verdana] "Collars dogs REALLY want to wear!"
    www.PinkPuppyDesigns.com[/FONT]

  8. #8
    Join Date
    Feb 2007
    Location
    Chicago, IL
    Posts
    63
    Plugin Contributions
    0

    Default Re: I lost some PayPal orders - how do I find the details?

    I tried reinstalling the session viewer and I get the same result. This is so frustrating. I'm tired of sounding like an idiot to my customers by asking them to tell me what they ordered. Now, I believe I have fixed the PayPal communication error, but it would be nice to have the session viewer as a backup just in case. I had a similar problem with OSCommerce which is why I switched. It has to be something I'm doing wrong, but I went over everything so many times I can't see where the problem might be. If anyone has any advice, it would be most welcomed.

    If you need any further information from me, please let me know. Thanks!
    [FONT=Tahoma]- S[FONT=Verdana]teph -
    Fetch Designs: Standards Compliant Web Design

    [/FONT] [/FONT] [FONT=Verdana] Pink Puppy Designs[/FONT][FONT=Verdana]
    [/FONT] [FONT=Verdana] "Collars dogs REALLY want to wear!"
    www.PinkPuppyDesigns.com[/FONT]

  9. #9
    Join Date
    May 2007
    Posts
    20
    Plugin Contributions
    0

    Default Re: I lost some PayPal orders - how do I find the details?

    I'm having similar problems. The fix listed above got rid of the error message, but when I try to use the session viewer it seems to give up when it gets to cartID of the first record:

    Displaying 2 records...
    PAYPAL SESSION INFO for record #2, which expires on 1181494596
    Session_ID=cf96f0976ab0069d77632419240f86de
    customers_host_address => host86-145-157-197.range86-145.btcentralplus.com
    cartID =>

    And yes, it is very annoying that it logs me out at this point. Please help us someone!!!
    Do what thou wilt shall be the whole of the Law.
    www.occultsupplies.co.uk
    Love is the law, love under Will.

  10. #10
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,569
    Plugin Contributions
    74

    Default Re: I lost some PayPal orders - how do I find the details?

    Did you direct paypal back to the correct page in your store once payment has been made? Check in your PayPal profile.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v150 I'm Lost; New Store. 1-Sell each or by the case? 2-How discount 20% orders over $150?
    By flagbag in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 9 Apr 2013, 07:02 PM
  2. Can't find solution to Lost link to some categories
    By pixelfix in forum General Questions
    Replies: 1
    Last Post: 11 Jan 2010, 06:40 PM
  3. Order details lost using Paypal
    By cheddars in forum General Questions
    Replies: 4
    Last Post: 10 Jul 2006, 08: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