If you are looking for a more elagant solution with more flexibility try the mod in this thread:
http://forum.x-cart.com/showthread.php?t=10141&page=8
In post nr. 75 there's a zip with all the files needed. But to make this work for version 4.1.1o you need to modify the last section in the readme file about register.php with this:
PHP Code:
# My Account Mod Redirect Begin
if (empty($av_error)) {
if ($reg_error) {
func_header_location($script);
}
else {
header("LOCATION: help.php?section=Login");
}
}
}
# My Account Mod Redirect End
The nice thing about this mod is that you can include several different templates to suit yout needs
