Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change "let's see what we have here.."


kitchenniche

Recommended Posts

Hello,

 

I want to change the "let's see what we have here" headings to the matching categories title. (i mean, if i click on one of my category, e.g. gadgets, that the header will be GADGETS...

 

Is there a simple way to do that?

 

I have lots of categories, do i need to change every single one?

 

Thank you.

HIM - Dark Light - Out on 26/09/05
Link to comment
Share on other sites

Hello

 

Just in case anyone else is interested in this issue - I edited

 

catalog/includes/languages/english/index.asp

 

and changed the line

 

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

 

to

 

define('HEADING_TITLE', $categories['categories_name']);

 

which seems to do the trick...

Link to comment
Share on other sites

Hello

 

Just in case anyone else is interested in this issue - I edited

 

catalog/includes/languages/english/index.asp

 

and changed the line

 

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

 

to

 

define('HEADING_TITLE', $categories['categories_name']);

 

which seems to do the trick...

 

That worked great for me too. Thanks for posting!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...