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

Redirect Customer after Login to a help page

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 09-30-2003, 08:50 PM
 
MOC MOC is offline
 

Senior Member
  
Join Date: Oct 2002
Posts: 171
 

Default Redirect Customer after Login to a help page

Hi,

i have designed a special customer menu for my registred users (help.php?section=loggedin) . If a customer logs in (to check the orderstatus whatever) how can i redirect him to this help page and not the Frontpage (home.php) of the shop ?

Saskia
Reply With Quote
  #2  
Old 09-30-2003, 10:09 PM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

If you change:

Code:
if ($login_type=="C") { if(!func_is_cart_empty($cart)) func_header_location("../$redirect/cart.php"); else func_header_location("../$redirect/home.php"); }

in include/login.php

to

Code:
if ($login_type=="C") { if(!func_is_cart_empty($cart)) func_header_location("../$redirect/cart.php"); else func_header_location("../$redirect/help.php"); }

Assuming your help menu is based on the help.php page.

This will direct them there if their cart is empty.
__________________
ex x-cart guru
Reply With Quote
  #3  
Old 10-01-2003, 06:06 AM
 
MOC MOC is offline
 

Senior Member
  
Join Date: Oct 2002
Posts: 171
 

Default

Thanks Funkydunk,
works great !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


Saskia
Reply With Quote
  #4  
Old 10-01-2003, 06:12 AM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

my pleasure
__________________
ex x-cart guru
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 02:44 PM.

   

 
X-Cart forums © 2001-2020