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