Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1469706

    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

    #1469737

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.