I’d like to get the name of the Attribute Set that is related to a product.
In fact, I need it whenever a producta are displayed as a list and whenever a product is displayed as such.
BTW: I found out that there is a getAttributeSetId() method on the product class that is working fine.
$_product->getAttributeSetId()
Now, given the Id how would I get the Attribute Set Name ???