Hi,
It's normal that the menu alias is not used. Joomla can only replace component/NAME by the menu alias if the menu type correspond to a menu type of the component.
So to replace component/users in that URL, you would have to change the line:
global $Itemid;
to;
$Itemid = XXX;
where XXX is the id of a menu item of the user manager component of Joomla in the file components/com_hikashop/controllers/user.php and ht will use the alias of that menu item.
But it's not possible to use the menu item alias of the control panel of HikaShop there.