Hi @divijc,
Thanks for getting in touch!
If you have WooCommerce Wholesale Prices Premium installed, you can clean up the plugin options form your database by enabling the “Clean up plugin options on un-installation” option at “WooCommerce > Settings > Wholesale Prices > Help”.
If you only have WooCommerce Wholesale Prices, you can clean the plugin options by searching for “wwp_” in your database.
I hope this helps 🙂
Thanks,
Okky
Thread Starter
divijc
(@divijc)
Hi, thanks for your prompt reply. What about the following columns: wholesale_customer_wholesale_price, wholesale_customer_have_wholesale_price
Hoe to delete these and the data stored in these?
Hi @divijc,
I’m sorry I missed that.
You are correct, you should search for meta keys that contain the following keywords in the “wp_postmeta” table in your database:
- _wholesale_price
- _have_wholesale_price
- _variations_with_wholesale_price
Thanks,
Okky