Results 1 to 6 of 6
  1. #1
    Join Date
    Jan 2011
    Posts
    29
    Plugin Contributions
    0

    Default Browser tab text?

    In Zencart, when you click on a category name, the category name displays in the browser tab. I want to change what is being displayed to something else, which file is the one that updates the browser tab when a category is being clicked on?

    Thanks

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Browser tab in zencart

    Quote Originally Posted by ekon79 View Post
    In Zencart, when you click on a category name, the category name displays in the browser tab. I want to change what is being displayed to something else, which file is the one that updates the browser tab when a category is being clicked on?

    Thanks
    Whenever you create/edit a category you can change what displays in the browser tab by clicking on "circle with the two black triangles"
    This will allow you to add meta tags for your category(ies)

    You can do the same thing for your products.

  3. #3
    Join Date
    Jan 2011
    Posts
    29
    Plugin Contributions
    0

    Default Re: Browser tab in zencart

    Thanks that really worked!

  4. #4
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Browser tab in zencart

    Quote Originally Posted by ekon79 View Post
    Thanks that really worked!
    Glad to help

  5. #5
    Join Date
    Apr 2015
    Location
    USA
    Posts
    31
    Plugin Contributions
    0

    Default Re: Browser tab text?

    Quote Originally Posted by ekon79 View Post
    In Zencart, when you click on a category name, the category name displays in the browser tab. I want to change what is being displayed to something else, which file is the one that updates the browser tab when a category is being clicked on?

    Thanks
    You can also edit your /includes/languages/english/meta_tags.php if you don't want to edit every meta tag individually on the admin side.

    Find

    Code:
    // page title
    define('TITLE', 'Zen Cart!');
    
    // Site Tagline
    define('SITE_TAGLINE', 'The Art of E-commerce');
    
    // Custom Keywords
    define('CUSTOM_KEYWORDS', 'ecommerce, open source, shop, online shopping');

    Then edit it to you liking. Edit the stared out parts below with HTML if you are unsure how to edit it :-)

    Code:
    // page title
    define('TITLE', '**********');
    
    // Site Tagline
    define('SITE_TAGLINE', '**********');
    
    // Custom Keywords
    define('CUSTOM_KEYWORDS', '*****, *****, *****, *****');
    Hope this was helpful to someone.

  6. #6
    Join Date
    Jul 2005
    Location
    Hoedspruit
    Posts
    530
    Plugin Contributions
    2

    Default Re: Browser tab text?

    If you have a template, change here:

    your_store/includes/languages/english/your_template/meta_tags.php

    // page title
    define('TITLE', 'insert your bit here');

    // Site Tagline
    define('SITE_TAGLINE', '');

 

 

Similar Threads

  1. How to Remove Header Text in Browser Tab?
    By israelmeesterkat in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 19 Dec 2010, 12:29 AM
  2. Re-naming the browser tab
    By spleify in forum General Questions
    Replies: 10
    Last Post: 9 Oct 2010, 07:13 PM
  3. Changing Browser Tab Title???
    By LindaB in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 25 Jun 2010, 05:16 AM
  4. Changing tab info on my browser?
    By robbin21973 in forum General Questions
    Replies: 2
    Last Post: 14 Mar 2009, 05:59 AM
  5. browser tab customization
    By melena in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 31 Jul 2008, 08:49 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