Contributions
DELETE ACCOUNT (Borrar cuenta de usuario)
[EN]: This contribution ads the feature that a customer can delete his own account.
[ES]: Esta contribucion permite que el propio usuario pueda borrar su cuenta de usuario, tal y como argumentan la leyes de la información en Espańa.
Este módulo es el hecho por Macias y que ha sido recuperado. Para cualquier consulta mi mail es atencion_clientes@hotmail.com
Saludos.
Expand All / Collapse All
Deutsche übersetzung inc. Pics und übersetzter Anleitung zum einbau des contribs
With this little add this contribution will also delete the user wishlist content (contribution: http://www.oscommerce.com/community/contributions,1682/category,all/search,wishlist)
You need to add the code:
tep_db_query("delete from " . TABLE_WISHLIST . " where customers_id = '" . tep_db_input($customers_id) . "'");
$wishList->reset();
in account_delete_process, Before:
tep_redirect(tep_href_link(FILENAME_ACCOUNT_DELETE_SUCCESS, '', 'SSL'));
The ZIP file contains the modified account_delete_process.php file.
[EN]: This contribution ads the feature that a customer can delete his own account.
[ES]: Esta contribucion permite que el propio usuario pueda borrar su cuenta de usuario, tal y como argumentan la leyes de la información en Espańa.
Este módulo es el hecho por Macias y que ha sido recuperado. Para cualquier consulta mi mail es atencion_clientes@hotmail.com
Saludos.
Note: Contributions are used at own risk.