RISOLTO
Inviato: 28/07/2005, 11:30
Come pensavo c'era da modificare il file create_account.php.
Se puo' essere utile a qualcuno, ecco come ho fatto.
in create_account.php, subito dopo la seguente riga (io ce l'ho alla riga 357):
Aggiungere:
Il mio customers_goups_id è 4, ma ovviamente potete inserire quello che volete
Cio.
Se puo' essere utile a qualcuno, ecco come ho fatto.
in create_account.php, subito dopo la seguente riga (io ce l'ho alla riga 357):
Codice: Seleziona tutto
tep_db_query("update " . TABLE_CUSTOMERS . " set customers_default_address_id = '" . (int)$address_id . "' where customers_id = '" . (int)$customer_id . "'");
Codice: Seleziona tutto
tep_db_query("update " . TABLE_CUSTOMERS . " set customers_groups_id = 4 where customers_id = '" . (int)$customer_id . "'");

Cio.
