violinparts Posted August 24, 2017 Posted August 24, 2017 How can I remove birth of date in account registration?
violinparts Posted August 24, 2017 Author Posted August 24, 2017 Ok. I got it through google search. Hope it won't be included in your coming 1.1.X versions. No question, it irks online buyers.
30knees Posted August 24, 2017 Posted August 24, 2017 Agree - there should be a setting to deactivate it in the backend.
alwayspaws Posted December 3, 2017 Posted December 3, 2017 @violinparts I just Googled it. What is the link to the solution you used, please?
bzndk Posted December 4, 2017 Posted December 4, 2017 The solution is to go in to the tpl file and actually just remove the DOB part :) quite easy.
bzndk Posted December 4, 2017 Posted December 4, 2017 alwayspaws if i recall right you are using transformer theme you can actually just use CSS to hide the fields :) Go to Modules >> Theme editor >> Custom Codes >> And add this below to Custom CSS Code .account_creation .date-select { display: none; } Since DOB is not required field this should not give any issues at all.
alwayspaws Posted December 4, 2017 Posted December 4, 2017 @bzndk Yes, you have perfect recall. :) The custom code for my transformer theme works perfectly! No more having customers face the date of birth question. :) Thank you.
bzndk Posted December 4, 2017 Posted December 4, 2017 @alwayspaws glad to hear :) It's just the easy way of removing the fields with out changing the tpl files hehe :)
alwayspaws Posted December 4, 2017 Posted December 4, 2017 @bzndk Exactly what I needed. I’ll take it as an early Christmas present :-)
alwayspaws Posted December 4, 2017 Posted December 4, 2017 @bzndk I'm glad, too, because googling some of these things can make a person's eyes glaze over. :)
Baarssen Posted December 4, 2017 Posted December 4, 2017 Even when you dont use the transformer theme its thanks to our great platform very easy. Just go to preferences>custom code and paste the css code: https://www.screencast.com/t/1mC6IAB9qe
alwayspaws Posted December 4, 2017 Posted December 4, 2017 Yes, @Baarssen our thirty bees platform is terrific!
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