Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

product count which appears in the categories box


Guest

Recommended Posts

Posted

Hello,

 

Im wanting to remove the product count which appears in brackets eg. (12) in the categories box on my installation of Oscommerce. I just wondered if someone could give me a step by step on how to do this?

 

Thanks Alot,

 

Steve

Posted

Hello,

 

Does anyone have any ideas or advice on this as i cant seem to get rid of it?

 

Cheers

 

Steve

Posted

Go to your Admin>Configuration look down the options and set "Show Category Counts" to false.

 

To remove the -> you need to comment out this block of code in includes/boxes/categories.php, like this

 

//	if (tep_has_category_subcategories($counter)) {
//	  $categories_string .= '-& gt;';
//	}

Archived

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

×
×
  • Create New...