Skip to main content

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.

Sarkar Ripon

  1. Delete all the fct tables for FluentCart related data.

  2. Then delete products from post table which post type is fluent-products.

    Hope that helps

1.00

1.00

Scott C.

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.