Hi all,
I found some documents about actionAjaxDieBefore hook. In DevDocs, I saw it deprecated since 1.6.1.1 (https://devdocs.prestashop.com/1.7/modules/concepts/hooks/list-of-hooks/).
However, in another document, I find it still visible in 1.7 (http://build.prestashop.com/news/new-updated-hooks-1-7-1-0/). Even, in 1.7's code, I saw it in file classes/controller/Controller.php
I can't handle actionAjaxDieBefore hook. However, I can handle ActionAjaxDieCartControllerDisplayAjaxRefreshBefore (actionAjaxDie<ControllerName><Method>Before).
I don't know why actionAjaxDieBefore not work?