I have installed uCommerce 2.6.1.0 and I have deleted the default "uCommerce" catalog via the backend. But the catalog, products, categories etc. etc still persists in the database, shows up in Product.Find(...) queries etc etc.
How do I initialize an empty install of uCommerce?
Entities not deleted in database?
I have installed uCommerce 2.6.1.0 and I have deleted the default "uCommerce" catalog via the backend. But the catalog, products, categories etc. etc still persists in the database, shows up in Product.Find(...) queries etc etc.
How do I initialize an empty install of uCommerce?
You can't. uCommerce will instead a minimalistic dataset, but you can remove them after the fact.
Deleting Purchase Orders and Baskets from the Database in uCommerce
You can do the same for Stores, catalogs, and categories.
Products are always deleted fully so you don't have to worry about those.
Delete All Products Stored in uCommerce using SQL
This one was also useful for me. Was afraid something is not up to date, but everything looks fine so far.
Thanks for being awesome and posting additional info in the thread #h5yr!
is working on a reply...