Vinay Posted January 19, 2010 Share Posted January 19, 2010 I tried deleting a user from the backend, and again tried registering the user, it says the email adress is already in use, once i delete a user all the information should go isnt it? so that user can register with that email address again. How to achieve this?waiting for your help.Thank you. Link to comment Share on other sites More sharing options...
rocky Posted January 19, 2010 Share Posted January 19, 2010 Unfortunately, that's not the way Prestashop works. Deleting the customer actually only disables the customer. I think this is done for accounting reasons, which is why orders can't be deleted. You must use phpMyAdmin to manually modify the ps_customer table. Click the "email" header to sort the customers by email, then look for the email you want to delete. Link to comment Share on other sites More sharing options...
altazona Posted June 26, 2010 Share Posted June 26, 2010 Try to delete their orders... you can do it adding a line that you can see herehttp://todoprestashop.com/permitir-borrado-de-pedidos-individuales Link to comment Share on other sites More sharing options...
swissmark Posted July 6, 2010 Share Posted July 6, 2010 Try to delete their orders... you can do it adding a line that you can see herehttp://todoprestashop.com/permitir-borrado-de-pedidos-individuales I think this is only for prestashop 1.1 and below. I don't really know spanish all too well. Maybe I just didn't get it ;-). Overall, it would be great to be able to delete orders in the backend. Whenver I change or update something I need to make some test orders and they are distracting from all the real orders in the order list. Anyone know of a solution for v 1.2.5 or newer? Link to comment Share on other sites More sharing options...
rocky Posted July 6, 2010 Share Posted July 6, 2010 See here to add a delete option to the Orders tab. Link to comment Share on other sites More sharing options...
swissmark Posted July 6, 2010 Share Posted July 6, 2010 Thanks Rocky, I've read the above post.What option do you think is better?1. adding this line $this->delete = true; or2. This module here: http://www.prestashop.com/forums/viewthread/18231/P0/programmazione_moduli_design_e_temi/modulo_cancellazione_di_un_singolo_ordine_dal_db Link to comment Share on other sites More sharing options...
rocky Posted July 7, 2010 Share Posted July 7, 2010 I'm not familiar with that module, so I'm not sure what is does. I think the first solution of adding one line is very easy to do. Link to comment Share on other sites More sharing options...
Pixel Posted July 24, 2010 Share Posted July 24, 2010 Adding the single line doesn't clear all related data from all related tables though.The mod seems to do that (?) Link to comment Share on other sites More sharing options...
rocky Posted July 24, 2010 Share Posted July 24, 2010 Thanks, I wasn't aware of that. Link to comment Share on other sites More sharing options...
MrMcQ Posted November 10, 2010 Share Posted November 10, 2010 You know what would be an EXCELLENT idea...if when customer accounts get deleted from the back-end, a modification to the database customer email entry would be given a character or identifier to indicate that they were deleted, but the email address can be changed from '[email protected]' to '[email protected]_delete'. This way, users can re-use the same email, or in case they want to re-open the account, a bit of code to cross-check the database for these 'deleted' entries and re-open with the old history and information? I'm having difficulty with this issue, mainly because I'm going through testing phase, and my client is trying to register an account with an email address that was previously deleted. However, even AFTER deleting it directly from the mySQL database table, they STILL are not able to use the same email address. Is this a caching problem?..my side, their side?? I can register their email just fine on my side, but for some reason no matter how much cache-clearing I try, they can't register using that same email (??)Please help ASAP...thanks for the info! 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