I am modifying my cart (v1.3.8) to add control over which top-level categories' links show in the header menu.
So far I've:
- added a column to the categories table called 'menu_status', which will have a value of 1 or 0.
- edited the sql query in the header that retrieves the top-level categories to build the header links menu
- edited the admin/categories.php file to show a radio group (modeled after another radio group on that page) while action='edit_category', but they do not work yet
At this point I can manually edit the db 'menu_status' value 1 or 0 and control which categories show links in the header.
So my question - where are the sql queries for admin/categories.php that select and update a category when editing?
Thanks very much!







