pol2005 Posted July 18, 2010 Posted July 18, 2010 hello in my shop when a customer goes to his acount history page the order date display like this:''������� 18 �������, 2010''. I saw that the date takes its value from the orders table and the 'date purchased ' column. Do you know how can i correct this?
pol2005 Posted July 18, 2010 Author Posted July 18, 2010 it also displays like this in customer's invoice email. any ideas?
pol2005 Posted July 19, 2010 Author Posted July 19, 2010 also my shop is in greek.instead of'������� 18 �������, 2010'' it should displays ''Sunday 18 july 2010''(in greek of course). i don't have problem with encoding ,greek display correct. i think it is encoding problem.ihave changed column date_purchased encoding to utf-8 but nothing. any solution?
pol2005 Posted July 19, 2010 Author Posted July 19, 2010 ok i solved it. In catalog/includes/languages/greek.php @setlocale(LC_TIME, 'el_GR'); replaced with @setlocale(LC_TIME, 'el_GR.UTF-8');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.