Zen Cart Logo
Forums / General Questions / new account - required fields

new account - required fields

Locked

Views: 1,708

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
19 Jul 2006, 11:32 AM
#1
stephan avatar

stephan

New Zenner

Join Date:
May 2006
Posts:
18
Plugin Contributions:
0

new account - required fields

Hi i was wondering if there was an easy way to select which fields are required upon creating a new account. i know in the admin you can select to not show certian fields but i want to keep the state/province field just make it an un required field. if that makes sense.

thank to anyone that can help.

P.S. i think zencart is an excellent cart and compared to others ive used/seen its far better than any of them.

19 Jul 2006, 5:47 PM
#2
superprg avatar

superprg

Totally Zenned

Join Date:
Feb 2006
Location:
Chicago
Posts:
1,349
Plugin Contributions:
0

Re: new account - required fields

Yes, it is possible
You would have to make changes in
\zen\includes\modules\pages\create_account\header_php.php

20 Jul 2006, 9:22 AM
#3
stephan avatar

stephan

New Zenner

Join Date:
May 2006
Posts:
18
Plugin Contributions:
0

Re: new account - required fields

thanks.

I ended up searching for the field name and just commenting out each occurance as it appears in a few different locations. but cheers for giving me a good place to start !

20 Jul 2006, 10:53 AM
#4
superprg avatar

superprg

Totally Zenned

Join Date:
Feb 2006
Location:
Chicago
Posts:
1,349
Plugin Contributions:
0

Re: new account - required fields

stephan:

thanks.

I ended up searching for the field name and just commenting out each occurance as it appears in a few different locations. but cheers for giving me a good place to start !

Make sure you test it thoroughly because there are lots of dependencies involved and you never know when your cart start to behave badly!