Decrase the number of filter options from 4 to 3?

Decrase the number of filter options from 4 to 3?



If you setup a filter and lets say it has 10 options, it will show 4 of the items on your website and a ‘more’ link that expands the feauture list.



What if you want to reduce this to show 3 options and the ‘more’ link, where is this change made?



Thanks

In your config.php file, look for the code

// Product filters settings
define('FILTERS_RANGES_COUNT', 4);
define('FILTERS_RANGES_MORE_COUNT', 20);




change the number 4 to 3, and it should work.



Hope that helps.^^

Thanks man…