wenmian Posted February 24, 2007 Posted February 24, 2007 Hello, Does anyone know what how to display products in subcategories when you click on the category link on menu bar. I found this German webstore that managed to modify their oscommerce to do this..so just wondering if a mod/contribution is already readily available. Go to the link to see what i'm talking about. http://bree-shop.master-mail.de/shop/catal...ex.php?cPath=65 see the category "Reisegepäck" has four (4) subcategories, namely: Connect Dallas Punch TUI When you click on "Reisegepäck" on the menu, all products in "Connect", "Dallas", "Punch" and "TUI" are displayed, sorted by their sub categories. I tot this will be a very user friendly mod for customers and hope to implement this for myself. Anyone?
wenmian Posted February 25, 2007 Author Posted February 25, 2007 Anyone know which contribution can do this? Keep searching around but not much luck yet. Hello, Does anyone know what how to display products in subcategories when you click on the category link on menu bar. I found this German webstore that managed to modify their oscommerce to do this..so just wondering if a mod/contribution is already readily available. Go to the link to see what i'm talking about. http://bree-shop.master-mail.de/shop/catal...ex.php?cPath=65 see the category "Reisegepäck" has four (4) subcategories, namely: Connect Dallas Punch TUI When you click on "Reisegepäck" on the menu, all products in "Connect", "Dallas", "Punch" and "TUI" are displayed, sorted by their sub categories. I tot this will be a very user friendly mod for customers and hope to implement this for myself. Anyone?
♥bruyndoncx Posted February 25, 2007 Posted February 25, 2007 I've looked through the contribution area, but couldn't find one that did this. (also used google without success). I suspected someone already made this, but I guess not then if we can't find it. In order to make this page, you have to modify index.php essentially the section 'nested'. Then you also need to decide if you want some pagination for this page, and if so, should it be per subcategory or for the whole page. The sample site does not have any pagination at all for this. If you click Kollections you get a really long list. KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt
wenmian Posted February 26, 2007 Author Posted February 26, 2007 hi bruyndoncx, Great thanks for the reply. Ya i tried searching for the contrib and this forum and haven't come to anything close. You mentioned that the solution is to edit the section 'nested'. You have any idea how easily this can be done? Sorry I'm not exactly proficient with PHP. Any advise would be great. Thanks! Regards, Wen Mian
♥bruyndoncx Posted February 26, 2007 Posted February 26, 2007 hi bruyndoncx, Great thanks for the reply. Ya i tried searching for the contrib and this forum and haven't come to anything close. You mentioned that the solution is to edit the section 'nested'. You have any idea how easily this can be done? Sorry I'm not exactly proficient with PHP. Any advise would be great. Thanks! Regards, Wen Mian Well, if it could be done in 5mins you would have gotten the response. It is not just the coding, you also need to decide if it should be available for all category levels (what if you have 3 levels with only products at the 3rd level for some, but for other categories at the 2nd level), or just the lowest level. Do you need pagination ? If you know what you need/want it will be much easier to get it coded, right now there are a number of ways to go about it which might or might not work well for your site. KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt
Recommended Posts
Archived
This topic is now archived and is closed to further replies.