ok i see discrepencies now, what function is this supposed to be in? Is it supposed to be in here:
function onAfterDeleteUser($user, $success, $msg){
if($success===false) return false;
if(!include_once(rtrim(JPATH_ADMINISTRATOR,DS).DS.'components'.DS.'com_hikashop'.DS.'helpers'.DS.'helper.php')) return true;
$userClass = hikashop::get('class.user');
$user_id = $userClass->getID($user,'email');
Because i noticed the $user_id line, is different on the right side than what you posted on that thread. Should I replace that too? or is this the wrong line? I can't find the following second line specified in the thread you linked:
$user_id = $userClass->getID($user,'cms');
UPDATE:
I don't think I changed anything, but now it looks like it's working as well suddenly...strange. I'm seeing things today, lol. Thanks again for your help Nicolas