Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

getting rid of the -> in categories box.


OUtlANDeR

Recommended Posts

Posted

catalog/includes/boxes/categories.php lines #41 - #43

 

	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.

Posted

Thanks, worked perfectly.

I also wondering, how would i get rid of the numbers in the brackets by each category and subcategory that show how many products there are?

Posted

that is the count and can be switched off or on in the admin, alternatively you could comment out the code in the catalog/includes/boxes/categories.php

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.

Posted
that is the count and can be switched off or on in the admin, alternatively you could comment out the code in the catalog/includes/boxes/categories.php

 

Does it make a difference if i do it through admin or in the code? cuz i commented it out in the code :P

Posted
Does it make a difference if i do it through admin or in the code? cuz i commented it out in the code :P

 

easier to do it in admin then you won't have to keep messing with the code

Regards

 

Mark A Reynolds

Archived

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

×
×
  • Create New...