Guest Posted July 16, 2003 Posted July 16, 2003 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,
Guest Posted July 16, 2003 Posted July 16, 2003 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.