View Issue Details

IDProjectCategoryView StatusLast Update
0004718OXID eShop (all versions)1.03. Basket, checkout processpublic2012-12-10 13:22
Reporterd3 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version4.8.0_5.1.0_beta1 
Summary0004718: uninformative error message in order process with an new required field
DescriptionIf new required oxuser field is set, the error message is very uninformative:
de "Bitte Wert angeben!"
en "Specify a value for this required field."

in azure theme, the user have no hint what to do.

1. open the formular and mark the required fields (same way as the user click on "change" and submit the formular)
2.a make a better error message like:
    "Please fill out all required fields, click on change..."
2.b or:
    "Please fill out all required fields: oxuser__oxfon..."
2.c prepare translation for this message:
    "Please fill out all required fields: telefonnumber..."

A new customer can see what field is missing.
But with an existing account, the required field is not highlighted.
Steps To ReproduceInstall a shop.
Register a new user an let oxuser__oxfon empty.
Go in admin and add oxuser__oxfon to the confarrs[aMustFillFields] array.
Add an article to basket and got to step 2.
Click on 'continue to next step'.

error message appears.
TagsOrder
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Relationships

related to 0005661 resolvedSven Brunk To many errors if birthday is a required field (noscript) 

Activities

andrius.silgalis

2012-11-28 08:45

reporter   ~0008006

User form will get expanded and required field to fill in will be highlighted and clearly visible.