Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove Qty


Guest

Recommended Posts

Posted

I have done a search and am not coming up w/ threads on this. I figure I am not using the correct terms when searching.

 

How do I remove the qty total from behind the category listings?

 

Thanks

Posted

In admin->configuration->my store-> show category counts set to false

 

The_Bear

  • 1 year later...
Posted

well, now that we have the category quantities removed, is there a way to remove that annoying > next to the category name?

 

Thanks!

Autumn

Posted

Go to includes/boxes/categories.php

 

Find the following:

 

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

Replace with:

 

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

Enjoy

 

Nacer.

Posted

Yay! You are the best! Thanks a bunch....too bad all these little tips aren't all in one place. I have to search high and low for the littlest things....LOL.

 

Thanks again!

Autumn

Archived

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

×
×
  • Create New...