Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Redirect to static 'Thank You' page after registration

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #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
  #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
  #3  
Old 04-25-2007, 02:41 PM
 
kanjigirl kanjigirl is offline
 

Advanced Member
  
Join Date: Feb 2007
Posts: 51
 

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

That did it, thank you. It's working great.
__________________
Debbie Campbell
www.redkitecreative.com
X-Cart Version 4.1.6
Reply With Quote
  #4  
Old 04-25-2007, 02:45 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

Glad you got it to work.
__________________
v4.1.10
In Dev v4.5.x


"If you don't keep an eye on your business, someone else will."
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 11:06 AM.

   

 
X-Cart forums © 2001-2020