When users check the "Create an account?" checkbox at checkout, the password field does not display, and users are getting the corresponding error that the password is required to create an account.
To patch this for the time being, I have simply added
.create-account {
display: block !important;
}
to the checkout page. At least this will allow users to create an account at checkout.
What am I missing? I cannot for the life of me hook into the right classes to get the password field to show only when the "Create an account?" box is checked, and hidden if unchecked.
Please update to Salient Theme Version 8.5.6 and Salient VC 5.4.7.
If you are not seeing the Plugin Update Notification you need to uncheck the " Disable Theme Reccomended Plugin Notifications " Field in "Salient Theme Options Panel" -> General Settings -> "Toggle Theme Features" Section .
Hi.
When users check the "Create an account?" checkbox at checkout, the password field does not display, and users are getting the corresponding error that the password is required to create an account.
To patch this for the time being, I have simply added
.create-account {
display: block !important;
}
to the checkout page. At least this will allow users to create an account at checkout.
What am I missing? I cannot for the life of me hook into the right classes to get the password field to show only when the "Create an account?" box is checked, and hidden if unchecked.
Thanks so much!
Hey Again,
Please update to Salient Theme Version 8.5.6 and Salient VC 5.4.7.
If you are not seeing the Plugin Update Notification you need to uncheck the " Disable Theme Reccomended Plugin Notifications " Field in "Salient Theme Options Panel" -> General Settings -> "Toggle Theme Features" Section .
To get a list of Bug Fixes and new Feature addons in the Latest Theme update, the changelog can be viewed here : http://themenectar.com/changelogs/salient.html .
Update the theme by following this guide: http://themenectar.com/docs/salient/updating-salient/ .
Best.
ThemeNectar Support Team
Thank you, Tahir. Much appreciated.