> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.stock-sync.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# 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.

![](https://storage.crisp.chat/users/helpdesk/website/-/b/2/1/9/b219050a5836c000/image_187gmfg.png)

| 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.
![](https://storage.crisp.chat/users/helpdesk/website/-/b/2/1/9/b219050a5836c000/image_dcrdpw.png)

# 3. Category Filter

This enables the category filter for your store as a drop-down field, available by the corresponding category name.
![](https://storage.crisp.chat/users/helpdesk/website/b219050a5836c000/image_1am9mpg.png =690xauto)

# 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*`**
![](https://storage.crisp.chat/users/helpdesk/website/-/b/2/1/9/b219050a5836c000/8-sku-not-match_1q1so5e.png)

(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. 
![](https://storage.crisp.chat/users/helpdesk/website/-/b/2/1/9/b219050a5836c000/9-sku-match_4cbmhv.png)
