Contributions
DELETE CUSTOMER ACCOUNT
This contribution allows customers to close/delete their accounts.
Features:
------------------------------------------
- Customers could delete their accounts by providing their email address and password and click Delete.
- Customers will receive a confirmation email after deleting their accounts.
Features (optional):
-------------------------------------------
- All Reviews by the Customer who deleted his/her acount will be deleted.
- Account status in orders.
Based on "DELETE ACCOUNT" by Jordi (http://www.oscommerce.com/community/contributions,4799) and "Account Enhancement" by Andy82 (http://www.oscommerce.com/community/contributions,4898).
Expand All / Collapse All
[EN]
I tried all contributions and this version has some mistakes that I had to correct. To be based on other contributions, these other contributions made a call to a file that is not present here. In this contribution was simplified into a single file, but I get an error and does not end the process, it has become separated into two files and now the process if completed. This has occurred in four different online stores.
Also included is a new function (optional): now the owner of the store received an email warning that a client has deleted your account. More than anything is for the owner is satisfied that a client has decided to withdraw from the online store.
Languages​​: English, Spanish and German
Complete package
reflex-ocasion
[ES]
He probado todas las contribuciones y esta versión tiene unos errores que he tenido que corregir. Al estar basada en otras contribuciones, esas otras contribuciones realizan una llamada a un archivo que aquí no está presente. En esta contribución se simplificó en un único archivo, pero a mi me da error y no finaliza el proceso, por eso se ha vuelto a separar en dos archivos y ahora el proceso si se completa. Esto se ha verificado en cuatro tiendas online distintas.
También se incluye una nueva función (opcional): ahora el dueño de la tienda recibe un email advirtiendo que un cliente ha eliminado su cuenta. Mas que nada es para que el dueño tenga constancia de que un cliente ha decidido darse de baja en la tienda online.
Idiomas: inglés, español y aleman
Paquete completo
reflex-ocasion
Small bug with unregistered FILENAME_DELETE_ACCOUNT_PROCESS:
Add to catalog/includes/filenames.php:
define(FILENAME_ACCOUNT_DELETE_PROCESS, FILENAME_DELETE . '?action=process');
----------------------
Use this fix instead of the one of ken.yong or vasttech from 26 Mar 2007 to keep SSL compatibility!
This is the corrected version.
There is no file named delete_account_process.php and no reference to FILENAME_DELETE_ACCOUNT_PROCESS in the filenames.php file thus the fix ken_yong lists requires the fix he lists is needed to correct an error.
I have reattached Ken's files.
Is not a error, is so it work with the SSL. No no don't delete it.
Found a small bug in catalog/account_delete.php:
Find:
<td align="right"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT_DELETE_PROCESS, '', 'SSL') . '">' . tep_image_submit('button_delete.gif', IMAGE_BUTTON_DELETE) . '</a>'; ?></td>
Replace with:
<td align="right"><?php echo tep_image_submit('button_delete.gif', IMAGE_BUTTON_DELETE); ?></td>
The download zip file contains the above info.
With danish translate
Full Pack
This contribution allows customers to close/delete their accounts.
Features:
------------------------------------------
- Customers could delete their accounts by providing their email address and password and click Delete.
- Customers will receive a confirmation email after deleting their accounts.
Features (optional):
-------------------------------------------
- All Reviews by the Customer who deleted his/her acount will be deleted.
- Account status in orders.
Based on "DELETE ACCOUNT" by Jordi (http://www.oscommerce.com/community/contributions,4799) and "Account Enhancement" by Andy82 (http://www.oscommerce.com/community/contributions,4898).
Note: Contributions are used at own risk.