For the complete documentation index, see llms.txt. This page is also available as Markdown.

Displaying WooCommerce Product fields

Advanced Views natively supports 10+ WooCommerce Product field types.

With Advanced Views, you can display 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. Add one or more fields listed below

  2. Save the Layout, copy its shortcode

  3. 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, or define an inner field Layout.

Inside the Layout, you can mix fields from different providers and customize the template.

2. Supported WooCommerce Product fields

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 as well.

  1. Price field

  2. Regular price field

  3. Sale price field

  4. SKU field

  5. Stock status field

  6. Featured field

Last updated