Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how do i customize the 'category page'


Guest

Recommended Posts

Posted

I used the code posted by Steve to have the headers display the category name instead of the standard "categories" or "look what we have" messages. The code works great if you use it from the left box "categories" links, but for some reason if if I link from the "more info" box or the manufacturers listing box I don't get any headers at all.

 

Anybody have any ideas.

 

Here is the code I used to place into catalog/includes/languages/english/index.php

 

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

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

define('HEADING_TITLE', 'What\'s New Here?');

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

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

}

Archived

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

×
×
  • Create New...