View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000685 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2009-03-10 07:52 | 2012-12-10 14:22 |
Reporter | michael_keiluweit | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.0.1.0 revision 15990 | ||||
Fixed in Version | 4.1.0 revision 17976 | ||||
Summary | 0000685: Incorrect date format and missing order id | ||||
Description | The 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 Reproduce | Buy something in a testshop and create in the shop administer a XML export file. Between the tags <Datum></Datum> you can see the result. | ||||
Tags | Export, Import | ||||
Attached Files | |||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||
|
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. |
|
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 ? |
|
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) |