Hi,
I don't have this error on your website, I think that you changed the configuration.
The problem come when you use the switcher method ?
If it is, there is a small modification to make in the "media/com_hikashop/js/hikashop.js" file.
Replace:
var simplified_pwd = document.getElementById('data[register][registration_method]3');
var simplified = document.getElementById('data[register][registration_method]1');
var guest = document.getElementById('data[register][registration_method]2');
By:
var simplified_pwd = document.getElementById('data_register_registration_method3');
var simplified = document.getElementById('data_register_registration_method1');
var guest = document.getElementById('data_register_registration_method2');