-- HikaShop version -- : 4.4.5
-- Error-message(debug-mod must be tuned on) -- : Notice: Undefined variable: type in /Users/Admin/www/groundshaker/administrator/components/com_hikashop/classes/address.php on line 26
Not really much to say, please declare the variable $type to prevent the notice. The only way to not display the message in frontend is setting joomla reporting to none.
The Url: I don't have a public url, but I assume you dont need one.
index.php?option=com_hikashop&view=address&layout=listing
The Culprit
administrator/components/com_hikashop/classes/address.php
line 26: $app->triggerEvent('onUserAddressesLoad', array( &$addresses, $user_id, $type) );