Another Happy Zenner :)
Thank you for the easy to follow and 100% working instructions :clap:.
Zen-Cart Admin Staff, please add these info to the FAQ page!
Best Regards,
Printable View
Another Happy Zenner :)
Thank you for the easy to follow and 100% working instructions :clap:.
Zen-Cart Admin Staff, please add these info to the FAQ page!
Best Regards,
They already are in the FAQ, with some minor corrections if I remember correctly.
For anyone interested I would like to add and update to the thread on changing date format to uk.
The line from the origional english.php file whether you change it in Admin/languages or
Admin/languages/custom
reads
@setlocale(LC_TIME, 'en_US.ISO_8859-1');
can be changed to
@setlocale(LC_TIME, 'en_GB.ISO_3166-1');
for proper UK definition.