westkoast Posted February 10, 2003 Share Posted February 10, 2003 Basically want it to function just like the Manufact. menu....Want a simple drop down menu with for example: Select T-shirts Pants Shoes etc. Or something of the sort, where the user is then taken to a page that has ALL products from that category. Tried one of the contributions already but it didn't work...and I don't want it that complex. Very simple...no sub categories, just the basic categories. I'm not sure if its wise to change the tables in the DB but I may try to make it work the same as the manufact. Any thoughts? I need to read the rules more often... Link to comment Share on other sites More sharing options...
Guest Posted February 10, 2003 Share Posted February 10, 2003 I did this with the manufacture. Since we didn't need manufacture anyway. I changed the labels in catalog/includes/languages/english.php // manufacturers box text in includes/boxes/manufacturers.php define('BOX_HEADING_MANUFACTURERS', 'Blank Categories'); // manufacturer box text define('BOX_HEADING_MANUFACTURER_INFO', 'Blanks'); define('BOX_MANUFACTURER_INFO_HOMEPAGE', '%s Homepage'); define('BOX_MANUFACTURER_INFO_OTHER_PRODUCTS', 'Other products'); Instead of entering the manufatures name I put what it was. t-shirt, mouse pad, cap ect. I did not change any of the Db structure Link to comment Share on other sites More sharing options...
westkoast Posted February 10, 2003 Author Share Posted February 10, 2003 Yeah, you know what...the title of my post got chopped down. I actually want ot make the Categories come down in a drop down box LIKE the manfact. box. However the categories seem to be in such a different format, I'm not sure that it is possible. I need to read the rules more often... Link to comment Share on other sites More sharing options...
Guest Posted February 10, 2003 Share Posted February 10, 2003 http://www.oscommerce.com/community/contributions,46 HTH Link to comment Share on other sites More sharing options...
westkoast Posted February 10, 2003 Author Share Posted February 10, 2003 http://www.oscommerce.com/community/contributions,46 HTH Beauty! Thanx Bear!!!! I need to read the rules more often... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.