Results 1 to 6 of 6
  1. #1

    Changing <Header> at the top of Browser

    Hi
    How do i change the header text that displays at the top of your browser, from
    "Zen Cart!, The Art of E-commerce"?
    thankyou

  2. #2
    Join Date
    May 2005
    Location
    Brussels belgium
    Posts
    203
    Plugin Contributions
    0

    Idea or Suggestion Re: Changing <Header> at the top of Browser

    please read de faq


    thanks
    Zen cart or nothing !!

  3. #3
    Join Date
    May 2006
    Posts
    18
    Plugin Contributions
    0

    Default Re: Changing <Header> at the top of Browser

    Where in the FAQ can I find help with this? I looked.....but I am blind.... help would be greatly appreciated. Thank you!

  4. #4
    Join Date
    May 2006
    Posts
    18
    Plugin Contributions
    0

    Default Re: Changing <Header> at the top of Browser

    nm, I have found an answer. :-)

  5. #5

    Re: Changing <Header> at the top of Browser

    Hi,
    I can't find anywhere in the FAQ about changing the <header>/<title> text,
    is there link someone can give me to go to this? or how do i change it?

  6. #6
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Changing <Header> at the top of Browser

    Hello!
    There are tools waiting and you can search for yourself.
    In Admin => Tools = Developers Tool Kit

    Please make sure to use override for any modification (Pls refer to other related topics!)

    With the keyword "Zen Cart!" and "The Art of E-commerce", found the following.

    includes/languages/english/meta_tags.php
    Line 11 -
    define('TITLE', 'Zen Cart!');

    Line 14 -
    define('SITE_TAGLINE', 'The Art of E-commerce');

    To modify
    =======
    Copy the above file and save it in your override file directory as
    includes/languages/english/YOUR_TEMPLATE/meta_tags.php

    And modify the line 11 and 14 as you wish.

    e.g.
    ===
    Line 11 -
    define('TITLE', 'My Dream Cart!');

    Line 14 -
    define('SITE_TAGLINE', 'Wish you luck');

    Note:
    ====
    You should only modify the contents inside and between the two quote marks!

    The followings are similar and you may want to modify. But they shown in other position and in orhter files.
    includes/languages/english/header.php
    Line 21 -
    define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');

    includes/languages/english/classic/header.php
    Line 21 -
    define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce [home link]');


    If still have problems, pls ask again.
    A New Starter again

 

 

Similar Threads

  1. Changing the top header....
    By chrisb1983 in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 18 Jun 2009, 11:50 PM
  2. how do I remove price from the top of the browser window?
    By feolindo in forum General Questions
    Replies: 5
    Last Post: 6 Nov 2008, 08:28 AM
  3. How Do i create space between the store and the top of the browser window?
    By yoyodyne in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 7 May 2008, 04:55 PM
  4. Where would I look to change the name that shows at the top of the Browser?
    By ScootaMan in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Nov 2007, 02:31 PM
  5. How to change the name in the top in your web browser
    By toxicgtr in forum General Questions
    Replies: 3
    Last Post: 7 Jan 2007, 05:28 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