Could you remove that modification and try instead to add the code:
if(JRequest::getInt('popup') && JRequest::getVar('tmpl')!='component'){
$class = hikashop::get('helper.cart');
$this->init();
$class->getJS($this->params->get('url'));
$doc =& JFactory::getDocument();
$js = '
do_nothing( function() {
SqueezeBox.fromElement(\'hikashop_notice_box_trigger_link\',{parse: \'rel\'});
});
';
$doc->addScriptDeclaration("<!--\n".$js."\n//-->");
}
after the line:
if(method_exists($this,$function)) $this->$function();
in that same file and try again ?