setType('catalogrule/rule_action_collection'); } public function getNewChildSelectOptions() { $actions = parent::getNewChildSelectOptions(); $actions = array_merge_recursive($actions, array( array('value'=>'catalogrule/rule_action_product', 'label'=>Mage::helper('cataloginventory')->__('Update the Product')) )); return $actions; } }