Articles on: WooCommerce

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.



For example: If you have 10 brands and you want to include 9 brands. Instead of doing that, you could easily exclude just 1 of them which is much simpler. The way to use it is similar to include as well.


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

Was this article helpful?

Share your feedback

Cancel

Thank you!