'Problem in message section in orders of product prestashop 1.7

Somebody know in what phisical file in prestashop 1.7.5 (TPL) appear the message sections of product orders? i need modificate the line where show the message (red circle) because don't appear good the message (UTF8 problems)

Attach image

enter image description here

Thank u



Solution 1:[1]

This looks an old PS 1.7 version, the whole admin order page had been migrated to twig/Symfony already so consider upgrading to v1.7.8.5 as maybe they already fixed this issue.

Anyway, that message content is rendered in this template :

{your_admin_dir}/themes/default/template/controllers/orders/helpers/view/view.tpl

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 user3256843