We are using UTF-8 and have some problems with this module.

All charachters such as ü or đ, š, ć, č and similar are now shown as some weird symbols.

We tracked the problem to this part of the module on the shop side.

If you want to enable UTF-8 support to work properly in Zen-cart you have to add this part of the code around the line 37 in file Zen-Cart\includes\classes\db\mysql\query_factory.php

if (version_compare(mysql_get_server_info(), '4.1.0', '>=')) {
mysql_query('SET NAMES "utf8"', $this->link);}/* Changes for UTF-8 Support*/

right after line 37

if (@mysql_select_db($zf_database, $this->link)) {



Does anybody have any ideas how to enable Query Cache and UTF-8 support?

Thank you very much for your supoort and this great module!