ITG Filter Easy is an Elementor widget for WooCommerce product filtering. It works as a sidebar filter — it does not output products itself, but modifies the existing WooCommerce Products widget output via URL parameters and pre_get_posts, with full AJAX support (no page reload).
Key features:
All settings are managed in WooCommerce ITG Filter (not in the widget itself). The widget only exposes the Products selector control.
Defines which filters appear in the widget and in what order. Drag rows to reorder.
Fields: Attribute, Display type (checkbox / radio / button / select / multiselect / range), Label, Heading, Open, Count, Sort, “All” option, Items, Hint.
Built-in filter types: Category, Price, Brand, Sort by, Stock, Sale, Text search. Product attributes (pa_*) are listed automatically.
Auto-filter, Hide empty, Shadow under group heading, Show hints, Group icon side, Group icon style, Brand currency, Exchange rate URL.
Shows the current plugin version and update source URL.
itg_flt_defaults — Override default settings valuesitg_flt_settings — Filter the full settings array after loadingitg_flt_brand_currency — Override the currency code for a brand termitg_flt_pivot_rate — Override the exchange rate for a currency codeitg_flt_converted_price — Filter the final converted priceitg_flt_convert_price_enabled — Disable price conversion for specific productsitg_flt_allowed_orderby — Add custom orderby values to the whitelistitg_flt_sanitize_params — Post-process sanitized filter parametersitg_flt_tax_query — Modify tax_query before it is applied to WP_Queryitg_flt_meta_query — Modify meta_query before it is applied to WP_Queryitg_flt_filtered_counts — Post-process the faceted term counts arrayitg_flt_ajax_query_args — Modify WP_Query args before the AJAX product query runsitg_flt_ajax_response — Modify the AJAX JSON response before it is sentitg_flt_price_range — Override the computed min/max price range for the slideritg_flt_price_range_cache_ttl — Change the transient cache lifetime for the price rangeitg_flt_script_data — Add extra data to the JS object passed to the frontend script