public static function getOrderingShippingMethodArray() { $itemOrdering = array(1 => Text::_('COM_PHOCACART_TITLE_ASC'), 2 => Text::_('COM_PHOCACART_TITLE_DESC')); return $itemOrdering; }