public static function getAdditionalHitsType($type)
{
switch ($type) {
case 2:
return Text::_('COM_PHOCACART_SEARCH_TERM');
break;
case 1:
default:
return Text::_('COM_PHOCACART_PRODUCT_VIEW');
break;
}
}