Filtering Woocommerce Products using Store Product Filter
For the filter Store Product, the field name is provided. There are few types of setup lists. Below are the examples:
1. Brand Filter
To include the filter, you need to select Equal to. Basically, this will enable the brand filter from your store. This will optimize your search in your Shopify store.
For example:
(a) To add a single brand (Vendora)
(b) To add multiple brand (Vendora, Colo)
(c) To add brand with a comma in the name (ABC, Ltd)
(d) To add combination brand (Colo, ABC, Ltd) - Colo, "ABC, Ltd"
To exclude the filter, you need to select Not Equal to. In other words, it is the reverse of the include.

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 begins with ABC. For example, ABC-123, ABC134, ABC145, ABC-765 can use as ^ABC
(b) To exclude the SKU ends with 123. For example, ABC123, CDE123, GFR123, TUY123 can use as 123$
Updated on: 07/01/2025
Thank you!