View Single Post
  #2  
Old 04-25-2007, 02:01 PM
  photo's Avatar 
photo photo is offline
 

X-Wizard
  
Join Date: Feb 2006
Location: UK
Posts: 1,146
 

Default Re: Redirect to static 'Thank You' page after registration

You could check out this thread, Link and try the following code.

Code:
$script = $xcart_catalogs['partner']."/home.php?mode=profile_created"; } if (empty($av_error)) { if( $reg_error ) { func_header_location($script); } else { header("LOCATION: pages.php?pageid=2"); } }
__________________
v4.1.10
In Dev v4.5.x


"If you don't keep an eye on your business, someone else will."
Reply With Quote