How to Create a Page That Displays All WooCommerce Categories

Hi! I want to create a page that displays all my WooCommerce product categories, What’s the best way to do this? Appreciate any help or guidance you can share!

Hi Kelly,

Thanks for reaching out.
You can enable the Looper Provider to any Column set it to the All Terms, and select Product Categories as Taxonomy. Then add a Text element enable the Looper Consumer to it, and add the following content to get the Product Categories name with the link.

<a href="{{dc:term:url}}">{{dc:term:name}}</a>

Hope it helps.
Thanks