旺旺显示不支持中文名,请下载附件并覆盖到商城根目录下的includes/cls_template.php,请选择对应编码格式的
cls_template_gbk.zip (8.5 KB)
cls_template_utf8.zip (8.7 KB)
注意这里还要将您所使用的模版目录下的library/page_footer.lbi的这个文件里面的淘宝旺旺这部分修改一下,如下:
<a href="http://amos1.taobao.com/msg.ww?v=2&uid={$im|escape:url}&s=2" target="_blank"><img src="http://amos1.taobao.com/online.ww?v=2&uid={$im|escape:url}&s=2" width="16" height="16" border="0" alt="淘宝旺旺" /> {$im}</a>
改为
<a href="http://amos1.taobao.com/msg.ww?v=2&uid={$im|escape:u8_url}&s=2" target="_blank"><img src="http://amos1.taobao.com/online.ww?v=2&uid={$im|escape:u8_url}&s=2" width="16" height="16" border="0" alt="淘宝旺旺" /> {$im}</a>