|
hi
It's not easy... the Time is stripped in the getOrders function in /avactis-system/modules/checkout/views/checkout-manage-orders-az.php
If you dare, you can alter line 336 [from - to]:
<pre><code> $order["Date"] = modApiFunc("Localization", "SQL_date_format", $orders[$order_id]['order_date']);
$order["Date"] = modApiFunc("Localization", "SQL_date_format", $orders[$order_id]['order_date'], 'd/m/y H:i'); </code></pre>
(or 'm/d/y H:i' if you use American dates)
I'm not sure if that exports or if it can be ordered, but I now have the times showing up in my list of Orders.
Oliver
|