Public snippet   |  Code orientation PHP  |   Tested for Magento version 1.4.0.1 Can be used in the product view.phtml
<?php

// Gets the Attribute Set Name

$attributeSet = Mage::getModel('eav/entity_attribute_set')->load($_product->getAttributeSetId());

$attributeSetName = $attributeSet->getAttributeSetName();

?>

Total snippets

158

Who's new

  • Naguripisto
  • Stolenfinche
  • anhreg
  • HamuroGTRx
  • almotaRom
 
Magento Code Snippets by the developers for developers :) | Established & Maintained by Branko Ajzele from ActiveCodeline