Not what I am looking for, let’s say I have an product attribute called Certification and the values can be “Declined” “Approved” or “In review” and on the product template I want to have a text that shows something linke
This product has been certified and in status In review
So the code would be something like
This product has been certified and in status [dhvc_woo_product_page_custom_field key=”pa_certification”]
Of crouse that doesn’t work but I think you understand what I am looking for