Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Sep 2011
    Location
    Toronto, Ontario, Canada
    Posts
    290
    Plugin Contributions
    0

    help question How do I change the "Sales Message Goes Here"?

    The answer found in FAQ post https://www.zen-cart.com/tutorials/i...hp?article=127 is not correct to me, I don't see this file:
    includes/languages/english/header.php

    I searched the entire website, I couldn't find the "Sales Message Goes Here", isn't this weird? what I am missing here?

    Thank you very much in advance.

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: How do I change the "Sales Message Goes Here"

    Your site probably wouldn't work without that file, so it must be there. Be sure you're looking in includes/langauges/english and not admin/includes/languages/english.

  3. #3
    Join Date
    Sep 2011
    Location
    Toronto, Ontario, Canada
    Posts
    290
    Plugin Contributions
    0

    Default Re: How do I change the "Sales Message Goes Here"

    in the folder you mentioned, there is a small header.php with the following content:

    <?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', 'TagLine Here');

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



    ?>

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: How do I change the "Sales Message Goes Here"?

    That's the one.

  5. #5
    Join Date
    Sep 2011
    Location
    Toronto, Ontario, Canada
    Posts
    290
    Plugin Contributions
    0

    Default Re: How do I change the "Sales Message Goes Here"?

    Quote Originally Posted by stevesh View Post
    That's the one.
    Then where is the message "Sales Message Goes Here"? why I don't see it?

  6. #6
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: How do I change the "Sales Message Goes Here"?

    1) a link to your site so we can see the exact text you are talking about
    2) Trty this

    go to admin --> Tools --> Developer tools.

    in the very bottom search box enter

    Sales Message Goes Here

    select search all files (catalog and admin) and then hit enter.

    It should tell you exactly where that is coming from
    Webzings Design
    Semi retired from Web Design

  7. #7
    Join Date
    Feb 2011
    Posts
    4
    Plugin Contributions
    0

    Default Re: How do I change the "Sales Message Goes Here"?

    You prob need this file:

    ../includes/languages/english/classic/header.php

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

    Default Re: How do I change the "Sales Message Goes Here"?

    Looking at one of my Zen Cart installations using admin>tools>developers tool kit, I found

    Code:
    Line #21 : define('HEADER_SALES_TEXT', '<h1>Sales Message Goes Here</h1>');
    in includes/languages/english/classic/header.php

    If you are going to change it, save the changed copy in the correct folder for your templates, not in /classic.

    Try searching in the admin for the literal (I usually use the search box at the bottom of the screen).

    The header.php you posted has
    Code:
    define('HEADER_SALES_TEXT', 'TagLine Here');
    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

  9. #9
    Join Date
    Nov 2011
    Posts
    2
    Plugin Contributions
    0

    Default Re: How do I change the "Sales Message Goes Here"?

    This is getting frustrating on how to change "sales message goes here"

    I have taken advice from here, and gone to "TOOLS", then went to "DEVELOPERS KIT", then go to bottom search box and type in "SALES MESSAGE GOES HERE", and for "ALL FILES", and it brings up "LINE 21 <pSALES MESSAGE GOES HERE/p". Now heres the kicker!!!!!!!!!!!!!!!!!! How the hell do you change it??????????

    ANYBODY GOT IDEAS" I'm just about ready to flush Zen Cart down the toilet!!!!!!!

    Respond here, or to jimkellyjimk##################. PLEASE!!!!!!!!!!!!!!!

  10. #10
    Join Date
    Nov 2011
    Posts
    2
    Plugin Contributions
    0

    Default Re: How do I change the "Sales Message Goes Here"?

    Quote Originally Posted by nigelt74 View Post
    1) a link to your site so we can see the exact text you are talking about
    2) trty this

    go to admin --> tools --> developer tools.

    In the very bottom search box enter

    sales message goes here

    select search all files (catalog and admin) and then hit enter.

    It should tell you exactly where that is coming from

    so how do you change it??????????

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. How to change the "Sales Message Goes Here" in 1.5.1 ?
    By recycledtvparts in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 1 Jan 2013, 09:28 PM
  2. How do I change the "sales message goes here" text.
    By rcstuff in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 Jan 2011, 04:55 AM
  3. How do I change the "sales message goes here" font, size and color?
    By popemil in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 25 Aug 2010, 09:28 PM
  4. Changing the "sales message goes here" but it wont change
    By darksniper404 in forum Basic Configuration
    Replies: 8
    Last Post: 14 Feb 2010, 12:15 AM
  5. How to change "sales message goes here" ?
    By livinoceanside in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 5 Mar 2009, 02:52 PM

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