Page 5 of 8 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 71
  1. #41
    Join Date
    Apr 2005
    Posts
    206
    Plugin Contributions
    0

    Default Re: Orders not showing up in Paypal or ZC admin

    Quote Originally Posted by Ajeh View Post
    When you say the order does not show in your Zen Cart Admin ...

    If you type in the orders_id on the search for order id:

    Can you now see it?

    If so, go to the Modules ... Order Totals ...

    Is the Total ot_total installed?

    If it is not installed, then the Order will not list on the display of Orders in the Admin ...
    Kim, I have similar problem, the order do not show up in zc admin, but when I type order id on the search, the orders do show up, it just do not list there normally. and also, when coustomer login the order history is empty.

    the Total ot_total is installed.

    Do you know what possible went wrong? I use v1.3.7.

    thank you!

  2. #42
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Orders not showing up in Paypal or ZC admin (PayPal IPN module)

    When orders do not display in the Admin ... Customers ... Orders ... list but then do show if you type in the Orders # ... check the settings in:
    Modules ... Order Totals ...

    Do you have the Totals installed?

    Without that, they will not show ...

    NOTE: this will fix NEW orders not OLD orders ...

    OLD orders could be fixed but would take a little manual work in the database tables ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #43
    Join Date
    Jan 2004
    Posts
    66,380
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Orders not showing up in Paypal or ZC admin

    Quote Originally Posted by doubletiger View Post
    Kim, I have similar problem, the order do not show up in zc admin, but when I type order id on the search, the orders do show up, it just do not list there normally. and also, when coustomer login the order history is empty.
    Additionally, the updated PayPal patch posted Feb 8 (and updated again on 15th) addresses some problems related to order-status not being set properly in isolated cases.
    1. You should install the most recent patch files from this thread:
    http://www.zen-cart.com/forum/showthread.php?t=56216

    2. Then, turn ON the PayPal Express Checkout module. If it's already "on", then click Edit and save. If it was NOT already "on", then you can remove it again if you're not using it. Simply turning it on or editing its settings should apply some embedded fixes to the PayPal infrastructure.
    The other files in the patch will help deal with the order-status updates being set.

    3. You could further update "old" records by entering the following in the Admin->Tools->SQL Patch screen:
    Code:
    update orders set orders_status = 1 where orders_status=0;
    This will set all the "missing" orders to "Pending" status. You can then manually update them appropriately.
    .

    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.

  4. #44
    Join Date
    Jun 2007
    Posts
    64
    Plugin Contributions
    0

    red flag Re: Orders not showing up in Paypal or ZC admin (PayPal IPN module)

    Hi all,

    Not to put a damper on these things but I have begun to get the same results as all of the previous posters.

    I am using the latest version of zenCart, PayPal IPN, and followed the trouble shooting information in this entire thread.

    What happens is when a customer selects the option to pay via credit card the order total is transferred but no data about the order. It does not appear in the database either under orders_products, but the transaction is stored under orders.

    The log data shows one piece of information that may be helpful.
    [SCR]Nov 09 2007 13:19 -- IPN NOTICE :: Could not find matched txn_id record in DB. Therefore is new to us. [/SCR]

    Any clue as to why this may be happening ?

    Thank you
    Last edited by TheMusician; 9 Nov 2007 at 10:48 PM. Reason: forgot to include paypal transaction method

  5. #45
    Join Date
    Jan 2004
    Posts
    66,380
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Orders not showing up in Paypal or ZC admin (PayPal IPN module)

    You said you're using "the latest version of Zen Cart".
    Does that mean you're using "v1.3.7" or "v1.3.7.1" ?
    Which PayPal Patch have you installed, if any?
    .

    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.

  6. #46
    Join Date
    Jun 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Orders not showing up in Paypal or ZC admin (PayPal IPN module)

    I believe 1.3.7.1 - My admin module states "Your version of Zen Cart™ appears to be current"

    I had installed the PayPal patch PPEC-137-patches-June17 when I was using 1.3.7

    I have also enabled PayPal Express, but get the same results as with the IPN module. Only the price but no other transaction data is passed through to Paypal or stored in the database.


    Thank you for the quick reply.

  7. #47
    Join Date
    Jun 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Orders not showing up in Paypal or ZC admin (PayPal IPN module)

    After looking at the screen, been working on this to long, I have verified that this store is using 1.3.7 which is what the link at the bottom of the admin pages tells me. Since I have already installed the patches, this is still an issue. I'll keep working on it.

  8. #48
    Join Date
    Jun 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Orders not showing up in Paypal or ZC admin (PayPal IPN module)

    I installed a fresh copy of 1.3.7.1 with no mods and setup my PayPal Express Checkout information. When i went through the order process, again there was no information on the order, just the total.

    This leads me to believe that this is a paypal issue, is anyone else experiencing any similar issues?

    Thank you

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

    Default Re: Orders not showing up in Paypal or ZC admin (PayPal IPN module)

    What addons/contributions do you have installed?
    Can you post your PayPal debug logs?
    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.

  10. #50
    Join Date
    Jun 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Orders not showing up in Paypal or ZC admin (PayPal IPN module)

    The logs are located here, I posted one for expressCheckout and one for IPN. http://www.bostec.com/paypal_Logs.zip

    The client is currently using the Environment Handling Fee module. Version 1.01 and the Auction Site attributes that goes with that module, version 1.06.

    Thank you.

 

 
Page 5 of 8 FirstFirst ... 34567 ... LastLast

Similar Threads

  1. Paypal IPN new orders not showing on Customers/Orders page
    By daelan in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 1 Feb 2010, 02:23 AM
  2. Orders not showing in zen cart, using PayPal IPN module
    By clueless123 in forum General Questions
    Replies: 1
    Last Post: 30 Aug 2009, 11:49 PM
  3. Paypal IPN orders not showing
    By tedgibbs in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 8 Apr 2009, 04:49 AM
  4. paypal IPN orders not showing
    By Steve Atlanta in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 20 Nov 2007, 11:28 PM
  5. Orders not showing in Admin: similar sad tune!! (PayPal IPN)
    By Peggasus in forum Managing Customers and Orders
    Replies: 21
    Last Post: 22 Mar 2007, 08:27 PM

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