This is a discussion on DELETE ACCOUNT (Borrar cuenta de usuario) within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; With this little add this contribution will also delete the user wishlist content (contribution: http://www.oscommerce.com/community/...earch,wishlist ) You need to add ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| With this little add this contribution will also delete the user wishlist content (contribution: http://www.oscommerce.com/community/...earch,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. More...
__________________ Michael Sasek osCMax Developer
|
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Delete Customer Account | michael_s | New osCommerce Contributions | 1 | 11-25-2007 09:34 AM |
| Delete Customer Account | michael_s | New osCommerce Contributions | 0 | 05-15-2007 06:00 PM |
| Delete Customer Account | michael_s | New osCommerce Contributions | 0 | 03-26-2007 04:51 PM |
| Delete Customer Account | michael_s | New osCommerce Contributions | 0 | 03-26-2007 08:50 AM |
| DELETE ACCOUNT (Borrar cuenta de usuario) | michael_s | New osCommerce Contributions | 0 | 01-15-2007 08:01 AM |