View Single Post
  #5  
Old 02-05-2005, 06:48 PM
 
jdedba jdedba is offline
 

Advanced Member
  
Join Date: Dec 2004
Posts: 96
 

Default

I believe version 4.0.9 does the same. When users register and Submit the profile form, the page will be directed to "Modify Profile" immediately. This is an annoying. Why do not start to sell products, instead of giving them the profile again?

In addition, each click on the Submit button on the Profile page, the user and the store owner will get an email - wasting your time.

I think the modifications should be in /include/register.php, around lines:
Code:
$script = $xcart_catalogs['partner']."/home.php?mode=profile_created"; if (empty($av_error)) { func_header_location($script); }

But, it's just over my head.

Thanks,
Jeff

~~~~~~~
Version 4.0.11 (and 4.0.9)
__________________
version 4.1.1
Reply With Quote