Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2006
    Posts
    8
    Plugin Contributions
    0

    Default How to get rid of the s in sWelcome Guest

    I just reinstalled the new version of the cart. And I fixed this before but can't remember how. I need to get rid of the 's' The Main page says sWelcome Guest ..... the index.php seems fine maybe there's something i'm missing here's the index.php. Thanks.

    <?php
    /**
    * @package languageDefines
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: index.php 3027 2006-02-13 17:15:51Z drbyte $
    */

    define('TEXT_MAIN','This is the main define statement for the page for english when no template defined file exists. It is located in: <strong>/includes/languages/english/index.php</strong>');

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

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

    define('TEXT_INFORMATION', 'Define your main Index page copy here.');

    //moved to english
    //define('TABLE_HEADING_FEATURED_PRODUCTS','Featured Products');

    //define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s');
    //define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products');
    //define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected');

    if ( ($category_depth == 'products') || (zen_check_url_get_terms()) ) {
    // This section deals with product-listing page contents
    define('HEADING_TITLE', 'Available Products');
    define('TABLE_HEADING_IMAGE', 'Product Image');
    define('TABLE_HEADING_MODEL', 'Model');
    define('TABLE_HEADING_PRODUCTS', 'Product Name');
    define('TABLE_HEADING_MANUFACTURER', 'Manufacturer');
    define('TABLE_HEADING_QUANTITY', 'Quantity');
    define('TABLE_HEADING_PRICE', 'Price');
    define('TABLE_HEADING_WEIGHT', 'Weight');
    define('TABLE_HEADING_BUY_NOW', 'Buy Now');
    define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.');
    define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.');
    define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: ');
    define('TEXT_SHOW', 'Filter Results by:');
    define('TEXT_BUY', 'Buy 1 \'');
    define('TEXT_NOW', '\' now');
    define('TEXT_ALL_CATEGORIES', 'All Categories');
    define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');
    } elseif ($category_depth == 'top') {
    // 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&trade; 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&trade; E-Commerce Solution.');
    }
    ?>

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: How to get rid of the s in sWelcome Guest

    The URL where this can be seen?

  3. #3
    Join Date
    Jul 2006
    Posts
    8
    Plugin Contributions
    0

    Default Re: How to get rid of the s in sWelcome Guest

    Nevermind, I figured it out. Problem was in
    yourshop/includes/templates/yourtemplate/templates/tpl_index_default.php

    line 19 said
    <h2 class="greeting">s<?php echo zen_customer_greeting(); ?></h2>

    so i just got rid of the s

    Thanks tho.

 

 

Similar Threads

  1. How do I get rid of a permanent guest?
    By mtkatgirl in forum General Questions
    Replies: 2
    Last Post: 28 Aug 2009, 07:10 AM
  2. OK How do I get rid of the logo?
    By RichardKletty in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 24 Oct 2008, 10:28 PM
  3. How to get rid of the banners?
    By tanyaleann in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 23 Sep 2008, 06:43 PM
  4. How do I get rid of the Header_Sales_Text?
    By Honsan in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 8 Sep 2008, 06:33 AM
  5. How can I get rid of the spaces between the banners in the side box?
    By cgardner in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 9 Oct 2007, 03:05 AM

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