This is a discussion on Hide Parent Category and Display only Child or Sub Category in a DHTML menu within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; If you want to display only the child (sub categories) in a dhtml menu , use this code. this will ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| If you want to display only the child (sub categories) in a dhtml menu , use this code. this will hide the parent category Use at your own risk and always back up Just change $categories_query_catmenu = tep_db_query("select c.categories_id, cd.categories_name, c.parent_id from " . TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd where c.parent_id = '" . $currentParID . "' and c.categories_id = cd.categories_id and cd.language_id='" . $languages_id ."' order by sort_order, cd.categories_name"); to $categories_query_catmenu = tep_db_query("select c.categories_id, cd.categories_name, c.parent_id from " . TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd where c.categories_id = cd.categories_id and cd.language_id='" . $languages_id ."' order by sort_order, cd.categories_name"); Thats all Easy and Simple Same instruction is in a text file to download..no other additions - Sarath More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CSS Category just like dhtml but seo friendly | bkpie | osCMax v2 Customization/Mods | 13 | 11-05-2008 01:06 PM |
| Temporary hide a category | yulises | osCMax v2 Customization/Mods | 2 | 05-15-2008 04:34 AM |
| Specials & Products_new sort category & sub-category dropdown menu | michael_s | New osCommerce Contributions | 0 | 03-02-2008 10:23 PM |
| Dhtml Menu does not display. | Walter | osCMax v2 Features Discussion | 8 | 02-21-2007 09:09 AM |
| Dhtml category menu not working correctly | JohnW | osCommerce 2.2 Modification Help | 10 | 11-19-2004 09:04 AM |