- Naguripisto
- Stolenfinche
- anhreg
- HamuroGTRx
- almotaRom
<?php
// Gets the Attribute Set Name
$attributeSet = Mage::getModel('eav/entity_attribute_set')->load($_product->getAttributeSetId());
$attributeSetName = $attributeSet->getAttributeSetName();
?>