Price filter as drop-down OR as slider. This shortcode has 3 optional attributes
- type – slider, select,text
- additional_taxes – Example -> product_cat:9 – its like special expression to filter products with shortcode . shortcode should has the same condition in attribute taxonomies.
- placeholder – any text for drop-down type of price filter which is displayed in the first <option> of it.
[...]
Generates textinput on the site. Has only one optional attribute. Conditions of searching is on the settings page of the plugin which is accessible after activation of extension Searching by SKU
[...]
Generates textinput on the shop to search woocommerce products by text. Dev name is HUSKY. Can do searching by:
- title
- content
- excerpt
- meta fields
- taxonomies
Has next attributes:
- placeholder: just text for customers in the textinput
- behavior: what to search, accept next values: content, excerpt, content_or_excerpt, title_or_content_or_excerpt, title_or_content
- search_by_full_word: search by entire entered word or by its part. Values: 1 – by full word, 0 – by word part
- autocomplete: displays drop-down with results. Values: 1 or 0
- how_to_open_links: how open product page if to click on it in the results drop-down (autocomplete should me enabled). Values: 0 – in new window, 1 – in the same window
- taxonomy_compatibility: should searching look in products taxonomies names or not. values: 1 or 0
- sku_compatibility: should searching look in products SK [...]
Second main shortcode of the plugin. Its allows out products on pages of the site. All attributes of the shortcode is optional.
- per_page – products per page
- columns – how many products per row. Usually it is: 2,3 or 4. It depends of your theme ability and not from the WOOF!
- is_ajax – very power option. You can set it to 1 and your filter generated by will start works in AJAX mode!
- taxonomies – (optional) – you can define condition where set taxonomy and its term. Do not forget set the same condition in !
Example:
- behavior – only one value: ‘recent‘. Example:
- orderby – price-desc, price, popularity, rating, title, rand, date
- order – ASC or DESC
- custom_tpl – – if its necessary its possible out products in special custom template (where woof_tpls is folder inside wp theme folder or its child folder). Good feature for developers and [...]
Main shortcode for the WooCommerce Products Filter. Generates search form. Design: 1 page – 1 filter, not possible to place some filters on the same page.
Attributes
- sid – shortcode-identificator – uses for generating unique CSS class in main container of generated search form making unique design. Defined and basic sid in the plugin is ‘auto_shorcode‘. Customers and developers can create any sids and apply theirs own CSS styles.
It is possible change skins using next syntax: sid =”flat_grey woof_auto_3_columns” – where on the place of 3 can be integer from 1 to 4, and on the place of flat_grey can be: flat_grey or flat_dark.
- autohide – is search form for should be hidden (0) or shown (1) after page loaded
- autosubmit – allows auto-submiting of the search form even if its disabled in the plugin options page. Example:
- is_ajax – is generated searching form should works with AJAX [...]