j.turpin Posted April 24, 2018 Share Posted April 24, 2018 Hello In presta 1.7 - checkout/_partials/steps/personal-information.tpl is there a way to set login form tab active by default ? In the .tpl there is if $show_login_form}active{/if} on items list .. but i can't find in B.O where to set parameters ... Thank you. Link to comment Share on other sites More sharing options...
tdsoft Posted April 24, 2018 Share Posted April 24, 2018 Hi, you can change this setting in file classes\checkout\CheckoutPersonalInformationStep.php Line 36 change private $show_login_form = false; to private $show_login_form = true; Link to comment Share on other sites More sharing options...
pelleringa Posted June 9, 2023 Share Posted June 9, 2023 You can do it by doing the following {assign var=show_login_form value=true} at the top of prestashop/themes/yourtheme/templates/checkout/_partials/steps/personal-information.tpl under the {extends file='checkout/_partials/steps/checkout-step.tpl'} line Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now