Page 1 of 1
How to remove form fields?
Posted: Sat May 15, 2010 4:12 pm
by peecha85
How to remove 'Fax', 'Company' and 'Address 2' fields from "Create Account"?
Thanks!
Re: How to remove form fields?
Posted: Thu May 20, 2010 1:44 am
by peecha85
still no answers? really this is not possible?
Re: How to remove form fields?
Posted: Thu May 20, 2010 2:00 am
by Qphoria
remove them from the tpl
catalog/view/theme/default/template/account/create.tpl
&
catalog/view/theme/default/template/account/address.tpl
Be sure you are only removing non-required fields. If removing required fields you will need to make additional changes
Re: How to remove form fields?
Posted: Thu May 20, 2010 8:07 pm
by peecha85
thanks
Re: How to remove form fields?
Posted: Mon Sep 20, 2010 9:12 pm
by peecha85
and how to remove required fields?
100% of my customers come from Latvia, so there is no need for country selection field. also I want to remove Region/State field. I have free deliveries so I don't need Geo zones.
Thanks!
upd.
found myself- all I did was comment <!-- on these fields, and now they don't appear anymore
Re: How to remove form fields?
Posted: Mon Mar 21, 2011 9:46 am
by Chriswl
I followed this
remove them from the tpl
catalog/view/theme/default/template/account/create.tpl
&
catalog/view/theme/default/template/account/address.tpl
to remove the address fields and when I tried to sign up on my store, I got huge errors at the top of my store? What is the correct way to remove the address, city, state, etc.
Re: How to remove form fields?
Posted: Mon Mar 21, 2011 1:32 pm
by qahar
You need to make a modification on controller/account/create.php (find related post & error handler)
And also model that mentioned on that controller.
Re: How to remove form fields?
Posted: Mon Mar 21, 2011 5:10 pm
by openmycart.com
I posted the similar thing in
http://forum.opencart.com/viewtopic.php?f=20&t=28155, You can follow the steps
How to remove fields at account sign up
Posted: Thu Mar 24, 2011 10:24 pm
by Chriswl
I have a template I'd like to configure in my opencart. I like to make it to where customers will only need to sign up with an email and password. How to remove first and last name, address, state, zip, post region from my account sign up page. I have been reading everywhere on this and have tried just about anything but I don't see how to fix this. I wish someone had the scripts that I could just throw in or if there is someone who can configure my store the way I like it because I have been trying for a month. Please help. Thanks
Re: How to remove form fields?
Posted: Sun Jul 31, 2011 2:13 am
by giacomoprimo
Hello everybody, and now, whit opencart 1.5.1.1 How to remove 'Fax', 'Company' and 'Address 2' fields from "Create Account"?
Thanks
Re: How to remove form fields?
Posted: Sun Jul 31, 2011 9:31 am
by SapporoGuy
@ short login
There is a guest login feature. You might be able to get away with that.
@ 1.5
Follow the recommendations above.
@ forms
Basically what has been suggested is the way to do this. There is no magic button to allow you to choose what fields to turn on/off.
Re: How to remove form fields?
Posted: Thu Aug 04, 2011 6:47 pm
by giacomoprimo
Thank you very much!!!