Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Descriptions Under Catagories


Guest

Recommended Posts

I would like to place a description under catagories. Specifically, when in a catagory that has no emidiate products but has other catagogies, I want to place descriptions under them. If this is possible I would appreciate an answer.

 

Thanks for everyones help,

Link to comment
Share on other sites

You would need to do two things:

 

1. Associate descriptions with categories. You could do this by making a new database table similar to products_description.

 

2. Change the code in index.php (formerly default.php) so that it checks for if a category has products (query products_to_categories on the category_id). If yes, display products. If not, display description.

 

Good luck,

Matt

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...