Exemplo n.º 1
0
 /**
  * Add special action product attributes
  *
  * @param array $attributes
  */
 protected function _addSpecialAttributes(array &$attributes)
 {
     parent::_addSpecialAttributes($attributes);
     $attributes['type_id'] = Mage::helper('catalogrule')->__('Type');
 }