acastanon Posted September 12, 2023 Share Posted September 12, 2023 (edited) Hi, Prestashop 8.0.1 I'm trying to show the customer full name in orders list table in the backoffice, and the only solution I've reached is to modify on core file from PS. Is there no way to make this modification with an override? Didn't find it. Edited September 12, 2023 by acastanon (see edit history) Link to comment Share on other sites More sharing options...
ventura Posted September 13, 2023 Share Posted September 13, 2023 You can do this by using the hook actionOrderGridDataModifier 1 Link to comment Share on other sites More sharing options...
marinoarlia Posted December 19, 2023 Share Posted December 19, 2023 On 9/13/2023 at 8:55 AM, ventura said: You can do this by using the hook actionOrderGridDataModifier I am also looking for this solution, help!!! Link to comment Share on other sites More sharing options...
ps8modules Posted December 20, 2023 Share Posted December 20, 2023 10 hours ago, marinoarlia said: I am also looking for this solution, help!!! Hi. Since we are in a developer forum, this guide will help: https://devdocs.prestashop-project.org/8/development/components/grid/tutorials/modify-grid-in-module/ Link to comment Share on other sites More sharing options...
ps8modules Posted December 20, 2023 Share Posted December 20, 2023 Alternatively, you can change the SQL to get the customer name in ./src/Core/Grid/Query/OrderQueryBuilder.php in the private function getCustomerField() before: after: 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