View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003439 | OXID eShop (all versions) | 1.05. Users | public | 2011-12-15 15:44 | 2012-11-08 16:29 |
Reporter | tjungcl | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.5.5 revision 40299 | ||||
Fixed in Version | 4.8.0_5.1.0_beta1 | ||||
Summary | 0003439: password match validation (oxinputvalidator.js) not working in checkout-process | ||||
Description | When y user creates a new account during step 2 in checkout, the password-match validation doesnt work. that is because of a very restrictive jquery path: var oForm = $( oInput ).parent(oOptions.listItem).parent(oOptions.list).parent(oOptions.form); that doesnt exist in this case. var oForm = $( oInput ).closest(oOptions.form); should do the trick. | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||