public static function getCheckoutRoute($id = 0, $catid = 0)
{
$needles = array('checkout' => '', 'item' => (int) $id, 'category' => (int) $catid, 'categories' => '', 'items' => '');
$link = 'index.php?option=com_phocacart&view=checkout';
return self::_buildLink($link, $needles);
}