There is an option in woocommerce-> products -> categories
to assign image for category.
I want to have icons(would be perfect if only from primary category)
to display under price on a single product page.
Can’t find appropriate code to use for that, can you help me with that?
That pretty simple actually, because product categories featured image ( if you have set one ) has been stored as terms meta, which could be retrieved by using
Here is an idea how you can do it. add the below snippet on your
your-theme/woocommerce/single-product/meta.php
.You might want to update the html structure for your needs.