View Issue Details

IDProjectCategoryView StatusLast Update
0005690OXID eShop (all versions)1.03. Basket, checkout processpublic2014-06-18 12:16
ReporterWaldgeist 
PrioritylowSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.8.4 / 5.1.4 
Target Version4.9.0_5.2.0_beta1Fixed in Version4.9.0_5.2.0_beta1 
Summary0005690: user_billing.tpl include of salutation.tpl is missing $value2 - Resets form selection on incomplete registration
DescriptionThe file user_billing.tpl on line 26:
        [{include file="form/fieldset/salutation.tpl" name="invadr[oxuser__oxsal]" value=$oxcmp_user->oxuser__oxsal->value }]

Is missing: value2=$invadr.oxuser__oxsal

If a user registers for a new account and enters incomplete data, the form reloading will not keep the selection in the oxsal select. Once the $value2 is specified, the bug is fixed.
Steps To Reproduce1. In the checkout process select purchase without registration
2. Select Mrs. in the salutation dropdown
3. Enter the wrong data in one of the fields (something that is caught by the backend check, but not the javascript check)
4. See the selection of Mrs. being reset to Mr.
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

saulius.stasiukaitis

2014-06-18 12:16

reporter   ~0009977

Fixed in azure and mobile themes.