Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
battleaxe
battleaxe
Can anyone tell me where I can adjust the admin time settings to my local time so that I can see when paymants arrive.
 
I only ship next day if a visitor orders by 3pm GMT BST
 
battleaxe
battleaxe
Hi
 
Do you know if there is any code that I can insert to trick the admin into thinking that the server time is GMT?
 
The server I use is not dedicated, so I have no control of the time. I know there is some javascript that can be used to display the time difference, but is there any way I can capture it for orders.
 
I know this is strictly not a Viart problem, but do any boffins have a solution?
 
battleaxe
battleaxe
I really should do more homework before I ask these questions, but I only seem to be able to find an answer AFTER I have posted here.
 
If anyone else would like to know, you can fix it by adding the following line to your .htaccess file:
 
SetEnv TZ location
 
Where location is selected from a list here -
 
http://www.php.net/manual/en/timezones.php
 
Juliya (Guest)
Juliya (Guest)
Hello,
 
Our suggestion is that you add the following line into /includes/var_definition.php:
 
// save new date with time shift in seconds (3600 - 1 hour)
$va_time_shift = 0;
 
When the difference in time is 12 hours ahead the code may be something like
$va_time_shift = 12 * 3600;
 
Should you have additional questions, do not hesitate to contact us.
 
Best regards,
ViArt Suppot Team