my site is in French and in an advanced search words in the accents of the descriptions are not taken into account, since the text editor converts them into HTML entities
In catalog/view/theme/default/template/product/search.tpl, I tried this:
Code: Select all
<?php echo (html_entity_decode($entry_description, ENT_QUOTES, 'UTF-8')); ?></td>
I do not know what to do.
Can you help me please
Sorry for my bad english.