Results 1 to 2 of 2
  1. #1
    Join Date
    May 2009
    Location
    Virginia
    Posts
    101
    Plugin Contributions
    0

    Default Using Customer's Name Throughout the Site Like the Login Page

    When customers log in they see a message like:
    Hello [customer's name]! Would you like to see our newest additions?

    How can I use the customer's name throughout the site on different pages?

    What are the PHP variables and where do I put them? I would love to do this. I think it would really customize the user's experience. I hope someone has the answer.

  2. #2
    Join Date
    May 2009
    Location
    Virginia
    Posts
    101
    Plugin Contributions
    0

    Default Re: Using Customer's Name Throughout the Site Like the Login Page

    I found the solution to my problem. I asked a friend of mine and he showed me this PHP code:

    Code:
    <?php  echo $_SESSION['customer_first_name']?>
    Which is in the languages/english/index.php file. Now, I can use the customer's name throughout the site. I can say:

    Thank you <?php echo $_SESSION['customer_first_name']?>. But this only works if the person has logged in.

 

 

Similar Threads

  1. Replies: 1
    Last Post: 1 Nov 2014, 04:56 PM
  2. Want the Login link in header to take customer to Secure Login page
    By mom2da3ks in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 10 Feb 2011, 04:50 PM
  3. Would like Login to go directly to the My Account Page
    By rivs in forum General Questions
    Replies: 10
    Last Post: 12 Apr 2010, 07:25 PM
  4. Using the attributes option to make a page like this .... help!
    By wanted_007k in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 7 Aug 2009, 06:38 AM
  5. How can I remove the New Customer Profile Form from the Login Page?
    By jaxbakers in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 7 Oct 2006, 06:27 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg