Error in Vietnamese language

Hi Team,
Please show me how to fix this, http://prntscr.com/60viai
Thanks,
Thiem Vu

2 answers

Profile photo of Mall Staff 184060.00 $tone February 5, 2015
Public

Hi Thiem vu,
You can open the template file at app/design/frontend/default/jm_book/template/joomlart/jmproducts/list.phtml
and find to the code 

echo strip_tags(substr($_product->getName(), 0, 15)).'...';

and replace it by the code:

echo strip_tags(mb_substr($_product->getName(), 0, 15, 'UTF-8')).'...';

Regards,
Mall
 

#1

This question is now closed

Written By

Comments