Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

cChanging "Top >> Catalog"


your2012

Recommended Posts

Posted

Hi All!

 

I am new to OSC but trying to get the hang of it...

 

My challenge here is that I want to change my header line from reading "Top >> Catalog" to reading simply "Home". I cannot find the file in which to make the change. Can anyone help? Please?

 

Thanks in advance for any assistance.

 

Steve

Posted

/catalog/includes/application_top.php

 

Change:

 

  $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);
 $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT));

 

to

 

//  $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER);
 $breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT));

 

Then in /catlog/includes/languages/english.php change:

 

define('HEADER_TITLE_CATALOG', 'Catalog');

 

 

To:

 

define('HEADER_TITLE_CATALOG', 'Home');

 

 

BACKUP THE FILES BEFORE EDITING THEM

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

Hi Jim!

 

Thanks for the help...worked like a charm! Bit by bit I'm learning...

 

All the best!

 

Steve

Archived

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

×
×
  • Create New...