Another bug fix relating to accentuations.


Full package, but only 1 file needs editing.


OPEN
/catalog/admin/oc_status_default_comments.php

FIND
echo $result['orders_status_default_comments'];

ADD BEFORE
header("Content-Type: text/html; charset=iso-8859-1");


FULL PACKAGE....
All other fixes are included, you can safely ignore all others.

More...