
Originally Posted by
jjrmy1
I too would like to get rid of the category filter and have the attribute filters applied to just the currently selected category. If anyone has been able to do this then please advise.
Thanks in advance
The first part is easy.
includes/languages/english/extra_definitions/product_filter_defines.php
set to false the very first entry
PHP Code:
define('SHOW_CATEGORIES',true);
define('SHOW_ATTRIBUTES',true);
define('SHOW_PRICE_RANGE',true);
define('SHOW_AVAILABLE',true);
define('SHOW_SORT',true);
As for the second part, someone smarter than I will need to assist.