Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing subcategory arrows


Samuel_D

Recommended Posts

Posted

Hi all, first off. Take a look at what I've done with my site so far (www.nilfix.co.uk)

 

If you look in the left column and more specifically at the categories listing, you will see that those with sub categories have arrows placed next to them. I dislike this, and would prefer them to not be present. Can anyone tell me if its possible to remove these, and where exactly I remove them.

 

Many thanks

Posted

Sam;

 

In catalog/includes/boxes/categories.php (about line 41), find

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

and remove the -> so it reads

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

... if you want to REALLY see something that doesn't set up right out of the box without some tweaking,

try being a Foster Parent!

Archived

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

×
×
  • Create New...