Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Add or Change Txt To "Let's See What We Have Here"


Guest

Recommended Posts

Posted

Where do I Change the "Let's See What We Have Here"

 

That can be found when you click on a Category.

 

Thanks for any Help

 

 

yamiacaveman

Posted
Where do I Change the "Let's See What We Have Here"

 

That can be found when you click on a Category.

 

Thanks for any Help

 

 

yamiacaveman

 

You might want to learn to search the forums better.

 

It is in the catalo/includes/languages/english.php file

 

Look for:

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

 

Change the text to what you want.

Backup before making changes. Backup before making changes! Backup before making changes!!

 

You did do a backup? eh?

Posted
You might want to learn to search the forums better.

 

It is in the catalo/includes/languages/english.php file

 

Look for:

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

 

Change the text to what you want.

 

Sorry about that, I did not search the Forums. I some times forget and some times the arthritis in my fingers gets so bad I do cheat and take the easy way out. I know it is no excuse but I am almost 88 years old and it does get difficult at times.

 

Please accept my apology and I will try not to do that again.

 

yamiacaveman

Posted

I followed your instructions on how to change the 'what's new here?" text and this is all I could find relating to the heading:

 

// whats_new box text in includes/boxes/whats_new.php

define('BOX_HEADING_WHATS_NEW', 'What\'s New?');

 

Did I miss something? Any suggestions?

Posted

Yeah, that's the way to change the What's New text, but the original topic was about the "Lets See What We have Here" text.

 

Which are you looking for help on, gg3558?

My website's address is in My Profile, since it's not allowed to be in my signature.

Posted
I followed your instructions on how to change the 'what's new here?" text and this is all I could find relating to the heading:

 

// whats_new box text in includes/boxes/whats_new.php

define('BOX_HEADING_WHATS_NEW', 'What\'s New?');

 

Did I miss something? Any suggestions?

 

Sorry I told you the wrong file. I went from memory. Bad idea.

It is in catalog/includes/languages/english/index.php

 

If you want to have it display the category title instead of "let's see what we have here" put in:

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

Backup before making changes. Backup before making changes! Backup before making changes!!

 

You did do a backup? eh?

Posted
Yeah, that's the way to change the What's New text, but the original topic was about the "Lets See What We have Here" text.

 

Which are you looking for help on, gg3558?

 

Thank you Sean for responding. I am looking to change 'What's New Here".

Posted
Thank you Sean for responding. I am looking to change 'What's New Here".

 

OK same file to change look for:

 

} elseif ($category_depth == 'top') {
 define('HEADING_TITLE', 'What\'s New Here?');

 

in catalog/includes/languages/english/index.php

Backup before making changes. Backup before making changes! Backup before making changes!!

 

You did do a backup? eh?

Posted
Thx ddp,

 

Just found this post by searching (he he :) ) and its exactly the answer i was looking for.

 

Cheers!!

gg3558 and spelchek

 

You are both welcome.

Searching rules.

Backup before making changes. Backup before making changes! Backup before making changes!!

 

You did do a backup? eh?

Archived

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

×
×
  • Create New...