> For the complete documentation index, see [llms.txt](https://wplake.gitbook.io/advanced-views/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wplake.gitbook.io/advanced-views/fields/woo-product-fields.md).

# Displaying WooCommerce Product fields

With Advanced Views, you can display [WooCommerce](https://wordpress.org/plugins/woocommerce/) Product fields everywhere: on the Product page, on the shop page, in the category template, or inside a widget.

## 1. How to display WooCommerce Product fields

1. [Create a new *Layout*](/advanced-views/getting-started/first-layout.md)
2. Add one or more fields listed below
3. Save the *Layout*, copy its shortcode
4. Paste the shortcode inside the target place

By default, fields are loaded from the current post, Product, or CPT item. If you need to display fields of another post, customize the [object-id shortcode argument](broken://pages/OVsiDsPFfS2DISIVmkoA), or define an inner field *Layout*. &#x20;

{% hint style="info" %}
Inside the *Layout,* you can mix fields from different providers and [customize the template](/advanced-views/layouts/code-fields/custom-template.md).
{% endhint %}

## 2. Supported WooCommerce Product fields

{% hint style="info" %}
WooCommerce Product is a Custom Post Type. This means, in addition to the specific product fields, you can display any field from the [WordPress Post fields](/advanced-views/fields/wordpress-fields.md) as well.&#x20;
{% endhint %}

1. [Gallery field](/advanced-views/field-types/media/gallery-field.md)
2. Price field
3. Regular price field
4. Sale price field
5. SKU field
6. Stock status field
7. [Stock quantity field](/advanced-views/field-types/content/number-field.md)
8. [Weight field](/advanced-views/field-types/content/number-field.md)
9. [Length field](/advanced-views/field-types/content/number-field.md)
10. [Width field](/advanced-views/field-types/content/number-field.md)
11. [Height field](/advanced-views/field-types/content/number-field.md)&#x20;
12. Featured field

{% hint style="success" %}
In Advanced Views, you can also display [other product fields](/advanced-views/fields/other-fields.md) added by any Woo add-ons.&#x20;
{% endhint %}
