Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2007
    Posts
    25
    Plugin Contributions
    0

    Default Main Page Greeting

    How can I change my main Page Greeting from:

    "WELCOME guest WOULD YOU LIKE TO log yourself in?"

    to something different?

    I have tried the DEFINE PAGES--MAIN PAGE editor and that didn't work

    can anyone help please?

  2. #2
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Main Page Greeting

    Look in includes/languages/english/YOUR_TEMPLATE/index.php (where YOUR_TEMPLATE is the name of your custom template) and change it there.

    Code:
    // Showcase vs Store
    if (STORE_STATUS == '0') {
      define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s">log yourself in</a>?');
    } else {
      define('TEXT_GREETING_GUEST', 'Welcome, please enjoy our online showcase.');
    }
    If you don't have it in includes/languages/english/YOUR_TEMPLATE/index.php, copy index.php from includes/languages/english/.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  3. #3
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Main Page Greeting

    Check out the Zen tutorials:
    http://www.zen-cart.com/tutorials/index.php

    Your questions is #10 on the "What Every New Zen Cart User Needs to Know" list
    https://www.zen-cart.com/tutorials/i...hp?article=128

  4. #4
    Join Date
    Mar 2007
    Posts
    25
    Plugin Contributions
    0

    Default Re: Main Page Greeting

    Thanks a bunch...got it.

 

 

Similar Threads

  1. removing Greeting text from Main page
    By RobertG in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 10 Apr 2010, 12:38 AM
  2. Specials on main page above greeting
    By netgirlz in forum Setting Up Specials and SaleMaker
    Replies: 2
    Last Post: 6 Jan 2010, 04:01 AM
  3. Problem Displaying Customer Greeting and Category on Main Page
    By zerocool in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 17 Nov 2008, 03:36 PM
  4. move greeting to main text?
    By wolf99 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 29 Sep 2008, 06:49 PM
  5. Moving Customer greeting to main nav bar?
    By softget in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 28 Feb 2007, 01:29 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