osCmax v2.5 User Manual
Results 1 to 3 of 3

Title is Different on Category Page compared to the Homepage

This is a discussion on Title is Different on Category Page compared to the Homepage within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; The title changes on the homepage on the category page, and on the product page. On the Home Page it ...

      
  1. #1
    New Member
    Join Date
    Mar 2004
    Posts
    10
    Rep Power
    0


    Default Title is Different on Category Page compared to the Homepage

    The title changes on the homepage on the category page, and on the product page.

    On the Home Page it looks cool.

    on the category page, it shows category: and then site name

    and on the product page it is ok.

    How can i fix the category page?

    examples:

    Homepage = HomePage : Welcome
    Category= Category : Homepage
    Product = HomePage: Product

    I want Category to also be: HomePage : Category

  2. #2
    New Member
    Join Date
    Mar 2004
    Posts
    10
    Rep Power
    0


    Default

    help-please

  3. #3
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default

    in meta_tags.php

    look for all instances of META_TAG_TITLE (there is about 25 or so of them). This set the text to be displayed for the <title></title> for each page of your site. Find the one you would like to rearange to suit your taste.

    More than likly changing (there are TWO of these in the file):
    Code:
        define('META_TAG_TITLE', $mt_category['categories_name'] . PRIMARY_SECTION . TITLE . $web_site_tagline);
    to:
    Code:
        define('META_TAG_TITLE', TITLE . $mt_category['categories_name'] . PRIMARY_SECTION . $web_site_tagline);
    Good Luck

Similar Threads

  1. replace HEADING_TITLE with category title
    By chrismole in forum osCmax v2 Customization/Mods
    Replies: 3
    Last Post: 06-30-2006, 05:46 PM
  2. Why is there a buy now button on the category title bar
    By stevemitch2 in forum osCmax v2 Installation issues
    Replies: 0
    Last Post: 07-13-2005, 11:43 AM
  3. Another Page Title Question
    By sparks01 in forum osCmax v1.7 Discussion
    Replies: 4
    Last Post: 01-19-2005, 05:56 AM
  4. page title
    By samsin1 in forum osCMax v1.7 Installation
    Replies: 1
    Last Post: 09-14-2004, 08:36 PM
  5. page title
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 11-06-2003, 12:39 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
  •