skip to Main Content

I have imported about 79 products into woocommerce using a csv file. The import was successful but despite it shows in wp-admin that I have 90 products (11 were already there) I can only see the ones already there.

When I select all products, I can only see 11 (picture bellow)
https://prnt.sc/ow7pjs

Any suggestions?

Thank you!

2

Answers


  1. Chosen as BEST ANSWER

    I found the problem by trial and error. :( It seems that when the column "Published" is not set, it creates these zombie products.

    The solution is to set one of these values to the published column: 0: Private -1: Draft 1: Published

    After that, you can re-import the same products and they will be available to edit on wp-admin.


  2. I would try a few things.

    1. Recount terms: WooCommerce, Status, Tools, Term counts
    2. Try deleting all of the products and re-importing.

    I have had good luck importing products using Product CSV Import Suite by WooCommerce.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search