Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Mar 2009
    Posts
    9
    Plugin Contributions
    0

    Default Congratulations Message/Welcome Message

    Hi,

    I can't find where to edit the Congratulations & Welcome messages..

    according to http://www.zen-cart.com/wiki/index.php/Top_10_questions, this is how I'm supposed to do it:

    How do I Change the Congratulations! Message?

    If you want to change the Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution? Text with your own open the includes/languages/ENGLISH/index.php file and find the following code:

    // This section deals with the "home" page at the top level with no options/products selected
    /*Replace this text with the headline you would like for your shop.
    For example: 'Welcome to My SHOP!'*/
    define('HEADING_TITLE', 'Congratulations! You have successfully installed your
    Zen Cart™ E-Commerce Solution.');
    } elseif ($category_depth == 'nested') {
    // This section deals with displaying a subcategory
    /*Replace this line with the headline you would like for your shop. For
    example: 'Welcome to My SHOP!'*/
    define('HEADING_TITLE', 'Congratulations! You have successfully installed your
    Zen Cart™ E-Commerce Solution.');
    }

    Replace the text starting Congratulations with your own text. Make sure that the single quote marks are not left out, save the file and upload to your server.


    [edit]
    How do I Change the Welcome Guest Message?

    If you want to eliminate Welcome Guest! Would you like to log yourself in? message completely, turn off the Customer Greeting in your Admin > Configuration > Layout settings > Customer Greeting > Show on Index Page and set to 0.


    If you want to replace this message with one of your own, start your text editor and open the includes/languages/ENGLISH/index.php file and locate these lines of code:


    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.');
    }
    define('TEXT_GREETING_PERSONAL', 'Hello <span class="greetUser">%s</span>!');


    I can't find the index.php file in my directory though! any suggestions?

    Thanks for helping out a noob

  2. #2
    Join Date
    Mar 2009
    Posts
    9
    Plugin Contributions
    0

    Default Re: Congratulations Message/Welcome Message

    figured out the answer...nvm

  3. #3
    Join Date
    Apr 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: Congratulations Message/Welcome Message

    how do i allign the congratulation message text to the center?

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Congratulations Message/Welcome Message

    Quote Originally Posted by task View Post
    how do i allign the congratulation message text to the center?
    Ta,
    A link to your site please.

    Try this:

    Ta,
    includes/ template/ your_template/ css/ stylesheet.css

    Find this if not in the sheet, just add it to the bottom

    #indexDefaultHeading {text-align: center;}
    Last edited by haredo; 10 Apr 2009 at 12:39 AM.

 

 

Similar Threads

  1. Replies: 2
    Last Post: 20 Feb 2013, 11:59 PM
  2. Changing default Congratulations Message
    By golfthrills in forum General Questions
    Replies: 5
    Last Post: 5 Oct 2010, 01:25 AM
  3. Congratulations! Message needs deletion
    By rdcast in forum General Questions
    Replies: 2
    Last Post: 27 Feb 2010, 04:07 PM
  4. Congratulations message issue
    By TheDruid in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Dec 2007, 08:31 PM
  5. Deleting Gift FAQ, Newsletter and Congratulations message
    By Kaptain Jack in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 23 May 2006, 06:10 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