Delete customers

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
How to delete many/all customers.

In the admin area you kan only delete one customer at the time as fare as i can see.
But how to di if i want to delete many of my customers. ?
4 years ago
You can run sql command on ssms to mark all the customer as deleted if you have access to it.
Update Customer set Deleted=1
4 years ago
The '... Deleted=1 '  is a virtual delete.  If you truly want to purge (e.g spammy registers), see this recent post
https://www.nopcommerce.com/boards/topic/79883/delete-inactive-customers
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.