Index: www-lp/www/create_account.php =================================================================== diff -u -r4 -r42 --- www-lp/www/create_account.php (.../create_account.php) (revision 4) +++ www-lp/www/create_account.php (.../create_account.php) (revision 42) @@ -231,6 +231,9 @@ 'customers_newsletter' => $newsletter, 'customers_password' => tep_encrypt_password($password)); + // lposc-16: all customers are now pro by default to get price break + $sql_data_array['customers_group_id'] = 1; + if (ACCOUNT_GENDER == 'true') $sql_data_array['customers_gender'] = $gender; if (ACCOUNT_DOB == 'true') $sql_data_array['customers_dob'] = tep_date_raw($dob); // -> TVAINT