Title: Plugin doesn&#8217;t display customers
Last modified: July 1, 2019

---

# Plugin doesn’t display customers

 *  Resolved [protofactor](https://wordpress.org/support/users/protofactor/)
 * (@protofactor)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/plugin-doesnt-display-customers/)
 * Hi i know this as asked quite a few times before.
 * My plugin is no longer showing my customers list for each of my products…
 * Plugin was working like a charm before but now it’s just showing: “Processing
   Orders: 0%”… I already went to the settings and selected “processing” and “processed”
   orders to be listed…
    But it’s not changing anything.
 * Any help would be highly appreciated. As said plugin was working great before…
   My Woo Commerce and WP are up to date.
 * Thanks in advance for your time.
    Sincerely,

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/plugin-doesnt-display-customers/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-doesnt-display-customers/page/2/?output_format=md)

 *  Plugin Author [Kokomo](https://wordpress.org/support/users/kokomoweb/)
 * (@kokomoweb)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/plugin-doesnt-display-customers/#post-11690954)
 * Hi [@protofactor](https://wordpress.org/support/users/protofactor/), You are 
   right, a few people have been reporting this issue but I have been unable to 
   reproduce it and it seems that only happens for certain products, on certain 
   browsers. Can you help me debug it?
 * 1. Did you try disabling all other plugins except for mine and woocommerce?
    
   2. Did you try with a different theme? 3. What browser and what OS are you using?
   4. Does it happen with all your products or only a few? If it’s not all products,
   how many orders do these products have? 5. What kind of hosting are you using?
   6. Do you have any errors in your javascript console?
 * Thank-you in advance,
 * Thierry
    -  This reply was modified 6 years, 11 months ago by [Kokomo](https://wordpress.org/support/users/kokomoweb/).
 *  Plugin Author [Kokomo](https://wordpress.org/support/users/kokomoweb/)
 * (@kokomoweb)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/plugin-doesnt-display-customers/#post-11737173)
 * Hi [@protofactor](https://wordpress.org/support/users/protofactor/), were you
   able to follow my instructions?
 *  [aszm](https://wordpress.org/support/users/aszm/)
 * (@aszm)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/plugin-doesnt-display-customers/#post-11743395)
 * Hi, I’m not the original poster, but I’m also struggling with this issue. Here
   are some answers to your questions, the remaining ones (1-2) I’ll need time to
   test.
 * 3. Seems to be unrelated, I tested on Windows and OSX as well as Chrome and Edge.
   
   4. It looks like it’s happening only for products that actually have some customers.
   On never-bought products it correctly displays zero customers. So the issue seems
   to be related to how the response from the API is processed, as it throws a 500
   server error (see point 6). 5. I am self-hosted on a shared hosting. 6. Yes I
   do:
 * `Failed to load resource: the server responded with a status of 500 (Internal
   Server Error) /wp-json/wpcl/v2/order-items/:1`
 * Hope this helps, I will test the template and plugins later today and get back
   to you.
 *  [aszm](https://wordpress.org/support/users/aszm/)
 * (@aszm)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/plugin-doesnt-display-customers/#post-11745392)
 * [@kokomoweb](https://wordpress.org/support/users/kokomoweb/) I can confirm that
   in my situation the cause of the issue is the theme (it’s a no longer maintained
   theme from Envato/ThemeForest). Prior to that I checked the plugins leaving only
   WooCommerce and this plugin activated and the issue persisted.
 * I understand that this means the error is not caused by the plugin itself in 
   this situation, but would you have any ideas or suggestions for debugging the
   issue in my template files?
 * Thank you and cheers.
 *  [aszm](https://wordpress.org/support/users/aszm/)
 * (@aszm)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/plugin-doesnt-display-customers/#post-11745923)
 * I apologise for so many messages, especially since it seems in the end it’s all
   unrelated to the plugin.
 * I think I found the root cause and it’s WooCommerce filtering out some data on
   the backend now (some info on the change and related issues: [https://wordpress.org/support/topic/wc-cart-is-null-in-custom-rest-api/](https://wordpress.org/support/topic/wc-cart-is-null-in-custom-rest-api/)),
   in my case, custom WooCommerce functions present in the template (related to 
   session cookie being set – I’m not entirely sure why those were called at all
   for a backend ajax request, but they were) were not ready for `WC()->session`
   to be null when ran in the backend/ajax context.
 * So for me the issue is resolved by one simple nullcheck in the theme custom functions.
 * Cheers.
 *  Thread Starter [protofactor](https://wordpress.org/support/users/protofactor/)
 * (@protofactor)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/plugin-doesnt-display-customers/#post-11757003)
 * [@kokomoweb](https://wordpress.org/support/users/kokomoweb/)
    I can’t mess with
   the website too much since i’m not the one who designed it. i own the franchise
   and can do minor changes to the site.
 * 1-yes, didn’t change anything
    2-no confident i should do anything related to
   changing themes… Didn’t try that option. 3-using firefox and on windows 10 4-
   all my products which have customers are impacted, Not those which have never
   been purchased. 5-Hostgator, Shared VPS I think (don’t quote me on this though)
   6-yes, most likely not related to this issue: “Blocked loading mixed active content”
 *  Plugin Author [Kokomo](https://wordpress.org/support/users/kokomoweb/)
 * (@kokomoweb)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/plugin-doesnt-display-customers/#post-11759941)
 * [@protofactor](https://wordpress.org/support/users/protofactor/) at this point
   i’m seeing two things i tcould be:
    – Maybe it’s your theme, you should try switching
   it to twentynineteen to make sure – Maybe it’s your server. Low cost shared servers
   could timeout the request if you have a lot of orders. How many orders do you
   have for the product? Are we talking about a couple or several thousands? Could
   you check in your server error logs maybe?
 *  Thread Starter [protofactor](https://wordpress.org/support/users/protofactor/)
 * (@protofactor)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/plugin-doesnt-display-customers/#post-11759979)
 * [@kokomoweb](https://wordpress.org/support/users/kokomoweb/)
    Might make an attempt
   but since the theme I’m using has been customized (Child of a theme) for my specific
   needs I’m afraid it might not have all the features I have been using with the
   current version.
 * I never had any issue with that server in the past 3 years, also your plugin 
   was working like a charm until I noticed that error…
    We’re talking about 100
   orders max on the most purchased item. Most of them is about 10 max. I doubt 
   the issue is related to the servers and provider I’m using. Most likely the theme
   since another user on that thread has been reporting about it. Thanks for your
   time.
 *  Plugin Author [Kokomo](https://wordpress.org/support/users/kokomoweb/)
 * (@kokomoweb)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/plugin-doesnt-display-customers/#post-11761416)
 * [@protofactor](https://wordpress.org/support/users/protofactor/) we’ll be attempting
   to figure out something using [@aszm](https://wordpress.org/support/users/aszm/)‘
   s insights above tomorrow morning. I’ll let you know asap if we have a solution
   for you.
 *  Plugin Author [Kokomo](https://wordpress.org/support/users/kokomoweb/)
 * (@kokomoweb)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/plugin-doesnt-display-customers/#post-11763543)
 * [@protofactor](https://wordpress.org/support/users/protofactor/) we might have
   a solution but we would need your help for further testing. Do you think you 
   could send me a message via my website that is listed in my profile?
 *  Thread Starter [protofactor](https://wordpress.org/support/users/protofactor/)
 * (@protofactor)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/plugin-doesnt-display-customers/#post-11763572)
 * [@kokomoweb](https://wordpress.org/support/users/kokomoweb/) Chose faite! 🙂
    -  This reply was modified 6 years, 11 months ago by [protofactor](https://wordpress.org/support/users/protofactor/).
 *  [TechGuy56](https://wordpress.org/support/users/techguy56/)
 * (@techguy56)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/plugin-doesnt-display-customers/#post-11771174)
 * I have a site where the product list does not display, however it will display
   if you use a shortcode. It is not caused by the theme or by a plugin conflict.
   The only thing displayed at the lower part of the edit page is “Processing Orders
   0%”. I’m using the latest version of Chrome, the site is all updated. What do
   you suggest I try next?
 * Thanks!
    Mike
 *  Plugin Author [Kokomo](https://wordpress.org/support/users/kokomoweb/)
 * (@kokomoweb)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/plugin-doesnt-display-customers/#post-11778499)
 * Hi [@techguy56](https://wordpress.org/support/users/techguy56/), could you send
   a message via the form on my website that is listed in my profile so we can do
   further testing?
 *  Plugin Author [Kokomo](https://wordpress.org/support/users/kokomoweb/)
 * (@kokomoweb)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/plugin-doesnt-display-customers/#post-12018425)
 * Hey guys, this is most likely fixed in the new version of the plugin
 *  [TechGuy56](https://wordpress.org/support/users/techguy56/)
 * (@techguy56)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/plugin-doesnt-display-customers/#post-12018438)
 * Hi,
 * It appears that the last update has corrected the problem.
 * Thank you!

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/plugin-doesnt-display-customers/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-doesnt-display-customers/page/2/?output_format=md)

The topic ‘Plugin doesn’t display customers’ is closed to new replies.

 * ![](https://ps.w.org/wc-product-customer-list/assets/icon-256x256.gif?rev=3531446)
 * [Product Customer List for WooCommerce](https://wordpress.org/plugins/wc-product-customer-list/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wc-product-customer-list/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wc-product-customer-list/)
 * [Active Topics](https://wordpress.org/support/plugin/wc-product-customer-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wc-product-customer-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wc-product-customer-list/reviews/)

 * 19 replies
 * 4 participants
 * Last reply from: [protofactor](https://wordpress.org/support/users/protofactor/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/plugin-doesnt-display-customers/page/2/#post-12051822)
 * Status: resolved