Jump to content

[solved] customer deleting and re-registering problem


Jevgen

Recommended Posts

hello.

created a new customer just to test store, after that deleted, but now want create again with the same e-mail address. When enter e-mail to register i have error that this e-mail have already registered, but i deleted. What is wrong ?

Thank you

Link to comment
Share on other sites

when you deleted from back office, it just marked as deleted, it is still in database. that's why you can not use it to register again. If you want to reuse same email address, you need to delete it from database permanently.
or change the email address of that customer record to different email like put 123445 to the email address.
(You can do this by database admin tool like PhpMyAdmin)

Link to comment
Share on other sites

  • 1 month later...

Hi there,

I believe Rocky, one of the moderators of the English forum, suggested the following fix for this. I use Prestashop version 1.3.2 and it did the trick for me.


Edit the file ../admin…/Tabs/AdminCustomers.php on line 26:

change

$this->deleted = true;



to

$this->deleted = false;



Customer account will be completely deleted and the customer can register with the same email address.

Thanks!
Lisa

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...