Hi,
Sorry, I think I wasn't clear enough with my question. Everything is working fine now. I am talking now about customization itself.
What I need is to have login form always visible on the left and on the right to have switcher "guest" and "registration". New system is different and I can't figure it out....
As example I have changed login form div id :
<div id="hikashop_checkout_login_form_NEW_ID">
<h2><?php echo JText::_('HIKA_LOGIN'); ?></h2>
<?php
$this->setLayout('sub_block_login_form');
echo $this->loadTemplate();
?>
</div>
and login form is always visible. However it won't let me to login and throws error message as I would be trying to do guest checkout.
So I am looking where and how I should modify code so that login would work.
Thanks