remove black diamonds with a question mark

Hello,
 
Can you please let me know how to remove remove black diamonds with a question mark?
https://gyazo.com/461af46636fdc44acb5eb4b96bdb0e22
It looks like sql query problem
Thanks a lot.

5 answers

Profile photo of Mall Staff 184060.00 $tone December 24, 2015
Public

Hi Alex Asimakopoulos,
I have created a backup and edited the template file at: 
/app/design/frontend/ubertheme/market/template/joomlart/jmproducts/sales.phtml
and the issue was solved in your site.
Solution:
Find to the code:

echo strip_tags(substr($product->getName(), 0, 25)).'...';

and replace it by:

echo strip_tags(mb_substr($product->getName(), 0, 25, 'utf-8')).'...';

Regards,
Mall.

#3
Profile photo of Sarah 400.00 $tone December 25, 2015
Public

Hi Alex Asimakopoulos,
Thank you for your thought, please let us know if you have any question on your issue.
​Have a good day
​Sincerely,
 
Lannt.

#5

Please login or Register to Submit Answer

Written By

Comments