Results 1 to 10 of 10
  1. #1
    Join Date
    Jun 2008
    Posts
    328
    Plugin Contributions
    0

    red flag DOB as a required field?

    It's not purely and advertising issue, but it seems that of all Zen Cart forums this is the one fits the most: It is not a technical issue (I know how to make any field required or not required), yet it has to do with putting potential customers off:

    Should the date of birth be a required field?

    Some web sites are required by law to verify purchaser's age (e.g. adult content, social networking, etc.). However, I have yet to see a technology store (hardware and/or software) that requires date of birth to register.

    I am interested to listen to others' opinion: Would making DOB a required field put off potential customers?

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: DOB as a required field?

    It wouldn't send me somewhere else, but it is an annoyance unless required by law, so I'd say get rid of it.

    Some sites collect that info to send birthday greetings, but I don't need a birthday card from some website I did business with once.

  3. #3
    Join Date
    Jun 2008
    Posts
    328
    Plugin Contributions
    0

    Default Re: DOB as a required field?

    Stevesh, thanks for your comment. It aligns with feedback I received from a small circle of beta testers for my web site.

    I must admit that I had a similar hunch, but I decided to leave the Zen Cart out-of-the-box defaults, thinking that there must have been a good reason for the Zen Cart packagers to make DOB a required field.

    I am now going to remove DOB as a required field.

  4. #4
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: DOB as a required field?

    Quote Originally Posted by zcnb View Post
    Stevesh, thanks for your comment. It aligns with feedback I received from a small circle of beta testers for my web site.

    I must admit that I had a similar hunch, but I decided to leave the Zen Cart out-of-the-box defaults, thinking that there must have been a good reason for the Zen Cart packagers to make DOB a required field.

    I am now going to remove DOB as a required field.
    I have had customer tell me they did not login and buy because they did not want to put their year of birth. How did you stop requiring DOB, but yet still offer it. I want to offer, but not make it a requirement.

    Better yet I would like to have DOB divided into groups like 18-24, 25-35, etc. But have not been able to find anything on the forum for it and no responses to thread I left.

    Thanks,
    Kim

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: DOB as a required field?

    Why don't you just setup the Date of Birth to NOT be required?

    In the Configuration ... Customer Details ... read the setting:
    Date of Birth
    Display date of birth field during account creation and with account information
    NOTE: Set Minimum Value Date of Birth to blank for not required
    Set Minimum Value Date of Birth > 0 to require

    true
    false
    Then go to the Configuration ... Minimum Values ... and set that correctly ...

    Next, edit the language file with your templates and overrides and change the '*' to '" on the require ...

    Now the field is optional ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #6
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: DOB as a required field?

    Quote Originally Posted by Ajeh View Post
    Why don't you just setup the Date of Birth to NOT be required?

    In the Configuration ... Customer Details ... read the setting:


    Then go to the Configuration ... Minimum Values ... and set that correctly ...

    Next, edit the language file with your templates and overrides and change the '*' to '" on the require ...

    Now the field is optional ...
    Where is the language file located?

  7. #7
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: DOB as a required field?

    Are you talking about...

    includes/languages/english.php?

    I could only find this for date of birth information.

    define('ENTRY_DATE_OF_BIRTH', 'Date of Birth:');
    define('ENTRY_DATE_OF_BIRTH_ERROR', 'Is your birth date correct? Our system requires the date in this format: MM/DD/YYYY (eg 05/21/1970)');
    define('ENTRY_DATE_OF_BIRTH_TEXT', '* (eg. 05/21/1970)');

    Which one do I change to '''?

    Thanks, Kim

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: DOB as a required field?

    If you remove the * then it would not be flagged visually as a required field ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #9
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: DOB as a required field?

    NOTE: leave the visual display of the format ... just take out the asterisk that would make the customer think the Date of Birth is required ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  10. #10
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: DOB as a required field?

    Quote Originally Posted by Ajeh View Post
    NOTE: leave the visual display of the format ... just take out the asterisk that would make the customer think the Date of Birth is required ...
    I left the visual display. Thank you for your help. Kim

 

 

Similar Threads

  1. Replies: 6
    Last Post: 24 Nov 2022, 08:51 PM
  2. DOB required
    By niccol in forum General Questions
    Replies: 4
    Last Post: 12 Apr 2011, 08:36 AM
  3. Remove the required field DOB?
    By Cheng in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 10 Oct 2007, 06:40 AM
  4. State Field Not Required During Registration but Required in Admin?
    By Stenrique in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 2 Jun 2007, 09:13 AM
  5. REMOVING FORM FIELD: DOB & Currancies updated- Aust
    By blind1 in forum Templates, Stylesheets, Page Layout
    Replies: 20
    Last Post: 20 Dec 2006, 06:12 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg