Hi
@Nicolas @Jerome
nico is using the latest version of Maximenu CK- Hikashop with the native integration
By my side in the code the url is generated like this
JRoute::_('index.php?option=com_hikashop&ctrl=category&task=listing&cid=' . $item->id . '&name=' . $itemalias . $itemid);
the $itemid is
'&Itemid=' . $hikashopitemid
which is an option where the user (nico) selects the menu item that points to a "categories listing" item
Let me know if there is anything to fix in the code of the plugin to be in accordance with the url management in Hikashop
CEd