After some more investigation i see that if country has been changed to not your orginal country (by IP i guess..) then hikashop needs first to save guest information and then only you can go to next step.
1. Does hikashop checks and loads user country by default?
2. How can i go to next step without need to save country first?
I am using this to make address always opened:
<script>
window.hikashop.ready(function() {
window.checkout.submitBlock('login', <?php echo $this->step; ?>, <?php echo $this->module_position; ?>, 'hikashop_checkout_guest_logout=1');window.Oby.addClass(this, 'next_button_disabled'); return false;
});
</script>
and the issue is that if i choose diferent country then i am, i cant even go to next step because hikashop needs to save/close login view first...
Thanks