Marty1976 Posted October 14, 2007 Share Posted October 14, 2007 Hello all, Im building a website, and everything seems good. However two things i would like to change about OSCommerce is one i click on a product on the left hand side of my page it goes into the product catergory and displays loads of product catergory boxes. The only problem is, some of my products have about 20 catagorys which makes the customer have to scroll a long way down to actually get to the first products. Is they anyway to remove these catagory boxes al together and just have the text of the catagorys listed? Here is a link to an example of the problem: http://www.alliancewargames.com/osc/index....c1825c28a97fedd Finally i was wondering if they is anyway to highlight the product i've gone into in bold on the left hand menu. Thanks... Martin Link to comment Share on other sites More sharing options...
Marty1976 Posted October 14, 2007 Author Share Posted October 14, 2007 Anyone know how to do these two things please? Link to comment Share on other sites More sharing options...
Nullachtfuffzehn Posted October 14, 2007 Share Posted October 14, 2007 The first issue depends on your template somehow, cause the table cells containing the subcategories are set to 100 and 113 px. If you remove those hardcoded values, you can display the mentioned twenty subcategories without having to scroll. Since I don't know how your index.php looks like, I can't give you detailed advice on what to do. By default the /includes/boxes/categories.php is set up the way that it should display the current category bold. Apparently your's is modified, but it shouldn't be a problem to find the code to add some <b></b> or the according style to it. Link to comment Share on other sites More sharing options...
Marty1976 Posted October 14, 2007 Author Share Posted October 14, 2007 The first issue depends on your template somehow, cause the table cells containing the subcategories are set to 100 and 113 px. If you remove those hardcoded values, you can display the mentioned twenty subcategories without having to scroll. Since I don't know how your index.php looks like, I can't give you detailed advice on what to do. By default the /includes/boxes/categories.php is set up the way that it should display the current category bold. Apparently your's is modified, but it shouldn't be a problem to find the code to add some <b></b> or the according style to it. Thx very much!. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.