Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

remove arrows from categories box


reformedman

Recommended Posts

Believe me I spent 30 minutes trying different way to search through these forums for this particular topic but couldn't find it.

I'm sure it's easy as I remember having read the answer somewhere many moons ago.

 

How do I remove the arrows from the categories box.

The arrow I refer to is the arrow which indicates a subcategory.

 

Thanks

man of a reformed faith.

Link to comment
Share on other sites

in catalog>includes>categories.php on or about line 40 find:

 

if (tep_has_category_subcategories($counter)) {

$categories_string .= '->';

 

 

change it to

 

 

if (tep_has_category_subcategories($counter)) {

$categories_string .= '';

 

 

 

Chris

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...