clcastro Posted March 3, 2021 Share Posted March 3, 2021 I was informed that a custom module that i created stopped working in 1.7.7, started to check and the problem seems to be that the hook is simply not been called after the redesign of the Orders View. There is nothing in this version release doc that points to it: https://devdocs.prestashop.com/1.7/modules/core-updates/1.7.7/ There are also people in stackoverflow (https://stackoverflow.com/questions/65297235/adding-a-new-column-in-the-list-of-orders-prestashop-1-7-7-0) and this forum that has the same issue. Is this a bug or a undocumented change or side effect? 1 Link to comment Share on other sites More sharing options...
endriu107 Posted March 4, 2021 Share Posted March 4, 2021 Check this: https://devdocs.prestashop.com/1.7/modules/concepts/hooks/list-of-hooks/ Link to comment Share on other sites More sharing options...
Vipul Hadiya Posted April 21, 2021 Share Posted April 21, 2021 On 3/4/2021 at 5:11 AM, clcastro said: I was informed that a custom module that i created stopped working in 1.7.7, started to check and the problem seems to be that the hook is simply not been called after the redesign of the Orders View. There is nothing in this version release doc that points to it: https://devdocs.prestashop.com/1.7/modules/core-updates/1.7.7/ There are also people in stackoverflow (https://stackoverflow.com/questions/65297235/adding-a-new-column-in-the-list-of-orders-prestashop-1-7-7-0) and this forum that has the same issue. Is this a bug or a undocumented change or side effect? You need to use these hooks instead; actionOrderGridQueryBuilderModifier actionOrderGridDefinitionModifier actionOrderGridDataModifier 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