Customer emails exposed on feedback

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 Jahre weitere
When customers leave feedback on products, NopCommerce exposes the customer's email.  That is very poor form.  Nop needs to provide control over what customer information is exposed when they leave feedback.

The default should be:  "First Name [First letter of last name], City, State, [Country]"

Is there a simple way stop exposing customer emails?
11 Jahre weitere
Go to admin area > configuration > customer settings. Set "Customer name format" to "Show full names"
11 Jahre weitere
Thanks...That helps, but we don't want to expose full names either.  We'd prefer First Name + First letter of last name:

"Jane D."

That should be a simple addition to a future version of Nop.
11 Jahre weitere
You can always customize the solution for your needs:
File: \Libraries\Nop.Services\Customers\CustomerExtentions.cs
Method: GetFullName
11 Jahre weitere
Thanks again.  We will, but it is so fundamental wrt privacy and anti-competitiveness it must be changed.  No company wants to expose their customers to the world.  No company wants to provide an email harvesting opportunity of their customers.  Exposing identifying information is just such poor form that NopCommerce should default to a more "safe" option rather than dishing out full names and/or emails.  At the very least, it discourages customers from leaving feedback.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.