Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove product count in categories box


cilliers

Recommended Posts

Posted

Remove Numbers From Category

 

catalog/includes/application_top.php about line 149

 

define('SHOW_COUNTS', true); // show category count: false=disable;

true=enable

 

 

 

Remove Arrows From Category Box

Go to /includes/boxes/categories.php on line 42 you'll see:

 

if (tep_has_category_subcategories($counter)) {$categories_string .= '->';}

 

Change to

if (tep_has_category_subcategories($counter)) {$categories_string .= '';}

"One Of Life's Greatest Pleasures Is Doing What Others Say You Can't"

Posted

You also can turn them off via the Admin panel

 

Administration->My Store->Show Category Counts

 

and set it to false.

 

Tom

  • 5 years later...
Posted
Thanks Guys :rolleyes:

 

I have spent hours trying to figure this one out too. I have set the value to "false" in admin, but still getting quantities showing in some views of my store. I've tried editing code all over the place, and nothing is helping...

Archived

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

×
×
  • Create New...