Bzzzz ... times up!
These are the changes needed for v1.5.4 to make the Empty Categories or Categories with just Products with status set off to not show ...
Add via the Tools ... Install SQL Patches ...
that will be in the Configuration ... Layout Settings ...Code:INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('Categories with Inactive Products Status', 'CATEGORIES_PRODUCTS_INACTIVE_HIDE', '0', 'Hide Categories with Inactive Products?<br />0= off<br />1= on', 19, 30, 'zen_cfg_select_option(array(\'0\', \'1\'), ', now());


Reply With Quote

