Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove product ammounts


terencevs

Recommended Posts

Posted

Hi

 

How do I remove the number of products next to the product catagory. ie. flash memory (18)

 

Thanks

 

Terence

Posted

In admin > configuration > my store, change "show category counts" to false.

 

To remove the "->" you need to edit (catalog)/includes/boxes/categories.php.

 

Change this line...

 

$categories_string .= '->';

 

...to...

 

	  $categories_string .= '';

Posted
In admin > configuration > my store, change "show category counts" to false.

 

To remove the "->" you need to edit (catalog)/includes/boxes/categories.php.

 

Change this line...

 

$categories_string .= '->';

 

...to...

 

	  $categories_string .= '';

 

 

Thanks so much. I looked everywhere except in the my store section of config!

 

Terence

Archived

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

×
×
  • Create New...