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