martyjoe Posted January 11, 2004 Share Posted January 11, 2004 Using 2.2 ms1. on my default page, i have a list of categories. when a shopper activates a link to a particular category, they are taken to a page w/ a list of sub categories. up in the upper left, in bold, is a page header called..., "Categoies" in bold. question: can i get rid of the word "Categoies"? how? what i would like is the word Categories to be replaced by the name of the Top-level catagory. for example: the main category is Manga. sub-categories are anime, complete sets, how to draw, and trading cards. if the customer goes to Manga, instead of the pageHeader saying "Categoies", is there a way to get it to say "Manga". and if they wish to go another category, that particular category will also show in page header. here is the view of the code from browser option to view source. <!-- body_text //--> <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading">Categories</td> </tr> </table></td> </tr> :ph34r: marty hafner Link to comment Share on other sites More sharing options...
martyjoe Posted January 11, 2004 Author Share Posted January 11, 2004 Not in the browser window [frame] or the breadcrumb trail, but on the page of the category in question. (whatever the customer picks.) so on the front homepage i would have a box in the left w/ a list of categories. one (let us say.) is manga. when i pick "manga", i am taken to a page that has a list of sub-categories. but on the same page in the upper left is a huge, bold title that says "Categories". and beneath that header, is a list of sub-categories. I want to remove the word "categories" and either replace it w/ the "Manga" or nothing. marty hafner Link to comment Share on other sites More sharing options...
241 Posted January 11, 2004 Share Posted January 11, 2004 go to catalog/includes/languages/english/index.php and at the bottom make your code this } elseif ($category_depth == 'nested') { define('HEADING_TITLE', $categories['categories_name']); this will change that big old nasty thing into manga No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
martyjoe Posted January 11, 2004 Author Share Posted January 11, 2004 :D EXCELLENT! that did the trick. Thank you so much. marty hafner Link to comment Share on other sites More sharing options...
BoulderDash Posted February 7, 2004 Share Posted February 7, 2004 Very useful, thanks! BD Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.