Hi,
Does the theme support an easy way to show Woo Commerce Product Category thumbnails to be displayed on a page using an element or something similar
Hey woogie07,
Thank you for the inquiry.
You can use the [product_categories] shortcode to display a grid of category thumbnails. If you’re using the Advanced Layout Builder (ALB), try inserting a Text or Code Block element, then place the shortcode.
[product_categories columns="3" ids="1,2,3" hide_empty="0" parent="0" orderby="name" order="ASC"]
Make sure to update the parameters based on your needs. For more info, please check the documentation below:
// https://woocommerce.com/document/woocommerce-shortcodes/product-category/
Best regards,
Ismael