winstanley_john Posted May 28, 2003 Posted May 28, 2003 Does any one know how to prevent a user from logging on automatically, after they have just signed up for a new account? Im using a snapshot from ~ 20th may Also is there any where that explains who product attributes works? http://spaces.msn.com/members/JohnWinstanley/ http://www.angelsolutions.co.uk
Ian Posted May 28, 2003 Posted May 28, 2003 You need to look at catalog/create_account_process.php tep_session_register('customer_id'); tep_session_register('customer_first_name'); tep_session_register('customer_default_address_id'); tep_session_register('customer_country_id'); tep_session_register('customer_zone_id'); // restore cart contents $cart->restore_contents(); These are the lines the log the new customer in. Just commenting them out should achieve what you want. Trust me, I'm an Accountant.
winstanley_john Posted May 28, 2003 Author Posted May 28, 2003 Looks like the create_account_process.php file has been removed in snapshpt post 20th May 2003 I found the lines these lines tep_session_register('customer_id'); tep_session_register('customer_first_name'); tep_session_register('customer_default_address_id'); tep_session_register('customer_country_id'); tep_session_register('customer_zone_id'); in create_account.php about line 215 http://spaces.msn.com/members/JohnWinstanley/ http://www.angelsolutions.co.uk
Ian Posted May 28, 2003 Posted May 28, 2003 Hehe, Haralds must have been busy :lol: The snapshot I have is 19th May :shock: Any way glad you found it. Trust me, I'm an Accountant.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.