Woocommerce Customer delete issue
-
I would like to delete the customers and orders from my website. So I did the following and the customers list is showing in Admin > Woocommerce > Customers section.
DELETE from wp_posts WHERE post_status = ‘trash’ AND post_type = ‘shop_order’; DELETE from wp_wc_customer_lookup
Also I did this. WooCommerce > Status > Tools > Clear Transients
But the customers are still showing. How to remove this list. Please send me the instructions. Thanks
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Woocommerce Customer delete issue’ is closed to new replies.