View Issue Details

IDProjectCategoryView StatusLast Update
0000941OXID eShop (all versions)2. ----- eShop backend (admin) -----public2012-12-10 14:22
Reporterfragarena Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.1.1 revision 18442 
Fixed in Version4.1.4 revision 21266 
Summary0000941: Street number is missing in export-file (xml) of orders
DescriptionReproduceable in version 4.1.1

The street number (including the xml-tags) is missing in the export file.
TagsExport, Import
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

birute_meilutyte

2009-05-28 11:12

reporter   ~0000975

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.

fragarena

2009-05-28 13:52

reporter   ~0000979

The street number is missing only for the delivery address. The billing address is correctly exported with the street number.

dainius.bigelis

2009-06-01 08:59

reporter   ~0000994

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.