View Issue Details

IDProjectCategoryView StatusLast Update
0002902OXID eShop (all versions)1.05. Userspublic2012-03-09 18:19
Reportermkr Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Product Version4.4.8 revision 34028 
Summary0002902: MustFillFields and regestration
DescriptionWe have some problems on regestrations wit house numbers and MustFillFields.
If a customer live in a street without a house number, they like to enter a 0 as house number, but this results in a 'fillout neccessary fields' warning.

How to handle these scenario?

Instruct the customer to use an another character like '-'? -- possible problems with delivery company

Disable the housenumber MustFillFields? -- i do not like this

Or to change the validation code? -- but where?
  
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

dainius.bigelis

2012-03-05 15:44

reporter   ~0005887

Reminder sent to: mkr

Hi,

What is the default value in this case, when customer doesn't have house number?
Because probably, when paying with Credit Card or PayPal, the address should match on both sides. So in this case it's important what user would insert - "0" or "-" or something else. Most likely it should be the same as is inserted in Credit Card address info or PayPal.

mkr

2012-03-05 16:26

reporter   ~0005889

The default value is an empty string, but this is not compatible with the MustFillFields function. The value '0' is handled in same way as an empty string and this is the current problem.

I think to handle empty streetnr strings is to disable MustFillFields for oxstreetnr.

dainius.bigelis

2012-03-09 18:19

reporter   ~0005945

Reminder sent to: mkr

Hi,

eShop allows registration with "-" instead the Street name and the house number. We think that this is enough to handle such cases properly. So no more changes required from our side.