Hi,
Thank you for your feedback. We modified the URLs there to better manage the menu item being used and we made a typo for the URL of the popup while doing that.
Change the line:
'url' => hikashop_completeLink('cart&task=share=&cart_id='.$cart->cart_id.'&Itemid='.$Itemid, true),
to:
'url' => hikashop_completeLink('cart&task=share&cart_id='.$cart->cart_id.'&Itemid='.$Itemid, true),
in the file components/com_hikashop/views/cart/view.html.php and it will fix the problem.
We've also included that patch on our end. So you can also download again the install package of the 4.7.5 on our website and install it on yours to get the patch.