Closed (won't fix)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Checkout
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 May 2012 at 08:42 UTC
Updated:
3 Jun 2013 at 18:24 UTC
In commerce_reports, we use the "created" timestamp on an order to produce sales reports. This is better than the other alternative, changed, which could be anything (moving from processing to completed for example). The problem with this is when someone creates an order 3 days ago and finally checks out, the sale goes into the report from 3 days ago. Ideally we'd store the checkout -> processing timestamp in the core schema ...
Comments
Comment #1
rszrama commentedI configured this through Rules for my eCommerce site: http://www.bywombats.com/blog/01-24-2012/updating-completed-order-timest...
Comment #2
aidanlis commentedBrilliant, that will do
Comment #3
rszrama commentedClosing this particular issue out in favor of my recommendation above, and I'm pretty sure there's another issue open elsewhere for figuring out how to better track these state transitions in 2.x.
Comment #4
imiksuPlease consider to have completed timestamp column in 2.x :)
Nice post btw! Thanks!
Comment #5
rszrama commentedI think they're in the roadmap as "revision tagging".