Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Sub Categories


Guest

Recommended Posts

Posted

You should fine this in catalog /includes / languages / english / index.php

possibly someone has deleted th eline thinking it would remove the text.

if it is not there add this line

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

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Posted
You should fine this in catalog /includes / languages / english / index.php

possibly someone has deleted th eline thinking it would remove the text.

if it is not there add this line

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

Nic

 

Hi Nic,

Your right it wasn't there...I added the code and still doesn't work.

This is what it looks like under public_html//includes/languages/english/index.php

 

define('TEXT_ALL_CATEGORIES', 'All Categories');

define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers');

} elseif ($category_depth == 'top') {

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

} elseif ($category_depth == 'nested') {

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

}

?>

 

Thanks,

Pat

Archived

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

×
×
  • Create New...