# WooCommerce Product

### Make field selection from;

**Post & Product fields (WordPress, WooCommerce)**

* Title
* Title with link
* Content (product description)
* Excerpt (product short description)
* Featured Image
* Featured Image with link

**Product specific fields (WooCommerce)**

* **Gallery** - For the comment author email.
* **Price** - For the product price.
* **Regular price** - For the regular price of the product.
* **Sale price** - For the sale/discounted price of the product.
* **SKU** - For the product's stock keeping unit.
* **Stock status** - For the status of the product.
* **Stock quantity** - For the product stock quantity.
* **Weight** - For the weight of the product.
* **Length** - For the length of the product.
* **Width** - For the width of the product.
* **Height** - For the height of the product.
* **Featured** - To show if a product us featured or not.

### How to use it

Select **Product specific fields (WooCommerce)** or **Post & Product fields** (WordPress, WooCommerce) from the field *Group*, then select the *Field* from the dropdown.

{% hint style="info" %}
Continue reading on [how to add a thousand separator to the price](https://wplake.gitbook.io/advanced-views/display-content/pages/veRrcoJSaRioxdMyNjPM#can-i-add-a-comma-as-a-thousand-separator-e.g.-usd-1-000) field.
{% endhint %}

### Meta and Taxonomy filters (Pro)

Use any field from the 'Product Specific Fields (WooCommerce)' group as a Meta Filter. To filter products by featured status, use the Taxonomy Filter 'Product visibility' with the comparison set to 'Equal to' and the static term 'featured'.

### See it in action

[Visit the Playground](https://playground.wordpress.net/?blueprint-url=https://wplake.org/playground/advanced_views_lite-latest-101.json) and Navigate to Display Content > Product fields (Woo).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wplake.gitbook.io/advanced-views/display-content/woocommerce-product.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
