Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Category tree


Reccaoutlaw

Recommended Posts

Posted

Hello.. I do not want to show the category tree I just want the main categories to be displayed... ... anyone can tell me how to do this?.. I've read the forum and found this..but didnt work.

 

This is a crude hack, but it should work. In boxes/categories.php add

CODE

if ($tree[$counter]['level'] == 0) {

after line 15 and

CODE

}

after line 55.

 

And by the way..how do I remove the country flags??

Posted

Hello again..

 

Ok, I've managed to remove all the flags from my site... What I really need now and I cant find any information about it unless that code that didnt work with my site..is some help in hacking, editing or something to NOT expand my category tree..

 

Examaple:

 

category1

category2

category3

 

when u click in category1 this happens

 

category1

- subcategory1.2

- subcategory1.3

category2

category3

 

And so on....so I dont what any subcategory to be displayed in the categories box..since it moves all my layout because I have to manny categories and subcategories....

Archived

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

×
×
  • Create New...