Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Where can I find this in the code?


baalwww

Recommended Posts

Posted

AAAAAARRRGH!!!!!!! I pray that the next version will make it easier to find where something is changed to customize the look.

 

When one clicks on a category from the home page, the main column shows categories at the top. But I dont wan't this...there is a category tree given in the left column, and to have the many subcategories listed in the middle-top above products is a waste of real estate to me. Problem is, I can't find what I need to comment out to get rid of it.

Posted

I think you'll find what you're looking for in catalog/index.php.

 

Do a search for $category_depth == 'nested'. That should give you an idea of where to go.

 

Btw, have you considered using something like the Dynamenu contribution? It can work both ways; click the + sign to expand the categories listing in the left column or click on the name of the category itself to open up in the main page.

Posted
I think you'll find what you're looking for in catalog/index.php.

 

Do a search for $category_depth == 'nested'. That should give you an idea of where to go.

 

Btw, have you considered using something like the Dynamenu contribution? It can work both ways; click the + sign to expand the categories listing in the left column or click on the name of the category itself to open up in the main page.

 

 

Thanks, that was it. You know, I had tried changing that, and it did NOTHING. Turns out, my local config file was missing on the test machine, so as soon as I clicked a category, expecting it to load the page with something looking different based on my tweaking, it loaded the live page, which of course never changed. Dumb coder tricks. I'll take a look at dynamenu. Appreciate your help.

Archived

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

×
×
  • Create New...