Clear all test orders from Admin/Database

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
Good morning NopC folks.

Before I deploy my site, I would like to purge all the test orders. I have heard I can reset te database, although I do not know if that includes purging all of my products as well. Any help would be awesome.

Thanks,

Dennis H
3 years ago
As far as I understand, you need to delete data by sql statements. Sql server management studio if you use MS SQl Server Database. Like

Delete from OrderNote;
Go
Delete from OrderItem;
Go
Delete from Order;
Go
Maybe there is ready-to-use script but I don't know
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.