Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to display to display each category title???


exoticnovelty

Recommended Posts

Hi everyone!

 

I recently asked on how to change the category that reads "Let's See What We Have Here" to the actual title the category says.

 

Someone replied to change in my index.php file

 

"echo HEADING_TITLE;"

 

to

 

echo $category['categories_name'];

//echo HEADING_TITLE;

 

My problem is, I can't find "echo HEADING_TITLE;" in the index.php file. Is there another way I can do this that it will not be so confusing or hard to do. Also I would like to get rid of the "broken" image that is on the right side of the category title. Could someone please tell me how to delete that as well.

 

Hopefully someone can point me in the right direction,

 

Thank you in advance for your help!

Link to comment
Share on other sites

"echo HEADING_TITLE;"

 

to

 

echo $category['categories_name'];

//echo HEADING_TITLE;

it is found in 3 places in index.php. around lines 75, 241, and 299.

 

you should be using a good text editor with a good search function, saves tons of time!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...