Hello,
Thank you for reporting the issue.
Do you remember the last product that you added to Import list?
Hello
thank you for your reply
I remember it was a 3d printer but which one I can’t tell you in reality I clicked several times on import
Please follow this guide to export products imported by our plugin and send me the exported file to [email protected]
Thanks.
I think it’s the “Draft product”.
Ok ty i send it to you π
The issue is with the product with ID 460, please delete it from the posts table.
According to the exported file you sent to me, I don’t know how but product data is missing for that product. I try importing that product directly to my site but there’s no such issue.
The issue is with the product with ID 460, please delete it from the posts table.
how can i find the posts table ?
Please install this plugin https://ww.wp.xz.cn/plugins/code-snippets/ then create a new snippet and add below code:
add_action( 'admin_init', function () {
wp_delete_post( 460, true );
} );
After that, save and activate the newly created snippet. Go to Import list to check if the issue resolved then remove the above snippet and deactivate + delete that plugin if you no longer use it.