Brunobocas Posted September 5, 2018 Share Posted September 5, 2018 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 Link to comment Share on other sites More sharing options...
Jonatan Gobbato Posted April 30, 2020 Share Posted April 30, 2020 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> 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now