Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing appearance of Categories


muuseec

Recommended Posts

Posted

I would like to get rid of the number of products (and the brackets surrounding it)

and the "arrow" -> that indicates subcategories

so I can get a clean look on my page.

 

Does anyone know how to, or if there is a contribution that does this? :blink:

Information overload!

Posted

In includes/boxes/categories.php comment out the following:

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

or change the text accordingly.

 

 

Configuration > My Store in the Admin tool, set Show Category Counts to false.

Contributions

 

Discount Coupon Codes

Donations

Posted
In includes/boxes/categories.php comment out the following:

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

or change the text accordingly.

Configuration > My Store in the Admin tool, set Show Category Counts to false.

 

The Admin suggestion worked great :) , but the modification of the Includes/boxes/categories only took away the -> sometimes...

 

Looks great when it works, but right now it comes and goes depending on where u are, so there?s gotta be some more places to edit I guess

 

- any suggestions anyone?

Information overload!

Archived

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

×
×
  • Create New...