Jump to content

strange characters in customer messages


Brunobocas

Recommended Posts

Hello community,

Once again I ask for your help ...

When the client sends a message through the order, strange characters appear ...

example:

Ter atenção que o artigo tenha uma saída "fêmea" e não "macho". Já comprei este produto em outro site e vinha com a saída que liga ao painel diferente do que mostra na fotografia.


PrestaShop Version: 1.7.3.3

 

I await your help.

thank you :)

presta.JPG

Link to comment
Share on other sites

  • 1 year later...

Hello Brunobocas,

i had the same issue.

The solution has found in this link: https://www.team-ever.com/problemes-et-resolutions-sous-prestashop/#nosavutf8

On the file: /"YOUR ADMIN FOLDER"/themes/default/template/controllers/customer_threads/helpers/view/message.tpl

Find the line:

<p class="message-item-text">{$message.message|escape:'html':'UTF-8'|nl2br}</p>

and replace by:

<p class="message-item-text">{$message.message nofilter}</p>

 

  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...