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.
