jvicente1971 Posted June 6, 2022 Share Posted June 6, 2022 please help! See the image atached... Link to comment Share on other sites More sharing options...
Tom Girou Posted June 7, 2022 Share Posted June 7, 2022 Hello, You can edit the source template manually, but be aware that at the next Prestashop update, you'll lose the modification. You could do it again after it. Maybe it can be overriden from a module or template, but I don't know. The file to edit is : /src/PrestaShopBundle/Resources/views/Admin/Product/CatalogPage/Lists/products_table.html.twig Locate : <th scope="col" style="width: 5rem"> {{ ps.sortable_column_header("ID"|trans({}, 'Admin.Global'), 'id_product', orderBy, sortOrder) }} </th> and replace by : <th scope="col" style="width: 8%"> {{ ps.sortable_column_header("ID"|trans({}, 'Admin.Global'), 'id_product', orderBy, sortOrder) }} </th> Save, clear cache. Result : Link to comment Share on other sites More sharing options...
jvicente1971 Posted June 8, 2022 Author Share Posted June 8, 2022 Thanks a lot. I will check it. 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