View Issue Details

IDProjectCategoryView StatusLast Update
0000685OXID eShop (all versions)2. ----- eShop backend (admin) -----public2012-12-10 14:22
Reportermichael_keiluweit Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.0.1.0 revision 15990 
Fixed in Version4.1.0 revision 17976 
Summary0000685: Incorrect date format and missing order id
DescriptionThe XML export in the backend -> Administer Orders -> Orders -> XML Export wrote a false date format in the exportfile. ( 09..2.10.0 )

Anymore is the order id in the exportfile missing.


-----


The date format should be like this: 10.03.2009
Steps To ReproduceBuy something in a testshop and create in the shop administer a XML export file. Between the tags <Datum></Datum> you can see the result.
TagsExport, Import
Attached Files
wrongdate.JPG (71,486 bytes)   
wrongdate.JPG (71,486 bytes)   
brokentag.JPG (15,646 bytes)   
brokentag.JPG (15,646 bytes)   
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

dainius.bigelis

2009-03-15 18:11

reporter   ~0000577

Reminder sent to: michael_keiluweit

Hi,

The date is correctly displayed for me:
  <Datum>15.03.2009</Datum>
  <Zeit>17:42:25</Zeit>

But the Order ID is missing.
@Developers: please fix to include Order ID in the exported XML file.

dainius.bigelis

2009-03-25 13:23

reporter   ~0000634

Reminder sent to: michael_keiluweit

Questions for implementing:
1. What title should be given for orderID tag?
2. And in what exact place it should be included?
3. The charset should always be like ISO-8859-15 ?

michael_keiluweit

2009-03-26 10:25

administrator   ~0000639

I tested it again, and the date is still wrong. (see at wrongdate.JPG).

1. The title should be "<Bestellnummer></Bestellnummer>".
2. The best place is at the top of the xml export data, because the orderID is the identifier of the order. Between the tags <?xml version="1.0" encoding="ISO-8859-15"?> and <Bestellliste>.
3. Yes.


I see a broken tag at the last line of the export data. It means "</Be>". (see at brokentag.JPG)