Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove this " -> " from categories menu


jonhybaby

Recommended Posts

Posted

Hello people, im new here and i need some help plz.

 

on the categories menu, on each line right after a categorie u see this icon ( -> ), well i want to remove it from my store or at least change it, but i ant find the code to change this.

 

im gona copy a example from my store to here:

 

" FORD-> "

 

i want that to be like this

 

" FORD "

 

i hope some1 can help me fast because its been a litte long that i am trying to find this and kinda dificult to change this.

 

thanks in advance

Posted

Joao,

 

 

Edit the /includes/modules/boxes/bm_categories.php file around line 61 and change it from this:

 

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...