프로그래밍 방식으로 사용자 정의 속성 세트에 사용자 정의 속성 추가
안녕하세요 누군가 도와 줄 수 있습니까? 맞춤 속성 집합과 맞춤 속성을 다음과 같이 만들었습니다. $installer = $this; /* @var $installer Mage_Eav_Model_Entity_Setup */ $installer->startSetup(); //Create Attribute set with Based on Default attribute set //$installer->removeAttributeSet(Mage_Catalog_Model_Product::ENTITY, 'New Attr Set'); /* $skeletonID=$installer->getAttributeSetId('catalog_product','Default'); $entityTypeId = Mage::getModel('catalog/product') ->getResource() ->getEntityType() ->getId(); //product entity type $attributeSet = Mage::getModel('eav/entity_attribute_set') …