Sairon Posted October 21, 2022 Share Posted October 21, 2022 Hello, Does any one know how to fix this one? It appears when I try to disable the registration function on the checkout. Code: ->setRequired(true); /* if ($this->ask_for_password) { $format['password'] = (new FormField()) ->setName('password') ->setType('password') ->setLabel( $this->translator->trans( 'Password', [], 'Shop.Forms.Labels' ) ) ->setRequired($this->password_is_required); } */ if ($this->ask_for_new_password) { Website URL: http://www.savigynai.lt/ Link to comment Share on other sites More sharing options...
Sairon Posted October 22, 2022 Author Share Posted October 22, 2022 Any help would be appreciated. Link to comment Share on other sites More sharing options...
Rafael Social User Posted November 29, 2022 Share Posted November 29, 2022 Did you solve issue? I have same one. 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