View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004005 | OXID eShop (all versions) | 1.03. Basket, checkout process | public | 2012-05-07 10:45 | 2012-12-10 13:22 |
Reporter | tomas_liubinas | Assigned To | |||
Priority | high | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 4.6.2 revision 46646 | ||||
Summary | 0004005: Order creation time is not updated when order processing is complete | ||||
Description | Order saving time may take a few seconds. Currently order creation time is set to the begingin of order saving process. This is wrong as most likely we are interested in time when order was saved completely. Currently we have the following workflow: 1. Order record is created. 2. Order creation time is saved. 3. The rest of order processing is performed. (for a few seconds) 4. Order is marked as finished. Should be: 1. Order record is created. 2. Order creation time is saved. 3. The rest of order processing is performed. (for a few seconds) 4. ORDER CREATION TIME IS UPDATED TO CURRENT TIME 5. Order is marked as finished. | ||||
Tags | Order | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||