• Resolved masterbip

    (@masterbip)


    Hi there.
    First of all … you are simply DA BEST!!!!
    Ok, here is the thing:
    I have cleared cache, logout/login in admin area, done everything in my side, but nothing works.
    – I have Imported demo data for woocommerce products to start working.
    – Then I have created a real product -> All fine till there
    – Finally I have deleted all DEMO PRODUCTS (Purgued them from thash also), in order to get only the ONLY ONE (1) real product in my site
    – Admin keeps showing me 13 products instead of ONE

    https://paste.pics/94GF7

    I saw this before several times when filter products in admin by category, but that never bother me, till now. I got 1 (one) but system shows me 13…

    Is there something else I have to do or it is a bug in your latest update?

    Thanks in advance. Again many thanks you are DA BEST.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support con

    (@conschneider)

    Engineer

    Hey there,

    First of all … you are simply DA BEST!!!!

    Cheers.

    I saw this before several times when filter products in admin by category, but that never bother me, till now. I got 1 (one) but system shows me 13…

    I suggest looking at your database via for example PHPmyAdmin. Check the wp_posts table and look for all entries that have the post_type product.
    Screenshot: https://d.pr/i/PXRyT8

    MySQL query: SELECT * FROMwp_postsWHEREpost_type= 'product' LIMIT 50.
    This will give you a point of reference and post_id values to work with.

    Most of the time products exist but have the wrong post_status and that makes your admin count the products but not show them.

    Kind regards,

    Plugin Support con

    (@conschneider)

    Engineer

    Hi there,

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    Kind regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Total Products count in admin is WRONG’ is closed to new replies.