Filtering Woocommerce Products using Store Product Filter
The field name is provided for the Store Product filter. Examples are shown below.
1. Brand Filter
This will include/exclude the brand for certain products from your store. It is a drop down field, the option is available as the corresponding brand.
2. Tags Filer
This will include/exclude the tags for certain products from your store. It is a drop down field, the option is available as the corresponding tags.
3. Category Filter
This enables the category filter for your store as a drop-down field, available by the corresponding category name.
4. SKU (Variant's SKU) Filter
This filter allows you to include or exclude SKUs by entering them into the field, separated by commas for multiple values. While it doesn't support wildcards, it does support REGEX.
For example:
(a) To include the SKU with starting letter ABC. For example, ABC-123, ABC134, ABC145, ABC-765 can use as ABC*
(b) To include the SKU contain with ABC. For example, ABC123, 456ABC, 123ABC456 can use as *ABC*
It will take any SKUs that contain ABC letter.
Updated on: 30/09/2025
Thank you!