Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Categories text.


Sharp211

Recommended Posts

Posted

How do I get rid of the text "Categories" above the categories box? I'm creating a new template with STS and can't seem to find the file that echos that heading. www.westresale.com if you need to see what I'm talking about.

Posted

Aha! Found it. It was in catalog\includes\languages\english.php

 

Now I'll just have to find out how to remove the table cell... It's still leaving an unwanted blank cell above the categories.

Posted

I don't know if this will be ideal as you will have a gap between the border and listing. However, look in catalog/includes/languages/english.php and all other language files you use. Find this:

 

define('BOX_HEADING_CATEGORIES', 'Categories');

 

and change to this

 

define('BOX_HEADING_CATEGORIES', '');

Posted

Sorry for answering my own questions, but I found out how to remove the heading box for categories aswell...

 

catalog\includes\boxes\categories.php I commented the line "new infoBoxHeading($info_box_contents, true, false);" on line 68.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...