This is a discussion on Guest Account v 2.0 within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; If you edited a guest customer in the admin area and this customer's email address already exists in another customer ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| If you edited a guest customer in the admin area and this customer's email address already exists in another customer record, you cannot successfully save the guest customer until you change the email address to something unique. Small change to the query on line 143 of /admin/customers.php fixes this problem: //guest account $check_email = tep_db_query("select customers_email_address from " . TABLE_CUSTOMERS . " where customers_email_address = '" . tep_db_input($customers_email_address) . "' and customers_id != '" . (int)$customers_id . "' AND guest_flag!=1"); . not full package . only corrected file More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Welcom Guest! doesn't show | Keilup | osCMax v1.7 Discussion | 1 | 10-28-2004 02:27 PM |
| Who's Online are all Guest | rd42 | osCommerce 2.2 Installation Help | 0 | 01-08-2004 07:26 AM |
| Changing default Guest to something else... | angie201 | osCommerce 2.2 Modification Help | 8 | 12-09-2003 07:51 PM |
| Able to redeem gift voucher as guest | disciple | osCommerce 2.2 Modification Help | 13 | 08-20-2003 02:30 PM |
| Non-member/guest check-out contributions | Dumb_Question | osCommerce 2.2 Modification Help | 0 | 12-31-2002 05:36 AM |