Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to change the -> when a category has sub categories?


whitesosa

Recommended Posts

On the site I am working on there is -> after a category if that category has sub categories... How do I change this to something more visually attractive or remove it? Thank you

 

Also is there a way to add custom HTML links to the menu?

Link to comment
Share on other sites

The code responsible is the middle line below found in /catalog/includes/boxes/categories.php

 

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

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...