Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

change the new products table to a catagories table


acbatchelor

Recommended Posts

does anyone know how to change the index page so that it shows a table of catagories instead of a table of new products? i want it to show the catagories like in the catagory box in the left or right column but it shows the catagory pictures just like the product pictures. then after a catagory is clicked it takes them to a table of the subcatagories.

 

 

in other words, i want the catagories to show up like the products do.

Link to comment
Share on other sites

Simple but limited -- find this code in catalog/index.php:

  $category_depth = 'top';

and replace it with this:

  $category_depth = 'nested';

If that doesn't do quite what you want, try the Category Images Box contribution (see my sig.)

 

Regards

Jim

See my profile for a list of my addons and ways to get support.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...