Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Deleting -> behind categoryname


Guest

Recommended Posts

includes/boxes/categories.php, around line 41

 

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

 

edit to:

 

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

 

Vger

Link to comment
Share on other sites

includes/boxes/categories.php, around line 41

 

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

 

edit to:

 

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

 

Vger

thanks alot :thumbsup:

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...