Rynald0s
(@rynald0s)
Automattic Happiness Engineer
Howdy!
Delete oldest orders in the database
There’s a plugin here that will let you bulk delete all orders from the database. I’m sure with some tweaking to the SQL query in there, you can make it work for your needs. Here you go:
https://ww.wp.xz.cn/plugins/wc-delete-orders/
Delete customers without order in the database
If all customers have a default customer role, then you can use the SQL query found here:
https://ww.wp.xz.cn/support/topic/how-do-i-delete-customers-with-no-orders/#post-7313872
However, please don’t attempt that without making a full backup of your site.
Cheers!
-
This reply was modified 8 years, 7 months ago by
Rynald0s.
Thank you very much. I will try all this 🙂