Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Category header name


johnnyosc

Recommended Posts

Hello

 

I was on tibetcollection website (osc store) and notice that they got their category header to read the category name instead of just Category. So if I'm in a category name Shampoo then i like the header to read shampoo instead of Category. How would I code that?

 

johnnyosc

Link to comment
Share on other sites

In Default.php change the following:

 

<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>

 

to:

 

 

<td class="pageHeading"><?php echo $category['categories_name']; ?></td>

 

 

There are 3 occurances of this do not change the last one after:

 

 

} else { // default page

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...