View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001425 | OXID eShop (all versions) | 1.03. Basket, checkout process | public | 2009-10-27 17:50 | 2012-12-10 13:23 |
Reporter | tjungcl | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.2.0 revision 23610 | ||||
Fixed in Version | 4.3.0 revision 26948 | ||||
Summary | 0001425: Address fields entity-encoding loop (&) | ||||
Description | - put something to basket an check-out, (option 1) - now enter "a&b" to every possible field, click next - go back to step 2 -> "a&b" in fname, lname, addinfo, company. -> "a&b" in all other fields - click next, and go back again -> "a&b" in all other fields and so on. Tested in your demoshop with FF 3.5 + Opera 10. Already happens in Oxid 4.1.3 UTF-8. | ||||
Additional Information | Quickfix: oxcmp_oxuser.php replace $aRawVal = array(... with $aRawVal = true; That activates raw-mode for the whole address, instead only listed fields. | ||||
Tags | Order | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
related to | 0002588 | resolved | arvydas_vapsva | Entity encoding loop |