docs icon indicating copy to clipboard operation
docs copied to clipboard

Document missing hooks for v8

Open kpodemski opened this issue 1 year ago • 1 comments

List to confirm/document:

actionFilterDeliveryOptionList allows to modify the delivery option list result (#27222). actionValidateOrderAfter allows to be notified after the complete creation of an order (#23787). displayCheckoutBeforeConfirmation allows to display custom content at the end of checkout process. actionOrderStatusUpdate and actionOrderStatusPostUpdate allows to be notified before and after an order status is changed. actionPresentPaymentOptions is called before payment options are presented in front office (#26259) actionGetAdminToolbarButtons allows you to define buttons and add them to any toolbar in the back office (#27485) actionGetAlternativeSearchPanels allows to add an additional search panel for external providers in PrestaShop back office (#28635) dashboardZoneThree is displayed in the third column of the dashboard (#25030) actionBeforeCreateCartSummaryFormHandler and actionAfterCreateCartSummaryFormHandler - allows to modify form data for the order created from back office (#22321) displayBackOfficeEmployeeMenu allows to modify back office employee menu (#25008) displayEmptyModuleCategoryExtraMessage allows to display an extra message for an empty modules category in back office (#28317) actionProductFormBuilderModifier allows to modify the form content on the experimental product page (#24213) actionBeforeCreateProductFormHandler, actionAfterCreateProductFormHandler , actionBeforeUpdateProductFormHandler, and actionAfterUpdateProductFormHandler allows to modify experimental product page form data (#24213) Product page hooks are included below: For the product list: actionProductGridDefinitionModifier actionProductGridQueryBuilderModifier actionProductGridDataModifier actionProductGridFilterFormModifier actionProductGridPresenterModifier For the edit form: actionProductFormBuilderModifier actionProductFormDataProviderData actionCategoryTreeSelectorFormDataProviderDefaultData actionCategoryTreeSelectorFormBuilderModifier On the creation form: actionCreateProductFormDataProviderDefaultData actionCreateProductFormBuilderModifier

kpodemski avatar Aug 11 '22 08:08 kpodemski

couldn't find where following hooks are executed:

  • displayCheckoutBeforeConfirmation

zuk3975 avatar Aug 23 '22 14:08 zuk3975