The registration page of HikaShop has been added in 1.4.3 last week and the AcyMailing plugin wasn't yet adapted to it.
You can edit the file plugins/system/regacymailing.php via FTP and change the line
$components['com_hikashop'] = array('view' => array('checkout'),'viewvar' => 'ctrl', 'lengthafter' => 500 , 'tdclass' => 'key', 'email' => 'data\[register\]\[email\]','password' => 'data\[register\]\[password2\]');
by
$components['com_hikashop'] = array('view' => array('checkout','user'),'viewvar' => 'ctrl', 'lengthafter' => 500 , 'tdclass' => 'key', 'email' => 'data\[register\]\[email\]','password' => 'data\[register\]\[password2\]');
That will be included in next release of AcyMailing.