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

auth tpl help

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 09-15-2004, 03:47 AM
  RichieRich's Avatar 
RichieRich RichieRich is offline
 

X-Adept
  
Join Date: Sep 2004
Location: London, England
Posts: 750
 

Default auth tpl help

How does one change the "username is logged in !" to "customer name is logged in !" in the auth tpl area of the navigation.
__________________
Richard


Ultimate 5.4 testing
Reply With Quote
  #2  
Old 09-15-2004, 04:41 AM
  TelaFirma's Avatar 
TelaFirma TelaFirma is offline
 

X-Adept
  
Join Date: Nov 2002
Location: North Carolina USA
Posts: 930
 

Default

First, edit the file /include/check_useraccount.php al look for these lines at the bottom of the file:

Code:
x_session_save(); $smarty->assign("is_merchant_password", $is_merchant_password); $smarty->assign("login",$login);

Add the line
Code:
$smarty->assign("user_account",$user_account);

so that it now reads:

Code:
x_session_save(); $smarty->assign("user_account",$user_account); $smarty->assign("is_merchant_password", $is_merchant_password); $smarty->assign("login",$login);

Next, edit the file /skin1/authbox.tpl and look for the variable {$login} near the top of the file. Change this to:

Code:
{$user_account.firstname}{$user_account.lastname}
Reply With Quote
  #3  
Old 09-15-2004, 05:01 AM
  RichieRich's Avatar 
RichieRich RichieRich is offline
 

X-Adept
  
Join Date: Sep 2004
Location: London, England
Posts: 750
 

Default

excellent, thank you!
__________________
Richard


Ultimate 5.4 testing
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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:47 AM.

   

 
X-Cart forums © 2001-2020