Yes, in the mean time, it seems that you changed your menus. It's now the menu with the id 360 that we would like to see.
I dug a bit in the code and might have an idea as to why it doesn't work properly, but it might actually not change anything. So you can try to add the code
if(empty($cid)){
$params = new stdClass();
$module = hikashop_get('helper.module');
$module->initialize($params);
$cid = $params->params->get('selectparentlisting');
}
after the code
$cid = hikashop_getCID('category_id');
in the file components/com_hikashop/views/category/view.feed.php and that might solve the problem. But it could be something else and thus not change anything for you.
Knowing how you setup your menu would help.