Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove category header text......


Hellmaker

Recommended Posts

Whats the best way, and where to remove the category header text. I have checked thw wiki forum, but that olny explain how to replace it with category name. And i have searched the whole forum.

But i need somthing more strait forward, how to an which php files.

 

anyone ?

Link to comment
Share on other sites

I assume your referring to "Let's See What We Have Here"

 

If so then.......

 

In catalog/includes/languages/english/index.php around line 19

 

change

 

define('HEADING_TITLE', 'Let\'s See What We Have Here');

 

to

 

define('HEADING_TITLE', ' ');

 

Tom

Link to comment
Share on other sites

  • 1 year later...
I assume your referring to "Let's See What We Have Here"

 

If so then.......

 

In catalog/includes/languages/english/index.php around line 19

 

change

 

define('HEADING_TITLE', 'Let\'s See What We Have Here');

 

to

 

define('HEADING_TITLE', ' ');

 

Tom

 

I have a similar question. I have removed the text as shown above, but it seems that oscommerce is still reserving space on the page for the various page titles. I don't really need any of them (what we have here, welcome, sign in, etc.).

 

You can see what I mean here. www.ctiwatch.com The image in the center with the guy wearing the watch should line up with the top edge of the left column, instead of all the white space between the navigation and the image.

 

Any ideas on getting rid of the page headings all together or for just getting that image bumped up to where I want it would really be appreciated!

 

Thanks,

sundayo

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...