Upload by Pitter
3.5/5
- 12 Sales
WOOF – WooCommerce Products Filter – is a WooCommerce plugin that allows you filter products by products categories, products attributes, …
v.2.2.8 - June 20, 2022 - heap of small CSS fixes - fix for the text search Husky - new option: "Image for autoform toggle" - new value for option "Skins for the auto filter": Flat white (1 column) v.2.2.7 - May 31, 2022 - heap of small fixes - https://products-filter.com/update-woocommerce-products-filter-v-2-2-7/ v.2.2.6.4 - January 14, 2022 - fixed: is_ajax function is deprecated since woocommerce version 6.1.0. Replace with wp_doing_ajax. v.2.2.6.3 - December 23, 2021 - 1 security issue fixed thanks to Erwan from WPScan v.2.2.6.2 - December 07, 2021 - 1 security issue (sanitizing) v.2.2.6.1 - November 22, 2021 - 1 security issue fixed thanks to patchstack.com v.2.2.6 - October 29, 2021 - new admin panel design - SEO links extension - https://products-filter.com/update-woocommerce-products-filter-v-2-2-6/ v.2.2.5.6 - August 03, 2021 - fixed wp 5.8 widget issue - https://products-filter.com/update-woocommerce-products-filter-v-2-2-5-6/ v.2.2.5.5 - July 28, 2021 - 2 middle fixes v.2.2.5.4 - June 24, 2021 - code refactoring for Envato new requirements v.2.2.5.3 - April 01, 2021 - some little fixes v.2.2.5 - March 18, 2021 - https://products-filter.com/update-woocommerce-products-filter-v-2-2-5/ v.2.2.4.2 - December 09, 2020 - jQuery code fix for WordPress 5.6 compatibility v.2.2.4 - April 16, 2020 - https://products-filter.com/update-woocommerce-products-filter-v-2-2-4/ v.2.2.3 - September 23, 2019 - https://products-filter.com/update-woocommerce-products-filter-v-2-2-3/ v.2.2.2.1 - 07-11-2018 - 1 hot fix with redirecting from single page to shop page. Reset site cache as js/front.js and js/front_comprssd.js file was changed!! v.2.2.2 - 29-10-2018 - https://products-filter.com/update-woocommerce-products-filter-v-2-2-2/ v.2.2.1 - 20-06-2018 - https://products-filter.com/update-woocommerce-products-filter-v-2-2-1/ v.2.2.0 - 06-03-2018 - https://products-filter.com/update-woocommerce-products-filter-v-2-2-0/ v.2.1.9 - 09-02-2018 - compatibility fixes for woocommerce 3.3.x v.2.1.8 - 03-12-2017 - https://products-filter.com/update-woocommerce-products-filter-v-2-1-8/ v.2.1.7 - 24-04-2017 - https://products-filter.com/update-woocommerce-products-filter-v-2-1-7/ v.2.1.6.1 - 06-12-2016 - 8 little fixes - new option for taxonomy range Slider - "Enable dynamic recount" v.2.1.6 - 04-11-2016 - https://products-filter.com/update-woocommerce-products-filter-v-2-1-6/ v.2.1.5.1 - 09-07-2016 - 1 hot fix v.2.1.5 - 08-07-2016 - Some little bugs fixed reported from customers - 2 Security Vulnerability issues fixed - thanks to pluginvulnerabilities.com - Adopting to WooCommerce 2.6.x - New attribute tax_exclude: [woof tax_exclude='pa_size,pa_test'] - New hook filter 'woof_use_chosen' - New hook filter 'woof_main_query_tax_relations' added, wacth more here: https://drive.google.com/file/d/0B4zUhfhZlonlNkVXMEZIdUxlWFU/view?usp=sharing - Toggle improvement based on request from https://wordpress.org/support/topic/toggle-open-them-all?replies=3 - Disable the tooltips option for the color filter only - New hook filter 'woof_text_autocomplete_items' - how many founded items mto show if text autocomplete mode enabled - Links to posts in suggestion - new option for text search if autocomplete enabled - A lot of minor improvements in the code v.2.1.4.2 - 16-05-2016 - Fixed 2 bugs with terms ordering and non-latin characters - In the bundle added new extension "Color 2" for WPML lang sites v.2.1.4.1 - 31-03-2016 - Fixed 1 bug with hiding terms from options v.2.1.4 - 29-03-2016 - Fixed bugs from customers - A lot of the code has been remade - Extension installation functionality from backend is added and its API is finished and can be used in production - Using default extension php developers can create: types of filter elements using any custom html templates, any products loop templates - Possibility to write custom templates for woocommerce products loop using extensions - Improved SKU searching for variable products and autocomplete added add_filter('woof_text_autocomplete_items', function($count){ return 2; }); (enabled optionally from admin panel) - Improved by Text searching and autocomplete added add_filter('woof_sku_autocomplete_items', function($count){ return 2; }); (enabled optionally from admin panel) - Improved InStock searching for variable products - Toggles for taxonomies on the front added - New attribute: [woof_author_filter role="author"] - New attribute: custom_tpl for [woof_products]. Example: [woof_products custom_tpl='themes/twentytwelve/woo_tpl_1.php' per_page=8 columns=3 is_ajax=0 taxonomies=product_cat:9] - New attribute: [woof_products get_args_only=1] - possibility get array of arguments only - New attribute: [woof excluded_terms="33,44,55,66,77"] - New attribute: [woof_products predict_ids_and_continue=1] [woof_products_ids_prediction taxonomies=product_cat:8] - use for AJAX mode only for correct price range slider work - New option: Range-slider skin - tab Design - New option: Init plugin on the next site pages only - tab Advanced - New option: <strong>In the terms slugs uses non-latin characters</strong> - from now doesn matter which language uses in slug names - tab Advanced - New hook added: add_filter('woof_title_tag', function($tag){ return 'h3'; }); - New hook added: add_filter('woof_widget_title_tag', function($tag){ return 'h3'; }); - New hook added: $price_slider_html = apply_filters('woof_price_slider_html', $price_slider_html, $price_slider_data); - New hook added: $orderby = apply_filters('woof_get_terms_orderby', $taxonomy); - New hook added: $order = apply_filters('woof_get_terms_order', $taxonomy, $orderby); v.2.1.3.4 - 28-01-2016 - Image extension added v.2.1.3.1 - 04-01-2016 - Hot fix for 1 js error v.2.1.3 - 03-01-2016 - Fixed bugs from customers - The backend design is changed - New wp filter: $wr = apply_filters('woof_products_query', $wr); in [woof_products] - New attributes added: [woof tax_only='pa_color,pa_size' items_only='by_text,by_author'] - https://products-filter.com/documentation/#!/hierarchy-drop-down - Color type improved, now its possible set background image too - Search by text: by excerpt, by content OR excerpt, by title OR content OR excerpt - Added new shortcode: [woof_text_filter] - Added new shortcode: [woof_author_filter] - Added new shortcode: [woof_search_options] - Improved shortcode: [woof_price_filter type="slider"] //slider,select - Improved shortcode: [woof_products behaviour='recent' per_page=12 columns=3] - Improved shortcode: [woof redirect="xxx" autosubmit=1] - Improved shortcode: [woof redirect="http://www.my-site.com/" autosubmit=1 ajax_redraw=1 is_ajax=1 tax_only="locations" by_only="none"] - new attributes - tax_only,by_only,redirect - Disable swoof influence option - Custom front css styles file link option - Additional text in the widget optionally - Additional options in the widget optionally - Custom extensions possibility implemented - Show helper button option v.2.1.2 - 15-09-2015 - Fixed minor issues from customers - Added: Search by SKU - Added: Filter by price as drop-down - Added shortcode: [woof_title_filter placeholder="custom placeholder text"] - Added shortcode: [woof_price_filter additional_taxes="product_cat:9" placeholder="custom placeholder text"] - Added shortcode: [woof_sku_filter placeholder="custom placeholder text"] - the color description selectable so that it can be highlighted and pasted into colour selector by the term description textarea - Added condition attribute 'taxonomies': [woof taxonomies=product_cat:9 sid="auto_shortcode"][woof_products is_ajax=1 per_page=8 taxonomies=product_cat:9] - Added: the “eyeball” search icon image - can be changed in the plugin settings -> tab Miscellaneous - Added: dynamic recount cron cache periods of cleaning - Added: option - Hide woof top panel buttons - Added: option - storage type: session or transient - Added: option - Hide terms count text - PHP code optimization v.2.1.1 - 15-07-2015 - Fixed couple of bugs 1 strict notice - added compatibility for WOOCS 2.0.9 v.2.1.0 - 26-06-2015 - Fixed couple of bugs 1 critical bug - added submit button in textinput for searching by title by JavaScript - Added option: ability to change 'Search slug' in the WOOF plugin options - ? ??? - Added option: placeholder optionally for search by title textinput - Compatibility: Display Product for WooCommerce, partitional only, read: https://products-filter.com/display-product-for-woocommerce-compatibility/ v.2.0.9 - 19-06-2015 - Fixed couple of bugs - Added option: Image for subcategories - open - Added option: Image for subcategories - close - Added option: Loading word - tab miscelanous - Added option: Reset button text - option none - Added option: Image for checked color type checkbox - Added option: Price filter title text - Added option: Overlay skin - experimental - Added option: Use icheck - mode 'none' - Added option: woof_is_mobile - variable for developers for mobile view - Added option: Show button for "Filter by price" - Compatibility: WooCommerce Products Per Page v.2.0.8 - 26-05-2015 - Fixed couple of bugs - Compatibility: WooCommerce Currency Switcher v.2.0.7 - 21-05-2015 - Release of the premium version
If this is a plugin and the theme must be unzipped then upload. If it’s PHP script or Android source code and other items then check the docs file available on the zip file.
For info write to: [email protected]
Access to all plugins and themes including all future releases
Updates:-
Support:-
₹166.73
No account yet?
Create an AccountIf payment gateway not working. Kindly pay by manually: Pay Now Dismiss
We do not grant any licenses for GPL Items. Some products may require an activation key for full functionality, while others may already be activated and nulled.
GPL-licensed products on Maxkinon Marketplace do not come with a license key, as per the terms of the GPL License.
6 reviews for WOOF – WooCommerce Products Filter
Very fast delivery.
I need update version.
I need Installation support.
No need activation code. Really awesome
Required update version.