Jevgen Posted December 12, 2010 Share Posted December 12, 2010 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 More sharing options...
shokinro Posted December 12, 2010 Share Posted December 12, 2010 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 More sharing options...
Jevgen Posted December 13, 2010 Author Share Posted December 13, 2010 oo thanks, does any module can do it? I mean delete from mysql database ? Link to comment Share on other sites More sharing options...
shokinro Posted December 14, 2010 Share Posted December 14, 2010 I am thinking of create one if I have time. Maybe next year. Link to comment Share on other sites More sharing options...
Lisa G Posted February 2, 2011 Share Posted February 2, 2011 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now