Does anyone know how to delete all FluentCart data after deactivating and deleting plugin?
I've been playing around with a demo site. But whenever I uninstall and reinstall FC the product data and Store Name is still there.
-
Delete all the fct tables for FluentCart related data.
-
Then delete products from post table which post type is fluent-products.
Hope that helps


I've done the table deletes, still found the data when I reinstalled, also doesn't address the store name sticking around. I'll check next time to see if the product posts need to go also.
Heads up FluentCart Devs - this need to be a simple checkbox on uninstall, I should never have to dig into my tables manually.