Hi,
Could you try to edit the file "filter" of the view "product" via the menu display->Views and change the line:
if(!empty($this->params) && $this->params->get('module') == 'mod_hikashop_filter' && empty($this->currentId)){
to:
if(!empty($this->params) && $this->params->get('module') == 'mod_hikashop_filter' && empty($this->currentId) && (!JRequest::getVar('option','')=='com_hikashop')|| !in_array(JRequest::getVar('ctrl','product'),array('product','category')||JRequest::getVar('task','listing')!='listing')){