Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Let's see what we have here...


anant_b

Recommended Posts

Posted

I would like to remove the header "Let's See What We Have Here" under product catalog. Can anyone please let me know which file I need to edit to remove this.

 

Thanks for your help.

Posted
I would like to remove the header "Let's See What We Have Here" under product catalog. Can anyone please let me know which file I need to edit to remove this.

 

Thanks for your help.

 

Not sure about removing the header, however in catalog/includes/languages/english/index.php you can change

 

 

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

 

to read what you want to display in that header space.

 

Example

 

define('HEADING_TITLE', ' ');

 

Will just give empty space in place of the current text

Archived

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

×
×
  • Create New...