Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Categorie / Subcategorie InfoBox'es


Waiti

Recommended Posts

Hey,

I guess the images tells you better what i want to do...

How does it works?

I've looked in:

- .de & .com OSc Forums

- addons / contrib pages

 

Standard:

cat1.gif

 

Thats how I'd like to have it:

cat2.gif

 

Thank's

Waiti

Link to comment
Share on other sites

It looks like you do not want the subcats to indent in 2 spaces, correct?

 

Go to catalog/includes/boxes/categories.php and find

	for ($i=0; $i<$tree[$counter]['level']; $i++) {
  $categories_string .= "  ";
}

Change to

/*
for ($i=0; $i<$tree[$counter]['level']; $i++) {
  $categories_string .= "  ";
}
*/

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...