i use zencart 1.38a, do i need to update time zone offset mod to the newest version published on may 2nd 2010 ?
i use zencart 1.38a, do i need to update time zone offset mod to the newest version published on may 2nd 2010 ?
thanks
then what do i set the customer reviews time to my local time?
i didn't notice your first response to my questions
i check that post then, i find totally 2 now() concerning reviews
/admin/reviews.php
Line #30 : last_modified = now() where reviews_id = '" . (int)$reviews_id . "'");
/includes/modules/pages/product_reviews_write/header_php.php
VALUES (roductsID, :customersID, :customersName, :rating, now(), " . $review_status . ")";
i should modify these 2 now() above? or any other files i need to modify?
i modified those 2 files, it works![]()
hello, i installed the mod GOB Package Trackers from http://www.zen-cart.com/index.php?ma...oducts_id=1427, when i update the order status from admin, the time i set for my site is replaced by the server time for date added in status table.
i tried changing now() to date_add(now(), INTERVAL " . TIME_ZONE_OFFSET . " HOUR) in admin/orders.php and /admin/package_trackers.php, but it still doesn't work.
could you help ? thanks.