How do you change the city and time zone on the dark green navbar? Or can you. I can't find anything on it
How do you change the city and time zone on the dark green navbar? Or can you. I can't find anything on it
For older ZC versions, you can use a plugin: ** removed **
Or edit the file
includes/extra_configures/set_time_zone.php
Code:// put your timezone here. Refer to http://www.php.net/manual/en/timezones.php $TZ = 'Enter your time zone here'; // eg: 'Europe/Oslo'
Last edited by DrByte; 19 Mar 2016 at 12:33 AM. Reason: removed link to avoid confusion
Zen-Venom Get Bitten
The first part of the plug in worked great, but when I uploaded the second part it went back the the other time zone. So I removed the second part and it works.
Changing the set_time_zone.php did not work.
I found that by copying the content of the v1.5.4 set_time_zone.php (admin/includes/extra_configures/set_time_zone.php) on an older site that I am upgrading to v154, the Time Zone fix works.
Be sure to clear your cache and refreshing the Admin page.
Cheers!
v2.2.1
FWIW, Zen Cart v1.5.4 (and as far back as 1.5.2) already includes the time-zone fix so there's no need for an installed plugin. You simply edit the file as kobra indicated (/includes/extra_configures/set_time_zone.php) to specify your store's time-zone and the admin-side picks that value up, too.