View Single Post
  #1  
Old 04-25-2007, 01:05 PM
 
kanjigirl kanjigirl is offline
 

Advanced Member
  
Join Date: Feb 2007
Posts: 51
 

Default Redirect to static 'Thank You' page after registration

I know there are a number of threads that address this (I've read many over the last few days) and I apologize if I'm asking the same thing again, but I can't find exactly how to place my link.

I created a static page that I want users to see after they create a profile. I think this is what I need to edit (from include/register.php):

PHP Code:
$script $xcart_catalogs['partner']."/home.php?mode=profile_created";
   }
    if (empty(
$av_error)) {
    
func_header_location($script);
    } 

But I'm not entirely clear on exactly how to add my link to pages.php?pageid=2. Can someone give me the correct code?
__________________
Debbie Campbell
www.redkitecreative.com
X-Cart Version 4.1.6
Reply With Quote