HUSKY - WooCommerce Products Filter Professional

[woof_front_builder]

From v.2.3.4/1.3.4 This shortcode allows to create filter form directly on the site front using special constructor. Here is the demo page where you can manage its options like the site administrator. Full syntax is:

  • name – is required parameter, and should be unique
  • popup_width and popup_height is just for your convenience when working with popup
When this shortcode is inserted will be appeared special button for the site administrator: Note: when making dev on front new filter form better disable dynamic recount to let the form redraw faster. After form is done – enable dynamic recount if necessary If to click on this button will appear moveable popup window where you can:
  • add filter section using top drop-down there
  • reorder added filter sections
  • set general settings for the filter
  • Also each filter element hast its own options :
  • All filter elements has tab ‘Layout‘ where it is pos [...]

[woof_mobile]

This shortcode adds a container to which mobile button is inserted. Mobile button appears on mobile devices to call hidden WOOF filter form and display it in compact mode convenient for mobile users. See the demo in your mobile device to understand: https://demo.products-filter.com/ (from v.2.2.5/1.2.5)   [...]

[woof_btn]

Allows to generate special button to show/hide search form. Displays a button to hide the filter. Works based on shortcode attribute ‘autohide‘. Example of using: Attributes: img_url – link to img for the button   [...]

[woof_step]

This shortcode allows create step by step filter wizard for your customers. Attributes:

  • by_step – main attribute in this shortcode where should be placed keys (click on additional button and see the title) of items which should be presented in the wizard. Sequence of keys has the sense! Keys can be taken from popups:    
  • redirect – page to which should be redirected user after wizard finish
  • next_btn_txt – text of Next button
  • prev_btn_txt – text of Previous button
  • filter_type – 1 or 2, wizard types, see the demo pages below
  • aut [...]

[woof_quick_search_results]

Should be activated extension: Quick Search

  • per_page – products per page
  • template_result – should be defined and there is is 5 predefined templates: list_1 | list_2 | list_3 | grid_1 | grid_2. Also is possible to create custom template (read below) and use it. Create folder ‘woof_qs_templates‘ in current WordPress theme -> drop there any predefined template which you you can find in wp-content\plugins\woocommerce-products-filter\ext\quick_search\views\templates OR download this custom template as an example -> customize css as you want -> in template_result attribute write value like: ‘custom/custom_1‘ – here first word ‘custom‘ must be, then ‘/‘ and then name of folder where teplate is placed
  • always_show_products – (1/0) show products always if 1, and if 0 – show products only if search request is going
  • template_structure – 5 fields which can be displayed [...]

[woof_quick_search]

Should be activated extension: Quick Search

  • preload – (1/0)if 1 its loads data file immediately after page loading, if 0 – only after user his start searching. By default is 1
  • placeholder – placeholder in the textinput
  • extended_filter – (1/0) By default is 0, but if to set 1 the shortcode will work only with shortcode which are inserted on the same page. All below attributes has the sense if shortcode is presented on the page!
  • price_filter – (1/0) shows price filter, by default 0
  • target – how to open products link, possible  values is: _blank (in new tab) and _self(in the same tab)
  • add_filters – plugging-in additional filters by taxonomies. Order of attributes/taxonomies inside has a sense. Possible view modes: . Syntax: drop-down:product_cat,multi-drop-down:pa_size. Attention: in free version 1.x.x its possible use only one taxonomy!
  • filter_title – possibility to use cu [...]

[woof_found_count]

Shows count of found products. Drop it in the usual text-widget with any text you need or use it in the hook woof_print_content_before_search_form. From: v.2.1.6   [...]

[woof_search_options]

Generates search navigation if search is going (red buttons). Has no options.   [...]

[woof_author_filter]

Filter by authors ID and represented as drop-down on the front of the site. To use this shortcode should be activated extension Searching by Author

  • placeholder  – (optional) – text for first drop-down option
  • role –  (optional) – any WordPress site role, for example: author
  • view – (optional) drop-down or checkbox (actual from v.2.1.7/1.1.7)
[...]