Zen Cart Logo
Forums / General Questions / Front Page Customer Name

Front Page Customer Name

Locked

Views: 593

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
26 Oct 2009, 11:36 PM
#1
mhaase avatar

mhaase

New Zenner

Join Date:
Oct 2009
Posts:
2
Plugin Contributions:
0

Front Page Customer Name

Is this possible to accomplish? Instead of "MY ACCOUNT" I'd like it to say "Hello, CUSTOMER NAME". I haven't had any luck searching for this answer, so any help would be appreciated!

27 Oct 2009, 3:35 AM
#2
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Front Page Customer Name

Unless you've changed the greeting, the customer's name will be displayed once he/she logs in.

27 Oct 2009, 4:57 AM
#3
mhaase avatar

mhaase

New Zenner

Join Date:
Oct 2009
Posts:
2
Plugin Contributions:
0

Re: Front Page Customer Name

Oh... I'm using a template, so maybe it overwrote it? :mellow:

Either way, I looked in the default template english for header.php and found:

// header text in includes/header.php
define('HEADER_TITLE_CREATE_ACCOUNT', 'Create Account');
define('HEADER_TITLE_MY_ACCOUNT', 'My Account');
define('HEADER_TITLE_CART_CONTENTS', 'Shopping Cart');
define('HEADER_TITLE_CHECKOUT', 'Checkout');
define('HEADER_TITLE_TOP', 'Top');
define('HEADER_TITLE_CATALOG', 'Home');
define('HEADER_TITLE_LOGOFF', 'Log Out');
define('HEADER_TITLE_LOGIN', 'Log In');

So does the default actually show the name in the upper right corner on the front page?

27 Oct 2009, 1:07 PM
#4
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Front Page Customer Name

No, what I'm talking about is the greeting that appears. Once the customer logs in, it will change to include the customer's name. I suppose you could change the literal for the account, but I'd have to look into it. Someone else may jump in with a suggestion before I get an opportunity to investigate.

27 Oct 2009, 2:31 PM
#6
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Front Page Customer Name

Nice! I never noticed that one! I might give it a try myself. :smile: