Jump to content

Tabs checkout-login-form active by default


Recommended Posts

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

  • 5 years later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...