Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing the "->" from catagories


tino2006

Recommended Posts

Posted

No matter - I found it eventually!

 

Removed the "->" under includes/boxes/catagories.php

 

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

  • 1 year later...
Posted

So do you remove the whole of the following from includes/boxes/catagories.php ?

 

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

Archived

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

×
×
  • Create New...