PrestaShop / docs

PrestaShop technical documentation
https://devdocs.prestashop-project.org/
Other
119 stars 477 forks source link

Few FO hooks are not listed in the dev doc #1717

Closed ElodieOS closed 10 months ago

ElodieOS commented 1 year ago

I've found a few FO hooks that aren't listed in the devdoc. However, some of them exist and can be used in the transplant module list. I have noted this list :

Hlavtox commented 1 year ago

Good job @ElodieOS 🎉

Beware that some of them may be deprecated - paymentReturn for example?

I had a tool somewhere that scanned the code for hooks and compared it with devdocs and database, I will try to find it. :-)

ElodieOS commented 1 year ago

Thank you @Hlavtox!

Oh it will be perfect if you have a tool like this yes! Indeed, I think some of them would be deprecated

thomasnares commented 1 year ago

also Missing :

PululuK commented 1 year ago

see https://github.com/PrestaShop/docs/issues/1540

thomasnares commented 11 months ago
Missing item Information Link
displayProductButtons created https://devdocs.prestashop-project.org/8/modules/concepts/hooks/list-of-hooks/displayproductbuttons/
graphEngine aliased to displayAdmonStatsGraphEngine https://github.com/PrestaShop/docs/pull/1733
paymentReturn renamed to displayPaymentReturn https://devdocs.prestashop-project.org/8/modules/concepts/hooks/list-of-hooks/displaypaymentreturn/
displayContactRightColomn typo in your list, it is displayContactRightColumn https://devdocs.prestashop-project.org/8/modules/concepts/hooks/list-of-hooks/displaycontactrightcolumn
displayAdminOrderBottom This one is listed in hook.xml but never rendered
displayAdminOrderTabOrder deprecated from 1.7.7
displayAdminOrderTabShip deprecated from 1.7.7
displayAdminOrderTop fixed https://github.com/PrestaShop/docs/pull/1733
displayAdminOrdersListAfter Unable to find any valid reference to this one
displayAdminStatsGraphEngine created https://github.com/PrestaShop/docs/pull/1733
displayAdminStatsGridEngine created https://github.com/PrestaShop/docs/pull/1733
displayAttributeForm created https://github.com/PrestaShop/docs/pull/1733
displayAttributeGroupPostProcess needs some work to be integrated (ps_faceted_search)
displaybackOfficeFooter deprecated from 1.7.7
displaybackOfficeHome deprecated from at least 1.6.x
displaybackOfficeOrderActions aliased to displayAdminOrderSide
displayContentWrapperBottom created
displayContentWrapperTop created
displayFeatureValueForm created https://github.com/PrestaShop/docs/pull/1733
displayHeaderCategory created https://github.com/PrestaShop/docs/pull/1733
displayModuleConfigureExtraButtons created https://github.com/PrestaShop/docs/pull/1733
displayNav use displayNav1 or displayNav2 for classic derived themes
displayPDFInvoice created
displayProductExtraContent created https://github.com/PrestaShop/docs/pull/1749
displayWrapperBottom created
displayWrapperTop created
thomasnares commented 11 months ago

Related PR to fix missing displayProductButtons : https://github.com/PrestaShop/ps-docs-theme/pull/45

thomasnares commented 10 months ago

all done 👍