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

Greet by first name only

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 11-25-2009, 04:15 PM
 
hollaratbear hollaratbear is offline
 

Advanced Member
  
Join Date: Nov 2009
Posts: 37
 

Default Greet by first name only

I'm attempting to greet my customers by first name only on a static page that I've created. I've seen a couple of other posts related to this, but no prior suggestions seem to work in my environment. Anyone know a simple way to display user's first name on a static page?
__________________
hollaratbear
Xcart Gold 4.2.1 Newbie
Reply With Quote
  #2  
Old 11-25-2009, 08:44 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: Greet by first name only

Try this.

Open pages.php

FIND:

Code:
# Assign the current location line

BEFORE ADD:

Code:
if ($login) $smarty->assign('showFirstname',func_query_first_cell("SELECT firstname FROM $sql_tbl[customers] WHERE login='" . mysql_real_escape_string($login) . "'"));

Then in your static page you can use {$showFirstname}
Reply With Quote

The following user thanks Jon for this useful post:
hollaratbear (11-25-2009)
  #3  
Old 11-25-2009, 09:07 PM
 
hollaratbear hollaratbear is offline
 

Advanced Member
  
Join Date: Nov 2009
Posts: 37
 

Default Re: Greet by first name only

Worked like a charm! You rule. Thanks a million.
__________________
hollaratbear
Xcart Gold 4.2.1 Newbie
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:14 AM.

   

 
X-Cart forums © 2001-2020