Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do you get rid of the ->?


Guest

Recommended Posts

Posted

In the categories box when you ad a category this -> appears. How do you get rid of it? I look under the column_left.php and I was able to get rid of the numbers.

 

Thanks for the help in advanced.

If this has been already answered just give me a link to it. I have searched all day today.

Posted
If this has been already answered just give me a link to it. I have searched all day today.

 

I can do better that that :)

 

Look in catalog/includes/boxes/categories.php for the following section

 

    if (tep_has_category_subcategories($counter)) {

     $categories_string .= '->';

   }

 

Just replace the -&gt with whatever you want :)

Mark Evans

osCommerce Monkey & Lead Guitarist for "Sparky + the Monkeys" (Album on sale in all good record shops)

 

---------------------------------------

Software is like sex: It's better when it's free. (Linus Torvalds)

Archived

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

×
×
  • Create New...