Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2007
    Location
    Somewhere in Southern Cal
    Posts
    330
    Plugin Contributions
    0

    Default Log in on define_main_page.php

    Hello Everyone:
    How do I omit or delete the Would you like to ...log in
    on the main page.

    Thanks
    nomad

  2. #2
    Join Date
    Sep 2006
    Posts
    532
    Plugin Contributions
    0

    Default Re: Log in on define_main_page.php

    All editable text will be found in your languages folder:
    This one is on the index page and therefore will be found in languages > english > index.php
    Lines 14 to 19 remove the red text example below.

    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.');
    }

    define('TEXT_GREETING_PERSONAL', 'Hello <span class="greetUser">%s</span>! Would you like to see our <a href="%s">newest additions</a>?');

  3. #3
    Join Date
    Jan 2004
    Posts
    58,464
    Blog Entries
    3
    Plugin Contributions
    111

    Default Re: Log in on define_main_page.php

    Or you could just turn it off in Admin->Configuration->Layout Settings->"Customer Greeting - Show on Index Page"
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #4
    Join Date
    Sep 2007
    Location
    Somewhere in Southern Cal
    Posts
    330
    Plugin Contributions
    0

    Default Re: Log in on define_main_page.php

    I found it.
    I was looking for the Customer Greeting - show on Index page.
    so to turn if off this is what you do.
    admin> Configuration
    look for Customer Greeting - show on Index page

    thanks for looking
    nomad

  5. #5
    Join Date
    Sep 2007
    Location
    Somewhere in Southern Cal
    Posts
    330
    Plugin Contributions
    0

    Default Re: Log in on define_main_page.php

    Sorry for those that responded. I refound my thread by going info my posting and just wrote a message without looking to see if anyone posted something.

    thanks for the help
    nomad

 

 

Similar Threads

  1. Customer Search Log
    By CJPinder in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 3 Feb 2013, 02:01 AM
  2. External Log In - Log a Customer in from another system
    By designerman in forum General Questions
    Replies: 11
    Last Post: 14 Jul 2008, 02:59 AM
  3. Log In Log Out Problem
    By jaredbbauer in forum General Questions
    Replies: 5
    Last Post: 19 Jun 2008, 02:29 PM
  4. Log Off Page - link category
    By rich_li_ny in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 Sep 2007, 09:05 PM
  5. After log out can't log back in unless......
    By oldpaint in forum General Questions
    Replies: 13
    Last Post: 17 Mar 2007, 05:51 AM

Bookmarks

Posting Permissions

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