Results 1 to 8 of 8
  1. #1
    Join Date
    Jan 2008
    Location
    Fort Lauderdale, Florida
    Posts
    8
    Plugin Contributions
    0

    Default Deleting "Congratulations!" and "Welcome Guest!" Lines

    Is there any way to completely delete the two lines "Congratulations! you have successfully installed..." and "Welcome Guest! Would you like to log yourself in"?

    I read here how to change the text; but I want to remove those two lines completely.

    I tried just deleting the text from the includes/languages/ENGLISH/index.php file and not replacing it with anything, but then I get a line that says 'HEADING_TITLE' in its place.

    I guess I need to remove the call for those two lines entirely?

    For the type of store I'm building, I don't need either of those two lines of text. Anybody know how to accomplish what I'm trying to do?

    Thanks in advance!

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Deleting "Congratulations!" and "Welcome Guest!" Lines

    Get familiar with the tutorials/FAQ's section in the menu at the top

    https://www.zen-cart.com/tutorials/i...hp?article=129

    When you edit this you MUST retain the set of single quotes...
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jan 2008
    Location
    Fort Lauderdale, Florida
    Posts
    8
    Plugin Contributions
    0

    Default Re: Deleting "Congratulations!" and "Welcome Guest!" Lines

    Thanks Kobra!

    However, that's not what I want to do. I read that tutorial about changing the text; but I want to delete it entirely.

    I figured out how to turn OFF the Customer Greeting in my Admin. But how can I turn OFF the "Congratulations! you have successfully installed..." line? There's no where in Admin where I can do that -- unless I'm totally missing something.

    A lot of searches instruct you how to change the text...but none that I can find tell you how to turn it OFF. Make sense?

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Deleting "Congratulations!" and "Welcome Guest!" Lines

    Quote Originally Posted by tutorial
    Replace the text starting “Congratulations” with your own text. Make sure that the single quote marks are not left out.
    As you have edited this file, albeit incorrectly:
    Quote Originally Posted by Drewster
    I tried just deleting the text from the includes/languages/ENGLISH/index.php file and not replacing it with anything, but then I get a line that says 'HEADING_TITLE' in its place.
    Did not leave the single quotes - So you got the above displayed.
    Replace with your text - if that is to be nothing then:
    Code:
    define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.');
    }
    To
    Code:
    define('HEADING_TITLE', '');
    }
    NOTE: Pair of single quotes remain
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Dec 2005
    Location
    SWFL
    Posts
    469
    Plugin Contributions
    0

    Default Re: Deleting "Congratulations!" and "Welcome Guest!" Lines

    The Welcome Guest message can be turned off in the admin panel.

    Conifguration --> Layout Settings. Customer greeting message.
    Lesli in SW Florida ~ writer, teacher, and dodging hurricanes!

  6. #6
    Join Date
    Jan 2008
    Location
    Fort Lauderdale, Florida
    Posts
    8
    Plugin Contributions
    0

    Default Re: Deleting "Congratulations!" and "Welcome Guest!" Lines

    Quote Originally Posted by kobra View Post
    As you have edited this file, albeit incorrectly:

    Did not leave the single quotes - So you got the above displayed.
    Replace with your text - if that is to be nothing then:
    Code:
    define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.');
    }
    To
    Code:
    define('HEADING_TITLE', '');
    }
    NOTE: Pair of single quotes remain
    Kobra, it worked! Thanks a ton for the quick response...and solution!

  7. #7
    Join Date
    Jan 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: Deleting "Congratulations!" and "Welcome Guest!" Lines

    OK, I am a serious newb here and cannot figure out where to go wo change this text. Is there somewhere in the admin area that will allow me to change this? How do I access the area where this code is written?

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

    Default Re: Deleting "Congratulations!" and "Welcome Guest!" Lines

    The "congratulations" message isn't in the admin. It's in includes/languages/english/YOUR_TEMPLATE/index.php. There are instructions in the tutorials/FAQ section.
    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

 

 

Similar Threads

  1. Replies: 5
    Last Post: 7 Jun 2013, 07:32 PM
  2. How to change text in "Order Confirmation" and "Welcome to our Store" page?
    By SandraSD in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 15 Mar 2011, 03:59 AM
  3. Replies: 3
    Last Post: 12 Jan 2010, 07:07 AM
  4. How to Change "TagLine Here" and "Congratulations"
    By alw16 in forum General Questions
    Replies: 3
    Last Post: 25 Sep 2007, 10:34 PM
  5. Need help changing text size for: "Congratulations" & "Welcome Guest" on main page
    By STFlats in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 16 Apr 2007, 04:32 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR