When I add a customer at Admin end, then deleted it.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
When I add a customer at Admin end, then deleted it. after this, I use same email add a customer, it show error, this email was registered already. But I deleted it.
4 years ago
greatosale1 wrote:
When I add a customer at Admin end, then deleted it. after this, I use same email add a customer, it show error, this email was registered already. But I deleted it.


It is by design. Nopcommerce does not hard delete the customers, products, and orders. The record is still at the database though not showing at the admin side.
4 years ago
You can set this setting to True
customersettings.suffixdeletedcustomers
and it will add 'DELETED' to end of email, so it won't appear as already used.
But, you need to have that setting true before you do the delete.
You can do it manually now if you have a SQL tool like SSMS.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.