Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove - > from category boxes


JustinS

Recommended Posts

Posted

I just need to know how to remove the - > from the categories box, I don't want the counts (already removed) or those symbols in the boxes.

 

And on this note, is there any one category add-on that stands out from the rest, like superfish etc?

 

I'm wanting to learn to design my site without using any set pre-made templates because I feel it will be more rewarding.

 

Thanks a lot

Posted

@@JustinS

 

In the /includes/modules/boxes/bm_categories.php file edit the following line:

 

if (tep_has_category_subcategories($counter)) {

$categories_string .= '->';

 

 

to this:

 

if (tep_has_category_subcategories($counter)) {

$categories_string .= '';

 

 

Chris

Archived

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

×
×
  • Create New...