View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006395 | OXID eShop (all versions) | 1.05. Users | public | 2016-05-20 14:55 | 2016-05-23 09:28 |
Reporter | vschmi | ||||
Priority | low | Severity | feature | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Product Version | 4.9.8 / 5.2.8 | ||||
Target Version | Fixed in Version | ||||
Summary | 0006395: Gender dropdown only supports "Mr" and "Mrs" | ||||
Description | Hi, the salutation dropdown box in the registration form as well as the salutation options in the backend only support "Mr" and "Mrs". Whilst it is a common assumption that there are only two genders (so-called binary genders), more than those actually exist (called non-binary spectrum). Facebook, for example, has the option to specify a custom gender. I understand that it is hard to include all genders in a list, so I propose to include a third option so I propose to include "None" as a third option in the dropdown. Selecting this additional option could skip the salutation - or use a generic, gender-neutral one if desired. For our shop we aim to allow non-binary people to become customers without forcing them to choose a wrong gender when ordering our products. This reduces the percieved friction which has led to loosing a customer in the past. | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
MySQL Version | Not defined | ||||
|
Hi, this is not a bug, but rather a feature request. So I will change the severity to feature and priority to minor as this demand can be easily realized by adapting two files without adding PHP code. To have more salutations just add them to the languages (lang.php) files (use Mr and MRS as example) and also add them to the template salutation.tpl (application/views/azure/tpl/form/fieldset/salutation.tpl), too. The salutation field in the oxuser is type varchar with a length of 128. So there is enough space for longer words. |