Dynamic Filters - Listing all

Hi All,



I've configured a client store using Product Filters for the first time,



I can't seem to figure out how to enable both 'Dynamic Filters' and have the listing of filters to show all filters in the sidebar. Using CS-Cart's own instructions to change the listings to a dropdown does not appear to work either: CS-Cart Documentation — CS-Cart 4.15.x documentation as the results are truncated after 10-15 listings.



Anyone experienced something similar on their store? (2.2.4)



Regards,

J.



Site: http://goo.gl/qcP7t

Jesse,



In the config.php, you have:


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




Just change those numbers until you are happy.



Also, I posted an addon at Addon: Display Features As A Dropdown - Third-Party Add-ons - CS-Cart Community Forums that might help you if you want to have the filters as a dropdown. The addon was for 2.2.3, but I have it working on a couple of 2.2.4 stores, so you should be good there.



Hope that helps,



Brandon

Thank you kind sir!,



I was indeed wondering where the “4” was originating from when I reviewed the code in product_filters.



thanks again BVD.



J.