Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do you change the -> after a category with subcategories?


Recommended Posts

Posted

When I have a category with subcategories, it shows -> after the category title. Can that be changed? I'd like to at least add an extra space and dash, or, if possible, change it to an image. If it can be changed, in what file can it be done?

Thank you,

Briana

DELETE MY ACCOUNT NOW

Posted

look in .../includes/boxes/categories.php and find the following code:

 

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

 

the > is a > and it is preceded by a -

Archived

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

×
×
  • Create New...