graschik / magento-2-checkout-login-step

This magento 2 module allows you to add the login step on the checkout page.
MIT License
14 stars 3 forks source link

Issue of hiding navigation bar #3

Open satykumar36 opened 3 months ago

satykumar36 commented 3 months ago

Hello brother, your repository have worked a lot for me and i am trying to analyse your repository from 4 day that how files are connected to each other. But i don't how you have make it worked without using checkout_index_index.xml file. The issue i am facing that it is taking full screen when going on checkout and the navigation bar gets hide because of the missing .xml file in your repository. And when i am putting .xml file then the step get correctly adjust and the navbar get visible, but then the content of login page is not showing and the url dont work correctly. Please can you please provide me the right code in which you have .xml file and the nav bar get visible.

graschik commented 3 months ago

Hello @satykumar36 All layout modifications are here: https://github.com/graschik/magento-2-checkout-login-step/blob/master/Block/Checkout/LoginStepProcessor.php You can read here how LayoutProcessor works https://m.academy/article/magento-checkout-layout-processors-jslayout/