View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000941 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2009-05-26 17:04 | 2012-12-10 14:22 |
Reporter | fragarena | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.1.1 revision 18442 | ||||
Fixed in Version | 4.1.4 revision 21266 | ||||
Summary | 0000941: Street number is missing in export-file (xml) of orders | ||||
Description | Reproduceable in version 4.1.1 The street number (including the xml-tags) is missing in the export file. | ||||
Tags | Export, Import | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
|
Reminder sent to: fragarena street number is exported together with street name in xml file: <Strasse>street 10-1</Strasse> <PLZ>222</PLZ> <Ort>city</Ort> <Bundesland /> <Land>Deutschland</Land> however, street number does not have its separate xml tag. |
|
The street number is missing only for the delivery address. The billing address is correctly exported with the street number. |
|
Confirmed. Street number is missing for delivery address, only the street name is included. Please check also if Street Number needs separate xml tag and implement if needed. |