Results 1 to 6 of 6
  1. #1
    Join Date
    Jul 2007
    Location
    Atlanta, GA
    Posts
    5
    Plugin Contributions
    0

    Default Delete "Welcome To" string on Shopping Cart Pages

    Help Please

    Look here: http://mpholdings.brinkster.net/zenc...=index&cPath=1

    How do I remove the Welcome to Stack Trade that appears in black text across my logo in my shopping cart page? I can't find the location of this string anywhere.

    Thank you in advance.

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

    Default Re: Delete "Welcome To" string on Shopping Cart Pages

    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Jul 2007
    Location
    Atlanta, GA
    Posts
    5
    Plugin Contributions
    0

    Default Re: Delete "Welcome To" string on Shopping Cart Pages

    Hi Kim

    Thanks for replying. I think this is different from the Welcome message that appears on the home page of your shopping cart. I was able to get rid of that one, but not the one that appears on the SHOPPING CART check out pages.

    I did go in and double check the link you gave me, but there's no reference to this particular Welcome To string

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

    Default Re: Delete "Welcome To" string on Shopping Cart Pages

    HTML Code:
        <div id="taglineWrapper">
          <div id="tagline">Welcome to Stack Trade</div>
        </div>
    Yes, I do believe it is the tagline.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  5. #5
    Join Date
    Jul 2007
    Location
    Atlanta, GA
    Posts
    5
    Plugin Contributions
    0

    Default Re: Delete "Welcome To" string on Shopping Cart Pages

    Hi Kim, here are the contents of the file I was instructed to change. (instructions from here: https://www.zen-cart.com/tutorials/i...hp?article=127).
    As you'll see there's no reference to the "Welcome To" string that appears on my Shopping Cart page.

    <?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: header.php 2940 2006-02-02 04:29:05Z drbyte $
    */

    // header text in includes/header.php
    define('HEADER_TITLE_CREATE_ACCOUNT', 'Create Account');
    define('HEADER_TITLE_MY_ACCOUNT', 'My Account');
    define('HEADER_TITLE_CART_CONTENTS', 'Shopping Cart');
    define('HEADER_TITLE_CHECKOUT', 'Checkout');
    define('HEADER_TITLE_TOP', 'Top');
    define('HEADER_TITLE_CATALOG', 'Home');
    define('HEADER_TITLE_LOGOFF', 'Log Out');
    define('HEADER_TITLE_LOGIN', 'Log In');

    // added defines for header alt and text
    define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
    define('HEADER_SALES_TEXT', ' ');
    define('HEADER_LOGO_WIDTH', '192px');
    define('HEADER_LOGO_HEIGHT', '64px');
    define('HEADER_LOGO_IMAGE', 'logo.gif');

    // header Search Button/Box Search Button
    define('HEADER_SEARCH_BUTTON','Search');
    define('HEADER_SEARCH_DEFAULT_TEXT', 'Enter search keywords here');

    ?>

  6. #6
    Join Date
    Jul 2007
    Location
    Atlanta, GA
    Posts
    5
    Plugin Contributions
    0

    Default Re: Delete "Welcome To" string on Shopping Cart Pages

    Found it

    ok for anyone else looking for this solution. The issue is the exactly location of this particular files. To chant the Welcome To heading text on your CHeck out Pages of your shopping cart look here: includes/languages/english/classic/header.php

    the includes/languages/english/header.php changes the home page of your site

 

 

Similar Threads

  1. Replies: 5
    Last Post: 21 Apr 2013, 11:37 PM
  2. v138a There are two "my account" and "shopping cart", how to delete one?
    By fanisme in forum General Questions
    Replies: 1
    Last Post: 16 Mar 2013, 11:43 AM
  3. Shopping cart - trying to turn off "Total Items" "Weight" and "Price"
    By deshojo in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 4 Apr 2011, 07:15 PM
  4. Replies: 3
    Last Post: 12 Jan 2010, 07:07 AM
  5. Shopping Cart - Move "Delete" Button next to Qty Box
    By dave_nextexit in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 8 Feb 2009, 10:19 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