We have a large site with 6000+ products, 700 + features and lots of filters. For example, our 'length' feature for boxes has 83 variations alone.
We have a Cardboard Box Category on our web site. There 90+ products, and each product has it's length, width, height as a feature and filter.
www.bascousa.com/shipping-and-packaging/boxes-and-cartons/corrugated-mailing-boxes/
The very first box on the page is 3 x 3 x 2.
When you look the source code for the 'height' filter check box, some are have a class element class="filter-item have a html link built in:
<a href="/shipping-and-packaging/boxes-and-cartons/corrugated-mailing-boxes/?items_per_page=96&subcats=Y&features_hash=V6304" rel="nofollow" class="filter-item cm-ajax cm-ajax-full-render" rev="product_filters_*,products_search_*,category_products_*,product_features_*,breadcrumbs_*,currencies_*,languages_*">27 1/2 inches <span class="details"> (2)</span></a>
But others have a class tag that says the element is disabled. The filter variant '3', for example:
<a rel="nofollow"[b] class="filter-item disabled" [/b]rev="product_filters_*,products_search_*,category_products_*,product_features_*,breadcrumbs_*,currencies_*,languages_*">3 inches </a>
Why are some filters just disabled?
I have increased the elements per page to 5000.
I have changed this line in the config.php file to eveything from 1 to 5000:
define('PRODUCT_FEATURE_VARIANTS_THRESHOLD', 1)
I have used the Clear Cache features countless times.
But regardless of what I do, it fails to bring in every filter for that category, as well as others.
It there another variable to change that will allow us to use these?
It -item disabled
filter-item disabled