Quote Originally Posted by Sploodge View Post
Did anyone manage to incorporate the "Time Zone" mod to work with "Super Orders"?

Its a right pain that Zen Cart does not have a feature to change the time zone globally..
Change line 409 from
PHP Code:
now(), 
to
PHP Code:
date_add(now(), INTERVAL " . TIME_ZONE_OFFSET . " HOUR), 
in admin\includes\functions\extra_functions\super_orders_functions.php.

The times will now reflect correctly on your order status updates.