Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to remove "->" from categories box?


JoeWoodworker

Recommended Posts

Posted

I know this question has been answered a million times, but I can't find the answer on the forums.

 

How do you remove the "->" that shows in the categories box when you have multiple subcategories?

 

Thanks

Joe

Evil will always triumph over good...

Because good is dumb.

- D.H.

Posted
I know this question has been answered a million times, but I can't find the answer on the forums.

 

How do you remove the "->" that shows in the categories box when you have multiple subcategories?

 

Thanks

Joe

 

There's a ready add-on in "Contributions" -section that does exactly what you want.

 

 

Cheers,

 

Kalle!

Posted

I'm thinking its somewhere in one of the language files. I just need to change the characters from "->" to " " (nothing).

 

Do you know what the contribution is called?

Evil will always triumph over good...

Because good is dumb.

- D.H.

Posted

catalog/includes/boxes/categories.php

 

locate code

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

 

change to

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

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Archived

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

×
×
  • Create New...