public function type_category_feedHeader(&$options)
{
$data = array('class' => 'ph-upc', 'title' => 'COM_PHOCACART_FIELD_PRODUCT_CATEGORY_TYPE_FEED_LABEL', 'tool' => 'searchtools.sort', 'column' => 'a.type_category_feed');
return $this->renderHeaderColumn($data, $options);
}