getAttribute(Mage_Catalog_Model_Product::ENTITY, 'group_price', 'apply_to')); if (!in_array(Mage_Downloadable_Model_Product_Type::TYPE_DOWNLOADABLE, $applyTo)) { $applyTo[] = Mage_Downloadable_Model_Product_Type::TYPE_DOWNLOADABLE; $installer->updateAttribute(Mage_Catalog_Model_Product::ENTITY, 'group_price', 'apply_to', implode(',', $applyTo)); }