public static function getOrderingOrdersArray()
{
$itemOrdering = array(1 => Text::_('COM_PHOCACART_DATE_ASC'), 2 => Text::_('COM_PHOCACART_DATE_DESC'), 3 => Text::_('COM_PHOCACART_ID_ASC'), 4 => Text::_('COM_PHOCACART_ID_DESC'));
return $itemOrdering;
}