View Issue Details

IDProjectCategoryView StatusLast Update
0004005OXID eShop (all versions)1.03. Basket, checkout processpublic2012-12-10 13:22
Reportertomas_liubinas 
PriorityhighSeveritycriticalReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version4.6.2 revision 46646 
Summary0004005: Order creation time is not updated when order processing is complete
DescriptionOrder 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.
TagsOrder
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

vaidas.matulevicius

2012-05-29 16:46

reporter   ~0006693

Fixed, order time gets updated right before order gets marked as finished.