KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: sreejagaths on January 20, 2020, 02:50:17 pm

Title: Best way to hold/get Order's Success Time
Post by: sreejagaths on January 20, 2020, 02:50:17 pm
Hello,
Whats the best way to get order's success time with enterprise konakart8.3?

There's a column, named date_finished, in order table but its always null.
Title: Re: Best way to hold/get Order's Success Time
Post by: Brian on January 30, 2020, 03:07:48 pm
Hi,

It depends what status you use to determine a successful order.

You could look for that status id in the orders_status_history table (for the orders_id in question) and then look at the date_added column for that record.