<?xml version="1.0" encoding="UTF-8"?>
<entity_hook>
  <fields id="name">
    <field name="name"/>
    <field name="title"/>
    <field name="description"/>
  </fields>
  <entities>
    <hook id="actionMailAlterMessageBeforeSend">
      <name>actionMailAlterMessageBeforeSend</name>
      <title>Modify Swift Message before sending</title>
      <description>This hook is called before the Swift Message is sent in Mail.php</description>
    </hook>
    <hook id="actionValidateOrder">
      <name>actionValidateOrder</name>
      <title>New orders</title>
      <description/>
    </hook>
    <hook id="actionValidateOrderAfter">
      <name>actionValidateOrderAfter</name>
      <title>After validating an order</title>
      <description>This hook is called after validating an order by core</description>
    </hook>
    <hook id="actionValidateOrderBefore">
      <name>actionValidateOrderBefore</name>
      <title>Before validating an order</title>
      <description>This hook is called before validating an order by core</description>
    </hook>
    <hook id="displayMaintenance">
      <name>displayMaintenance</name>
      <title>Maintenance Page</title>
      <description>This hook displays new elements on the maintenance page</description>
    </hook>
    <hook id="displayCartModalContent">
      <name>displayCartModalContent</name>
      <title>Content of Add-to-cart modal</title>
      <description>This hook displays content in the middle of the window that appears after adding product to cart</description>
    </hook>
    <hook id="displayCartModalFooter">
      <name>displayCartModalFooter</name>
      <title>Bottom of Add-to-cart modal</title>
      <description>This hook displays content in the bottom of window that appears after adding product to cart</description>
    </hook>
    <hook id="displayProductPageDrawer">
      <name>displayProductPageDrawer</name>
      <title>Product Page Drawer</title>
      <description>This hook displays content in the right sidebar of the product page</description>
    </hook>
    <hook id="actionPaymentConfirmation">
      <name>actionPaymentConfirmation</name>
      <title>Payment confirmation</title>
      <description>This hook displays new elements after the payment is validated</description>
    </hook>
    <hook id="actionPaymentModuleProductVarTplAfter">
      <name>actionPaymentModuleProductVarTplAfter</name>
      <title>Triggers after product data is prepared for e-mail template</title>
      <description>Allows to modify product data in e-mail template.</description>
    </hook>
    <hook id="displayPaymentReturn">
      <name>displayPaymentReturn</name>
      <title>Payment return</title>
      <description/>
    </hook>
    <hook id="actionUpdateQuantity">
      <name>actionUpdateQuantity</name>
      <title>Quantity update</title>
      <description>Quantity is updated only when a customer effectively places their order</description>
    </hook>
    <hook id="displayRightColumn">
      <name>displayRightColumn</name>
      <title>Right column blocks</title>
      <description>This hook displays new elements in the right-hand column</description>
    </hook>
    <hook id="displayContactRightColumn">
      <name>displayContactRightColumn</name>
      <title>Right column blocks of the contact page</title>
      <description>This hook displays new elements in the right-hand column of the contact page</description>
    </hook>
    <hook id="displayWrapperTop">
      <name>displayWrapperTop</name>
      <title>Main wrapper section (top)</title>
      <description>This hook displays new elements in the top of the main wrapper</description>
    </hook>
    <hook id="displayWrapperBottom">
      <name>displayWrapperBottom</name>
      <title>Main wrapper section (bottom)</title>
      <description>This hook displays new elements in the bottom of the main wrapper</description>
    </hook>
    <hook id="displayContactContent">
      <name>displayContactContent</name>
      <title>Content wrapper section of the contact page</title>
      <description>This hook displays new elements in the content wrapper of the contact page</description>
    </hook>
    <hook id="displayContentWrapperTop">
      <name>displayContentWrapperTop</name>
      <title>Content wrapper section (top)</title>
      <description>This hook displays new elements in the top of the content wrapper</description>
    </hook>
    <hook id="displayContentWrapperBottom">
      <name>displayContentWrapperBottom</name>
      <title>Content wrapper section (bottom)</title>
      <description>This hook displays new elements in the bottom of the content wrapper</description>
    </hook>
    <hook id="displayLeftColumn">
      <name>displayLeftColumn</name>
      <title>Left column blocks</title>
      <description>This hook displays new elements in the left-hand column</description>
    </hook>
    <hook id="displayContactLeftColumn">
      <name>displayContactLeftColumn</name>
      <title>Left column blocks on the contact page</title>
      <description>This hook displays new elements in the left-hand column of the contact page</description>
    </hook>
    <hook id="displayHome">
      <name>displayHome</name>
      <title>Homepage content</title>
      <description>This hook displays new elements on the homepage</description>
    </hook>
    <hook id="displayHeader">
      <name>displayHeader</name>
      <title>Pages html head section</title>
      <description>This hook adds additional elements in the head section of your pages (head section of html)</description>
    </hook>
    <hook id="actionCartSave">
      <name>actionCartSave</name>
      <title>Cart creation and update</title>
      <description>This hook is displayed when a product is added to the cart or if the cart's content is modified</description>
    </hook>
    <hook id="actionDuplicateCartData">
      <name>actionDuplicateCartData</name>
      <title>Cart duplication</title>
      <description>This hook is triggered after all the cart related data has been duplicated</description>
    </hook>
    <hook id="actionAuthentication">
      <name>actionAuthentication</name>
      <title>Successful customer authentication</title>
      <description>This hook is displayed after a customer successfully signs in</description>
    </hook>
    <hook id="actionProductAdd">
      <name>actionProductAdd</name>
      <title>Product creation</title>
      <description>This hook is displayed after a product is created</description>
    </hook>
    <hook id="actionProductUpdate">
      <name>actionProductUpdate</name>
      <title>Product update</title>
      <description>This hook is displayed after a product has been updated</description>
    </hook>
    <hook id="displayAfterTitleTag">
      <name>displayAfterTitleTag</name>
      <title>After title tag</title>
      <description>Use this hook to add content after title tag</description>
    </hook>
    <hook id="displayAfterBodyOpeningTag">
      <name>displayAfterBodyOpeningTag</name>
      <title>Very top of pages</title>
      <description>Use this hook for advertisement or modals you want to load first</description>
    </hook>
    <hook id="displayBanner">
      <name>displayBanner</name>
      <title>Very top of pages</title>
      <description>Use this hook for banners on top of every pages</description>
    </hook>
    <hook id="displayBeforeBodyClosingTag">
      <name>displayBeforeBodyClosingTag</name>
      <title>Very bottom of pages</title>
      <description>Use this hook for your modals or any content you want to load at the very end</description>
    </hook>
    <hook id="displayTop">
      <name>displayTop</name>
      <title>Top of pages</title>
      <description>This hook displays additional elements at the top of your pages</description>
    </hook>
    <hook id="displayNavFullWidth">
      <name>displayNavFullWidth</name>
      <title>Navigation</title>
      <description>This hook displays full width navigation menu at the top of your pages</description>
    </hook>
    <hook id="displayRightColumnProduct">
      <name>displayRightColumnProduct</name>
      <title>New elements on the product page (right column)</title>
      <description>This hook displays new elements in the right-hand column of the product page</description>
    </hook>
    <hook id="actionProductDelete">
      <name>actionProductDelete</name>
      <title>Product deletion</title>
      <description>This hook is called when a product is deleted</description>
    </hook>
    <hook id="actionObjectDuplicateAfter">
      <name>actionObjectDuplicateAfter</name>
      <title>After duplicating an object</title>
      <description>This hook is called after duplicating an object by the core.</description>
    </hook>
    <hook id="actionObjectProductInCartDeleteBefore">
      <name>actionObjectProductInCartDeleteBefore</name>
      <title>Cart product removal</title>
      <description>This hook is called before a product is removed from a cart</description>
    </hook>
    <hook id="actionObjectProductInCartDeleteAfter">
      <name>actionObjectProductInCartDeleteAfter</name>
      <title>Cart product removal</title>
      <description>This hook is called after a product is removed from a cart</description>
    </hook>
    <hook id="displayFooterProduct">
      <name>displayFooterProduct</name>
      <title>Product footer</title>
      <description>This hook adds new blocks under the product's description</description>
    </hook>
    <hook id="displayInvoice">
      <name>displayInvoice</name>
      <title>Invoice</title>
      <description>This hook displays new blocks on the invoice (order)</description>
    </hook>
    <hook id="actionOrderStatusUpdate">
      <name>actionOrderStatusUpdate</name>
      <title>Order status update - Event</title>
      <description>This hook launches modules when the status of an order changes</description>
    </hook>
    <hook id="displayAdminGridTableBefore">
      <name>displayAdminGridTableBefore</name>
      <title>Display before Grid table</title>
      <description>This hook adds new blocks before Grid component table</description>
    </hook>
    <hook id="displayAdminGridTableAfter">
      <name>displayAdminGridTableAfter</name>
      <title>Display after Grid table</title>
      <description>This hook adds new blocks after Grid component table</description>
    </hook>
    <hook id="displayAdminOrder">
      <name>displayAdminOrder</name>
      <title>Display new elements in the Back Office, tab AdminOrder</title>
      <description>This hook launches modules when the AdminOrder tab is displayed in the Back Office</description>
    </hook>
    <hook id="displayAdminOrderTabOrder">
      <name>displayAdminOrderTabOrder</name>
      <title>Display new elements in Back Office, AdminOrder, panel Order</title>
      <description>This hook launches modules when the AdminOrder tab is displayed in the Back Office and extends / override Order panel tabs</description>
    </hook>
    <hook id="displayAdminOrderTabShip">
      <name>displayAdminOrderTabShip</name>
      <title>Display new elements in Back Office, AdminOrder, panel Shipping</title>
      <description>This hook launches modules when the AdminOrder tab is displayed in the Back Office and extends / override Shipping panel tabs</description>
    </hook>
    <hook id="displayAdminOrderContentOrder">
      <name>displayAdminOrderContentOrder</name>
      <title>Display new elements in Back Office, AdminOrder, panel Order</title>
      <description>This hook launches modules when the AdminOrder tab is displayed in the Back Office and extends / override Order panel content</description>
    </hook>
    <hook id="displayAdminOrderContentShip">
      <name>displayAdminOrderContentShip</name>
      <title>Display new elements in Back Office, AdminOrder, panel Shipping</title>
      <description>This hook launches modules when the AdminOrder tab is displayed in the Back Office and extends / override Shipping panel content</description>
    </hook>
    <hook id="displayFooter">
      <name>displayFooter</name>
      <title>Footer</title>
      <description>This hook displays new blocks in the footer</description>
    </hook>
    <hook id="displayPDFInvoice">
      <name>displayPDFInvoice</name>
      <title>PDF Invoice</title>
      <description>This hook allows you to display additional information on PDF invoices</description>
    </hook>
    <hook id="displayInvoiceLegalFreeText">
      <name>displayInvoiceLegalFreeText</name>
      <title>PDF Invoice - Legal Free Text</title>
      <description>This hook allows you to modify the legal free text on PDF invoices</description>
    </hook>
    <hook id="displayAdminCustomers">
      <name>displayAdminCustomers</name>
      <title>Display new elements in the Back Office, tab AdminCustomers</title>
      <description>This hook launches modules when the AdminCustomers tab is displayed in the Back Office</description>
    </hook>
    <hook id="displayAdminCustomersAddressesItemAction">
      <name>displayAdminCustomersAddressesItemAction</name>
      <title>Display new elements in the Back Office, tab AdminCustomers, Addresses actions</title>
      <description>This hook launches modules when the Addresses list into the AdminCustomers tab is displayed in the Back Office</description>
    </hook>
    <hook id="displayOrderConfirmation">
      <name>displayOrderConfirmation</name>
      <title>Order confirmation page</title>
      <description>This hook is called within an order's confirmation page</description>
    </hook>
    <hook id="actionCustomerAccountAdd">
      <name>actionCustomerAccountAdd</name>
      <title>Successful customer account creation</title>
      <description>This hook is called when a new customer creates an account successfully</description>
    </hook>
    <hook id="actionCustomerAccountUpdate">
      <name>actionCustomerAccountUpdate</name>
      <title>Successful customer account update</title>
      <description>This hook is called when a customer updates its account successfully</description>
    </hook>
    <hook id="actionSubmitAccountBefore">
      <name>actionSubmitAccountBefore</name>
      <title>Before customer account creation</title>
      <description>This hook is called before a customer account creation</description>
    </hook>
    <hook id="displayCustomerAccount">
      <name>displayCustomerAccount</name>
      <title>Customer account displayed in Front Office</title>
      <description>This hook displays new elements on the customer account page</description>
    </hook>
    <hook id="displayCustomerAccountTop">
      <name>displayCustomerAccountTop</name>
      <title>Customer account displayed in Front Office (Top part)</title>
      <description>This hook displays new elements on the customer account page on Top</description>
    </hook>
    <hook id="actionOrderSlipAdd">
      <name>actionOrderSlipAdd</name>
      <title>Order slip creation</title>
      <description>This hook is called when a new credit slip is added regarding client order</description>
    </hook>
    <hook id="displayShoppingCartFooter">
      <name>displayShoppingCartFooter</name>
      <title>Shopping cart footer</title>
      <description>This hook displays some specific information on the shopping cart's page</description>
    </hook>
    <hook id="displayCreateAccountEmailFormBottom">
      <name>displayCreateAccountEmailFormBottom</name>
      <title>Customer authentication form</title>
      <description>This hook displays some information on the bottom of the email form</description>
    </hook>
    <hook id="displayAuthenticateFormBottom">
      <name>displayAuthenticateFormBottom</name>
      <title>Customer authentication form</title>
      <description>This hook displays some information on the bottom of the authentication form</description>
    </hook>
    <hook id="displayCustomerAccountForm">
      <name>displayCustomerAccountForm</name>
      <title>Customer account creation form</title>
      <description>This hook displays some information on the form to create a customer account</description>
    </hook>
    <hook id="displayModuleConfigureExtraButtons">
      <name>displayModuleConfigureExtraButtons</name>
      <title>Module configuration - After toolbar buttons</title>
      <description>This hook allows to add toolbar's additional content on module configuration page</description>
    </hook>
    <hook id="displayAdminStatsModules">
      <name>displayAdminStatsModules</name>
      <title>Stats - Modules</title>
      <description/>
    </hook>
    <hook id="displayAdminStatsGraphEngine">
      <name>displayAdminStatsGraphEngine</name>
      <title>Graph engines</title>
      <description/>
    </hook>
    <hook id="actionOrderReturn">
      <name>actionOrderReturn</name>
      <title>Returned product</title>
      <description>This hook is displayed when a customer returns a product </description>
    </hook>
    <hook id="displayProductAdditionalInfo">
      <name>displayProductAdditionalInfo</name>
      <title>Product page additional info</title>
      <description>This hook adds additional information on the product page</description>
    </hook>
    <hook id="displayBackOfficeHome">
      <name>displayBackOfficeHome</name>
      <title>Administration panel homepage</title>
      <description>This hook is displayed on the admin panel's homepage</description>
    </hook>
    <hook id="displayAdminStatsGridEngine">
      <name>displayAdminStatsGridEngine</name>
      <title>Grid engines</title>
      <description/>
    </hook>
    <hook id="actionWatermark">
      <name>actionWatermark</name>
      <title>Watermark</title>
      <description/>
    </hook>
    <hook id="actionProductCancel">
      <name>actionProductCancel</name>
      <title>Product cancelled</title>
      <description>This hook is called when you cancel a product in an order</description>
    </hook>
    <hook id="displayLeftColumnProduct">
      <name>displayLeftColumnProduct</name>
      <title>New elements on the product page (left column)</title>
      <description>This hook displays new elements in the left-hand column of the product page</description>
    </hook>
    <hook id="actionProductOutOfStock">
      <name>actionProductOutOfStock</name>
      <title>Out-of-stock product</title>
      <description>This hook displays new action buttons if a product is out of stock</description>
    </hook>
    <hook id="actionProductAttributeUpdate">
      <name>actionProductAttributeUpdate</name>
      <title>Product attribute update</title>
      <description>This hook is displayed when a product's attribute is updated</description>
    </hook>
    <hook id="displayCarrierList">
      <name>displayCarrierList</name>
      <title>Extra carrier (module mode)</title>
      <description/>
    </hook>
    <hook id="displayShoppingCart">
      <name>displayShoppingCart</name>
      <title>Shopping cart - Additional button</title>
      <description>This hook displays new action buttons within the shopping cart</description>
    </hook>
    <hook id="actionCarrierUpdate">
      <name>actionCarrierUpdate</name>
      <title>Carrier Update</title>
      <description>This hook is called when a carrier is updated</description>
    </hook>
    <hook id="actionOrderStatusPostUpdate">
      <name>actionOrderStatusPostUpdate</name>
      <title>Post update of order status</title>
      <description/>
    </hook>
    <hook id="displayCustomerAccountFormTop">
      <name>displayCustomerAccountFormTop</name>
      <title>Block above the form for create an account</title>
      <description>This hook is displayed above the customer's account creation form</description>
    </hook>
    <hook id="displayBackOfficeHeader">
      <name>displayBackOfficeHeader</name>
      <title>Administration panel header</title>
      <description>This hook is displayed in the header of the admin panel</description>
    </hook>
    <hook id="displayBackOfficeTop">
      <name>displayBackOfficeTop</name>
      <title>Administration panel hover the tabs</title>
      <description>This hook is displayed on the roll hover of the tabs within the admin panel</description>
    </hook>
    <hook id="displayAdminEndContent">
      <name>displayAdminEndContent</name>
      <title>Administration end of content</title>
      <description>This hook is displayed at the end of the main content, before the footer</description>
    </hook>
    <hook id="displayBackOfficeFooter">
      <name>displayBackOfficeFooter</name>
      <title>Administration panel footer</title>
      <description>This hook is displayed within the admin panel's footer</description>
    </hook>
    <hook id="actionProductAttributeDelete">
      <name>actionProductAttributeDelete</name>
      <title>Product attribute deletion</title>
      <description>This hook is displayed when a product's attribute is deleted</description>
    </hook>
    <hook id="actionCarrierProcess">
      <name>actionCarrierProcess</name>
      <title>Carrier process</title>
      <description/>
    </hook>
    <hook id="displayBeforeCarrier">
      <name>displayBeforeCarrier</name>
      <title>Before carriers list</title>
      <description>This hook is displayed before the carrier list in Front Office</description>
    </hook>
    <hook id="displayAfterCarrier">
      <name>displayAfterCarrier</name>
      <title>After carriers list</title>
      <description>This hook is displayed after the carrier list in Front Office</description>
    </hook>
    <hook id="displayOrderDetail">
      <name>displayOrderDetail</name>
      <title>Order detail</title>
      <description>This hook is displayed within the order's details in Front Office</description>
    </hook>
    <hook id="actionPaymentCCAdd">
      <name>actionPaymentCCAdd</name>
      <title>Payment CC added</title>
      <description/>
    </hook>
    <hook id="actionCategoryAdd">
      <name>actionCategoryAdd</name>
      <title>Category creation</title>
      <description>This hook is displayed when a category is created</description>
    </hook>
    <hook id="actionCategoryUpdate">
      <name>actionCategoryUpdate</name>
      <title>Category modification</title>
      <description>This hook is displayed when a category is modified</description>
    </hook>
    <hook id="actionCategoryDelete">
      <name>actionCategoryDelete</name>
      <title>Category deletion</title>
      <description>This hook is displayed when a category is deleted</description>
    </hook>
    <hook id="displayPaymentTop">
      <name>displayPaymentTop</name>
      <title>Top of payment page</title>
      <description>This hook is displayed at the top of the payment page</description>
    </hook>
    <hook id="actionHtaccessCreate">
      <name>actionHtaccessCreate</name>
      <title>After htaccess creation</title>
      <description>This hook is displayed after the htaccess creation</description>
    </hook>
    <hook id="actionAdminMetaSave">
      <name>actionAdminMetaSave</name>
      <title>After saving the configuration in AdminMeta</title>
      <description>This hook is displayed after saving the configuration in AdminMeta</description>
    </hook>
    <hook id="displayAttributeGroupForm">
      <name>displayAttributeGroupForm</name>
      <title>Add fields to the form 'attribute group'</title>
      <description>This hook adds fields to the form 'attribute group'</description>
    </hook>
    <hook id="actionAttributeGroupSave">
      <name>actionAttributeGroupSave</name>
      <title>Saving an attribute group</title>
      <description>This hook is called while saving an attributes group</description>
    </hook>
    <hook id="actionAttributeGroupDelete">
      <name>actionAttributeGroupDelete</name>
      <title>Deleting attribute group</title>
      <description>This hook is called while deleting an attributes  group</description>
    </hook>
    <hook id="displayFeatureForm">
      <name>displayFeatureForm</name>
      <title>Add fields to the form 'feature'</title>
      <description>This hook adds fields to the form 'feature'</description>
    </hook>
    <hook id="actionFeatureSave">
      <name>actionFeatureSave</name>
      <title>Saving attributes' features</title>
      <description>This hook is called while saving an attributes features</description>
    </hook>
    <hook id="actionFeatureDelete">
      <name>actionFeatureDelete</name>
      <title>Deleting attributes' features</title>
      <description>This hook is called while deleting an attributes features</description>
    </hook>
    <hook id="actionProductSave">
      <name>actionProductSave</name>
      <title>Saving products</title>
      <description>This hook is called while saving products</description>
    </hook>
    <hook id="displayAttributeGroupPostProcess">
      <name>displayAttributeGroupPostProcess</name>
      <title>On post-process in admin attribute group</title>
      <description>This hook is called on post-process in admin attribute group</description>
    </hook>
    <hook id="displayFeaturePostProcess">
      <name>displayFeaturePostProcess</name>
      <title>On post-process in admin feature</title>
      <description>This hook is called on post-process in admin feature</description>
    </hook>
    <hook id="displayFeatureValueForm">
      <name>displayFeatureValueForm</name>
      <title>Add fields to the form 'feature value'</title>
      <description>This hook adds fields to the form 'feature value'</description>
    </hook>
    <hook id="displayFeatureValuePostProcess">
      <name>displayFeatureValuePostProcess</name>
      <title>On post-process in admin feature value</title>
      <description>This hook is called on post-process in admin feature value</description>
    </hook>
    <hook id="actionFeatureValueDelete">
      <name>actionFeatureValueDelete</name>
      <title>Deleting attributes' features' values</title>
      <description>This hook is called while deleting an attributes features value</description>
    </hook>
    <hook id="actionFeatureValueSave">
      <name>actionFeatureValueSave</name>
      <title>Saving an attributes features value</title>
      <description>This hook is called while saving an attributes features value</description>
    </hook>
    <hook id="displayAttributeForm">
      <name>displayAttributeForm</name>
      <title>Add fields to the form 'attribute value'</title>
      <description>This hook adds fields to the form 'attribute value'</description>
    </hook>
    <hook id="actionAttributePostProcess">
      <name>actionAttributePostProcess</name>
      <title>On post-process in admin feature value</title>
      <description>This hook is called on post-process in admin feature value</description>
    </hook>
    <hook id="actionAttributeDelete">
      <name>actionAttributeDelete</name>
      <title>Deleting an attributes features value</title>
      <description>This hook is called while deleting an attributes features value</description>
    </hook>
    <hook id="actionAttributeSave">
      <name>actionAttributeSave</name>
      <title>Saving an attributes features value</title>
      <description>This hook is called while saving an attributes features value</description>
    </hook>
    <hook id="actionTaxManager">
      <name>actionTaxManager</name>
      <title>Tax Manager Factory</title>
      <description/>
    </hook>
    <hook id="displayMyAccountBlock">
      <name>displayMyAccountBlock</name>
      <title>My account block</title>
      <description>This hook displays extra information within the 'my account' block"</description>
    </hook>
    <hook id="actionModuleInstallBefore">
      <name>actionModuleInstallBefore</name>
      <title>actionModuleInstallBefore</title>
      <description/>
    </hook>
    <hook id="actionModuleInstallAfter">
      <name>actionModuleInstallAfter</name>
      <title>actionModuleInstallAfter</title>
      <description/>
    </hook>
    <hook id="actionModuleUninstallBefore">
      <name>actionModuleUninstallBefore</name>
      <title>actionModuleUninstallBefore</title>
      <description/>
    </hook>
    <hook id="actionModuleUninstallAfter">
      <name>actionModuleUninstallAfter</name>
      <title>actionModuleUninstallAfter</title>
      <description/>
    </hook>
    <hook id="displayTopColumn">
      <name>displayTopColumn</name>
      <title>Top column blocks</title>
      <description>This hook displays new elements in the top of columns</description>
    </hook>
    <hook id="displayBackOfficeCategory">
      <name>displayBackOfficeCategory</name>
      <title>Display new elements in the Back Office, tab AdminCategories</title>
      <description>This hook launches modules when the AdminCategories tab is displayed in the Back Office</description>
    </hook>
    <hook id="displayProductListFunctionalButtons">
      <name>displayProductListFunctionalButtons</name>
      <title>Display new elements in the Front Office, products list</title>
      <description>This hook launches modules when the products list is displayed in the Front Office</description>
    </hook>
    <hook id="displayNav">
      <name>displayNav</name>
      <title>Navigation</title>
      <description/>
    </hook>
    <hook id="displayOverrideTemplate">
      <name>displayOverrideTemplate</name>
      <title>Change the default template of current controller</title>
      <description/>
    </hook>
    <hook id="actionAdminLoginControllerSetMedia">
      <name>actionAdminLoginControllerSetMedia</name>
      <title>Set media on admin login page header</title>
      <description>This hook is called after adding media to admin login page header</description>
    </hook>
    <hook id="actionOrderEdited">
      <name>actionOrderEdited</name>
      <title>Order edited</title>
      <description>This hook is called when an order is edited</description>
    </hook>
    <hook id="actionEmailAddBeforeContent">
      <name>actionEmailAddBeforeContent</name>
      <title>Add extra content before mail content</title>
      <description>This hook is called just before fetching mail template</description>
    </hook>
    <hook id="actionEmailAddAfterContent">
      <name>actionEmailAddAfterContent</name>
      <title>Add extra content after mail content</title>
      <description>This hook is called just after fetching mail template</description>
    </hook>
    <hook id="sendMailAlterTemplateVars">
      <name>sendMailAlterTemplateVars</name>
      <title>Alter template vars on the fly</title>
      <description>This hook is called when Mail::send() is called</description>
    </hook>
    <hook id="displayCartExtraProductInfo">
      <name>displayCartExtraProductInfo</name>
      <title>Extra information in shopping cart product line</title>
      <description>This hook adds extra information to the product lines, in the shopping cart</description>
    </hook>
    <hook id="displayCartExtraProductActions">
      <name>displayCartExtraProductActions</name>
      <title>Extra buttons in shopping cart</title>
      <description>This hook adds extra buttons to the product lines, in the shopping cart</description>
    </hook>
    <hook id="displayPaymentByBinaries">
      <name>displayPaymentByBinaries</name>
      <title>Payment form generated by binaries</title>
      <description>This hook displays form generated by binaries during the checkout</description>
    </hook>
    <hook id="additionalCustomerFormFields">
      <name>additionalCustomerFormFields</name>
      <title>Add fields to the Customer form</title>
      <description>This hook returns an array of FormFields to add them to the customer registration form</description>
    </hook>
    <hook id="additionalCustomerAddressFields">
      <name>additionalCustomerAddressFields</name>
      <title>Add fields to the Customer address form</title>
      <description>This hook returns an array of FormFields to add them to the customer address registration form</description>
    </hook>
    <hook id="addWebserviceResources">
      <name>addWebserviceResources</name>
      <title>Add extra webservice resource</title>
      <description>This hook is called when webservice resources list in webservice controller</description>
    </hook>
    <hook id="displayCustomerLoginFormAfter">
      <name>displayCustomerLoginFormAfter</name>
      <title>Display elements after login form</title>
      <description>This hook displays new elements after the login form</description>
    </hook>
    <hook id="actionClearCache">
      <name>actionClearCache</name>
      <title>Clear smarty cache</title>
      <description>This hook is called when smarty's cache is cleared</description>
    </hook>
    <hook id="actionClearCompileCache">
      <name>actionClearCompileCache</name>
      <title>Clear smarty compile cache</title>
      <description>This hook is called when smarty's compile cache is cleared</description>
    </hook>
    <hook id="actionClearSf2Cache">
      <name>actionClearSf2Cache</name>
      <title>Clear Sf2 cache</title>
      <description>This hook is called when the Symfony cache is cleared</description>
    </hook>
    <hook id="actionValidateCustomerAddressForm">
      <name>actionValidateCustomerAddressForm</name>
      <title>Customer address form validation</title>
      <description>This hook is called when a customer submit its address form</description>
    </hook>
    <hook id="displayCarrierExtraContent">
      <name>displayCarrierExtraContent</name>
      <title>Display additional content for a carrier (e.g pickup points)</title>
      <description>This hook calls only the module related to the carrier, in order to add options when needed</description>
    </hook>
    <hook id="validateCustomerFormFields">
      <name>validateCustomerFormFields</name>
      <title>Customer registration form validation</title>
      <description>This hook is called to a module when it has sent additional fields with additionalCustomerFormFields</description>
    </hook>
    <hook id="displayProductExtraContent">
      <name>displayProductExtraContent</name>
      <title>Display extra content on the product page</title>
      <description>This hook expects ProductExtraContent instances, which will be properly displayed by the template on the product page</description>
    </hook>
    <hook id="filterCmsContent">
      <name>filterCmsContent</name>
      <title>Filter the content page</title>
      <description>This hook is called just before fetching content page</description>
    </hook>
    <hook id="filterCmsCategoryContent">
      <name>filterCmsCategoryContent</name>
      <title>Filter the content page category</title>
      <description>This hook is called just before fetching content page category</description>
    </hook>
    <hook id="filterProductContent">
      <name>filterProductContent</name>
      <title>Filter the content page product</title>
      <description>This hook is called just before fetching content page product</description>
    </hook>
    <hook id="filterCategoryContent">
      <name>filterCategoryContent</name>
      <title>Filter the content page category</title>
      <description>This hook is called just before fetching content page category</description>
    </hook>
    <hook id="filterManufacturerContent">
      <name>filterManufacturerContent</name>
      <title>Filter the content page manufacturer</title>
      <description>This hook is called just before fetching content page manufacturer</description>
    </hook>
    <hook id="filterSupplierContent">
      <name>filterSupplierContent</name>
      <title>Filter the content page supplier</title>
      <description>This hook is called just before fetching content page supplier</description>
    </hook>
    <hook id="filterHtmlContent">
      <name>filterHtmlContent</name>
      <title>Filter HTML field before rending a page</title>
      <description>This hook is called just before fetching a page on HTML field</description>
    </hook>
    <hook id="displayDashboardTop">
      <name>displayDashboardTop</name>
      <title>Dashboard Top</title>
      <description>Displays the content in the dashboard's top area</description>
    </hook>
    <hook id="actionUpdateLangAfter">
      <name>actionUpdateLangAfter</name>
      <title>Update "lang" tables</title>
      <description>Update "lang" tables after adding or updating a language</description>
    </hook>
    <hook id="actionOutputHTMLBefore">
      <name>actionOutputHTMLBefore</name>
      <title>Before HTML output</title>
      <description>This hook is used to filter the whole HTML page before it is rendered (only front)</description>
    </hook>
    <hook id="displayAfterProductThumbs">
      <name>displayAfterProductThumbs</name>
      <title>Display extra content below product thumbs</title>
      <description>This hook displays new elements below product images ex. additional media</description>
    </hook>
    <hook id="actionDispatcherBefore">
      <name>actionDispatcherBefore</name>
      <title>Before dispatch</title>
      <description>This hook is called at the beginning of the dispatch method of the Dispatcher</description>
    </hook>
    <hook id="actionDispatcherAfter">
      <name>actionDispatcherAfter</name>
      <title>After dispatch</title>
      <description>This hook is called at the end of the dispatch method of the Dispatcher</description>
    </hook>
    <hook id="filterProductSearch">
      <name>filterProductSearch</name>
      <title>Filter search products result</title>
      <description>This hook is called in order to allow to modify search product result</description>
    </hook>
    <hook id="actionProductSearchAfter">
      <name>actionProductSearchAfter</name>
      <title>Event triggered after search product completed</title>
      <description>This hook is called after the product search. Parameters are already filter</description>
    </hook>
    <hook id="actionEmailSendBefore">
      <name>actionEmailSendBefore</name>
      <title>Before sending an email</title>
      <description>This hook is used to filter the content or the metadata of an email before sending it or even prevent its sending</description>
    </hook>
    <hook id="displayAdminProductsMainStepLeftColumnMiddle">
      <name>displayAdminProductsMainStepLeftColumnMiddle</name>
      <title>Display new elements in back office product page, left column of the Basic settings tab</title>
      <description>This hook launches modules when the back office product page is displayed</description>
    </hook>
    <hook id="displayAdminProductsMainStepLeftColumnBottom">
      <name>displayAdminProductsMainStepLeftColumnBottom</name>
      <title>Display new elements in back office product page, left column of the Basic settings tab</title>
      <description>This hook launches modules when the back office product page is displayed</description>
    </hook>
    <hook id="displayAdminProductsMainStepRightColumnBottom">
      <name>displayAdminProductsMainStepRightColumnBottom</name>
      <title>Display new elements in back office product page, right column of the Basic settings tab</title>
      <description>This hook launches modules when the back office product page is displayed</description>
    </hook>
    <hook id="displayAdminProductsQuantitiesStepBottom">
      <name>displayAdminProductsQuantitiesStepBottom</name>
      <title>Display new elements in back office product page, Quantities/Combinations tab</title>
      <description>This hook launches modules when the back office product page is displayed</description>
    </hook>
    <hook id="displayAdminProductsPriceStepBottom">
      <name>displayAdminProductsPriceStepBottom</name>
      <title>Display new elements in back office product page, Price tab</title>
      <description>This hook launches modules when the back office product page is displayed</description>
    </hook>
    <hook id="displayAdminProductsOptionsStepTop">
      <name>displayAdminProductsOptionsStepTop</name>
      <title>Display new elements in back office product page, Options tab</title>
      <description>This hook launches modules when the back office product page is displayed</description>
    </hook>
    <hook id="displayAdminProductsOptionsStepBottom">
      <name>displayAdminProductsOptionsStepBottom</name>
      <title>Display new elements in back office product page, Options tab</title>
      <description>This hook launches modules when the back office product page is displayed</description>
    </hook>
    <hook id="displayAdminProductsSeoStepBottom">
      <name>displayAdminProductsSeoStepBottom</name>
      <title>Display new elements in back office product page, SEO tab</title>
      <description>This hook launches modules when the back office product page is displayed</description>
    </hook>
    <hook id="displayAdminProductsShippingStepBottom">
      <name>displayAdminProductsShippingStepBottom</name>
      <title>Display new elements in back office product page, Shipping tab</title>
      <description>This hook launches modules when the back office product page is displayed</description>
    </hook>
    <hook id="displayAdminProductsExtra">
      <name>displayAdminProductsExtra</name>
      <title>Admin Product Extra Module Tab</title>
      <description>This hook displays extra content in the Module tab on the product edit page</description>
    </hook>
    <hook id="displayAdminProductsCombinationBottom">
      <name>displayAdminProductsCombinationBottom</name>
      <title>Display new elements in back office product page, Combination tab</title>
      <description>This hook launches modules when the back office product page is displayed</description>
    </hook>
    <hook id="displayDashboardToolbarTopMenu">
      <name>displayDashboardToolbarTopMenu</name>
      <title>Display new elements in back office page with a dashboard, on top Menu</title>
      <description>This hook launches modules when a page with a dashboard is displayed</description>
    </hook>
    <hook id="displayDashboardToolbarIcons">
      <name>displayDashboardToolbarIcons</name>
      <title>Display new elements in back office page with dashboard, on icons list</title>
      <description>This hook launches modules when the back office with dashboard is displayed</description>
    </hook>
    <hook id="actionBuildFrontEndObject">
      <name>actionBuildFrontEndObject</name>
      <title>Manage elements added to the "prestashop" javascript object</title>
      <description>This hook allows you to customize the "prestashop" javascript object that is included in all front office pages</description>
    </hook>
    <hook id="actionFrontControllerInitAfter">
      <name>actionFrontControllerInitAfter</name>
      <title>Perform actions after front office controller initialization</title>
      <description>This hook is launched after the initialization of all front office controllers</description>
    </hook>
    <hook id="actionFrontControllerInitBefore">
      <name>actionFrontControllerInitBefore</name>
      <title>Perform actions before front office controller initialization</title>
      <description>This hook is launched before the initialization of all front office controllers</description>
    </hook>
    <hook id="actionAdminControllerInitAfter">
      <name>actionAdminControllerInitAfter</name>
      <title>Perform actions after admin controller initialization</title>
      <description>This hook is launched after the initialization of all admin controllers</description>
    </hook>
    <hook id="actionAdminControllerInitBefore">
      <name>actionAdminControllerInitBefore</name>
      <title>Perform actions before admin controller initialization</title>
      <description>This hook is launched before the initialization of all admin controllers</description>
    </hook>
    <hook id="actionControllerInitAfter">
      <name>actionControllerInitAfter</name>
      <title>Perform actions after controller initialization</title>
      <description>This hook is launched after the initialization of all controllers</description>
    </hook>
    <hook id="actionControllerInitBefore">
      <name>actionControllerInitBefore</name>
      <title>Perform actions before controller initialization</title>
      <description>This hook is launched before the initialization of all controllers</description>
    </hook>
    <hook id="actionAdministrationPageForm">
      <name>actionAdministrationPageForm</name>
      <title>Manage Administration Page form fields</title>
      <description>This hook adds, update or remove fields of the Administration Page form</description>
    </hook>
    <hook id="actionPerformancePageForm">
      <name>actionPerformancePageForm</name>
      <title>Manage Performance Page form fields</title>
      <description>This hook adds, update or remove fields of the Performance Page form</description>
    </hook>
    <hook id="actionMaintenancePageForm">
      <name>actionMaintenancePageForm</name>
      <title>Manage Maintenance Page form fields</title>
      <description>This hook adds, update or remove fields of the Maintenance Page form</description>
    </hook>
    <hook id="actionWebserviceKeyGridPresenterModifier">
      <name>actionWebserviceKeyGridPresenterModifier</name>
      <title>Modify Webservice grid view data</title>
      <description>This hook allows to alter presented Webservice grid data</description>
    </hook>
    <hook id="actionWebserviceKeyGridDefinitionModifier">
      <name>actionWebserviceKeyGridDefinitionModifier</name>
      <title>Modifying Webservice grid definition</title>
      <description>This hook allows to alter Webservice grid columns, actions and filters</description>
    </hook>
    <hook id="actionWebserviceKeyGridQueryBuilderModifier">
      <name>actionWebserviceKeyGridQueryBuilderModifier</name>
      <title>Modify Webservice grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for Webservice grid</description>
    </hook>
    <hook id="actionWebserviceKeyGridFilterFormModifier">
      <name>actionWebserviceKeyGridFilterFormModifier</name>
      <title>Modify filters form for Webservice grid</title>
      <description>This hook allows to alter filters form used in Webservice</description>
    </hook>
    <hook id="actionSqlRequestGridPresenterModifier">
      <name>actionSqlRequestGridPresenterModifier</name>
      <title>Modify SQL Manager grid view data</title>
      <description>This hook allows to alter presented SQL Manager grid data</description>
    </hook>
    <hook id="actionSqlRequestGridDefinitionModifier">
      <name>actionSqlRequestGridDefinitionModifier</name>
      <title>Modifying SQL Manager grid definition</title>
      <description>This hook allows to alter SQL Manager grid columns, actions and filters</description>
    </hook>
    <hook id="actionSqlRequestGridQueryBuilderModifier">
      <name>actionSqlRequestGridQueryBuilderModifier</name>
      <title>Modify SQL Manager grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for SQL Manager grid</description>
    </hook>
    <hook id="actionSqlRequestGridFilterFormModifier">
      <name>actionSqlRequestGridFilterFormModifier</name>
      <title>Modify filters form for SQL Manager grid</title>
      <description>This hook allows to alter filters form used in SQL Manager</description>
    </hook>
    <hook id="actionMetaGridPresenterModifier">
      <name>actionMetaGridPresenterModifier</name>
      <title>Modify SEO and URLs grid view data</title>
      <description>This hook allows to alter presented SEO and URLs grid data</description>
    </hook>
    <hook id="actionMetaGridDefinitionModifier">
      <name>actionMetaGridDefinitionModifier</name>
      <title>Modifying SEO and URLs grid definition</title>
      <description>This hook allows to alter SEO and URLs grid columns, actions and filters</description>
    </hook>
    <hook id="actionMetaGridQueryBuilderModifier">
      <name>actionMetaGridQueryBuilderModifier</name>
      <title>Modify SEO and URLs grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for SEO and URLs grid</description>
    </hook>
    <hook id="actionMetaGridFilterFormModifier">
      <name>actionMetaGridFilterFormModifier</name>
      <title>Modify filters form for SEO and URLs grid</title>
      <description>This hook allows to alter filters form used in SEO and URLs</description>
    </hook>
    <hook id="actionLogsGridPresenterModifier">
      <name>actionLogsGridPresenterModifier</name>
      <title>Modify Logs grid view data</title>
      <description>This hook allows to alter presented Logs grid data</description>
    </hook>
    <hook id="actionLogsGridDefinitionModifier">
      <name>actionLogsGridDefinitionModifier</name>
      <title>Modifying Logs grid definition</title>
      <description>This hook allows to alter Logs grid columns, actions and filters</description>
    </hook>
    <hook id="actionLogsGridQueryBuilderModifier">
      <name>actionLogsGridQueryBuilderModifier</name>
      <title>Modify Logs grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for Logs grid</description>
    </hook>
    <hook id="actionLogsGridFilterFormModifier">
      <name>actionLogsGridFilterFormModifier</name>
      <title>Modify filters form for Logs grid</title>
      <description>This hook allows to alter filters form used in Logs</description>
    </hook>
    <hook id="actionEmailLogsGridPresenterModifier">
      <name>actionEmailLogsGridPresenterModifier</name>
      <title>Modify E-mail grid view data</title>
      <description>This hook allows to alter presented E-mail grid data</description>
    </hook>
    <hook id="actionEmailLogsGridDefinitionModifier">
      <name>actionEmailLogsGridDefinitionModifier</name>
      <title>Modifying E-mail grid definition</title>
      <description>This hook allows to alter E-mail grid columns, actions and filters</description>
    </hook>
    <hook id="actionEmailLogsGridQueryBuilderModifier">
      <name>actionEmailLogsGridQueryBuilderModifier</name>
      <title>Modify E-mail grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for E-mail grid</description>
    </hook>
    <hook id="actionEmailLogsGridFilterFormModifier">
      <name>actionEmailLogsGridFilterFormModifier</name>
      <title>Modify filters form for E-mail grid</title>
      <description>This hook allows to alter filters form used in E-mail</description>
    </hook>
    <hook id="actionBackupGridPresenterModifier">
      <name>actionBackupGridPresenterModifier</name>
      <title>Modify DB Backup grid view data</title>
      <description>This hook allows to alter presented DB Backup grid data</description>
    </hook>
    <hook id="actionBackupGridDefinitionModifier">
      <name>actionBackupGridDefinitionModifier</name>
      <title>Modifying DB Backup grid definition</title>
      <description>This hook allows to alter DB Backup grid columns, actions and filters</description>
    </hook>
    <hook id="actionBackupGridFilterFormModifier">
      <name>actionBackupGridFilterFormModifier</name>
      <title>Modify filters form for DB Backup grid</title>
      <description>This hook allows to alter filters form used in DB Backup</description>
    </hook>
    <hook id="actionProductFlagsModifier">
      <name>actionProductFlagsModifier</name>
      <title>Customize product labels displayed on the product list on FO</title>
      <description>This hook allows to add and remove product labels displayed on top of product images</description>
    </hook>
    <hook id="actionListMailThemes">
      <name>actionListMailThemes</name>
      <title>List the available email themes and layouts</title>
      <description>This hook allows to add/remove available email themes (ThemeInterface) and/or to add/remove their layouts (LayoutInterface)</description>
    </hook>
    <hook id="actionGetMailThemeFolder">
      <name>actionGetMailThemeFolder</name>
      <title>Define the folder of an email theme</title>
      <description>This hook allows to change the folder of an email theme (useful if you theme is in a module for example)</description>
    </hook>
    <hook id="actionBuildMailLayoutVariables">
      <name>actionBuildMailLayoutVariables</name>
      <title>Build the variables used in email layout rendering</title>
      <description>This hook allows to change the variables used when an email layout is rendered</description>
    </hook>
    <hook id="actionGetMailLayoutTransformations">
      <name>actionGetMailLayoutTransformations</name>
      <title>Define the transformation to apply on layout</title>
      <description>This hook allows to add/remove TransformationInterface used to generate an email layout</description>
    </hook>
    <hook id="displayProductActions">
      <name>displayProductActions</name>
      <title>Display additional action button on the product page</title>
      <description>This hook allow additional actions to be triggered, near the add to cart button.</description>
    </hook>
    <hook id="displayPersonalInformationTop">
      <name>displayPersonalInformationTop</name>
      <title>Content in the checkout funnel, on top of the personal information panel</title>
      <description>Display actions or additional content in the personal details tab of the checkout funnel.</description>
    </hook>
    <hook id="actionSqlRequestFormBuilderModifier">
      <name>actionSqlRequestFormBuilderModifier</name>
      <title>Modify sql request identifiable object form</title>
      <description>This hook allows to modify sql request identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionCustomerFormBuilderModifier">
      <name>actionCustomerFormBuilderModifier</name>
      <title>Modify customer identifiable object form</title>
      <description>This hook allows to modify customer identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionLanguageFormBuilderModifier">
      <name>actionLanguageFormBuilderModifier</name>
      <title>Modify language identifiable object form</title>
      <description>This hook allows to modify language identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionCurrencyFormBuilderModifier">
      <name>actionCurrencyFormBuilderModifier</name>
      <title>Modify currency identifiable object form</title>
      <description>This hook allows to modify currency identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionWebserviceKeyFormBuilderModifier">
      <name>actionWebserviceKeyFormBuilderModifier</name>
      <title>Modify webservice key identifiable object form</title>
      <description>This hook allows to modify webservice key identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionMetaFormBuilderModifier">
      <name>actionMetaFormBuilderModifier</name>
      <title>Modify meta identifiable object form</title>
      <description>This hook allows to modify meta identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionCategoryFormBuilderModifier">
      <name>actionCategoryFormBuilderModifier</name>
      <title>Modify category identifiable object form</title>
      <description>This hook allows to modify category identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionRootCategoryFormBuilderModifier">
      <name>actionRootCategoryFormBuilderModifier</name>
      <title>Modify root category identifiable object form</title>
      <description>This hook allows to modify root category identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionContactFormBuilderModifier">
      <name>actionContactFormBuilderModifier</name>
      <title>Modify contact identifiable object form</title>
      <description>This hook allows to modify contact identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionCmsPageCategoryFormBuilderModifier">
      <name>actionCmsPageCategoryFormBuilderModifier</name>
      <title>Modify cms page category identifiable object form</title>
      <description>This hook allows to modify cms page category identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionTaxFormBuilderModifier">
      <name>actionTaxFormBuilderModifier</name>
      <title>Modify tax identifiable object form</title>
      <description>This hook allows to modify tax identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionManufacturerFormBuilderModifier">
      <name>actionManufacturerFormBuilderModifier</name>
      <title>Modify manufacturer identifiable object form</title>
      <description>This hook allows to modify manufacturer identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionEmployeeFormBuilderModifier">
      <name>actionEmployeeFormBuilderModifier</name>
      <title>Modify employee identifiable object form</title>
      <description>This hook allows to modify employee identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionProfileFormBuilderModifier">
      <name>actionProfileFormBuilderModifier</name>
      <title>Modify profile identifiable object form</title>
      <description>This hook allows to modify profile identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionCmsPageFormBuilderModifier">
      <name>actionCmsPageFormBuilderModifier</name>
      <title>Modify cms page identifiable object form</title>
      <description>This hook allows to modify cms page identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionManufacturerAddressFormBuilderModifier">
      <name>actionManufacturerAddressFormBuilderModifier</name>
      <title>Modify manufacturer address identifiable object form</title>
      <description>This hook allows to modify manufacturer address identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionBeforeUpdateSqlRequestFormHandler">
      <name>actionBeforeUpdateSqlRequestFormHandler</name>
      <title>Modify sql request identifiable object data before updating it</title>
      <description>This hook allows to modify sql request identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateCustomerFormHandler">
      <name>actionBeforeUpdateCustomerFormHandler</name>
      <title>Modify customer identifiable object data before updating it</title>
      <description>This hook allows to modify customer identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateLanguageFormHandler">
      <name>actionBeforeUpdateLanguageFormHandler</name>
      <title>Modify language identifiable object data before updating it</title>
      <description>This hook allows to modify language identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateCurrencyFormHandler">
      <name>actionBeforeUpdateCurrencyFormHandler</name>
      <title>Modify currency identifiable object data before updating it</title>
      <description>This hook allows to modify currency identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateWebserviceKeyFormHandler">
      <name>actionBeforeUpdateWebserviceKeyFormHandler</name>
      <title>Modify webservice key identifiable object data before updating it</title>
      <description>This hook allows to modify webservice key identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateMetaFormHandler">
      <name>actionBeforeUpdateMetaFormHandler</name>
      <title>Modify meta identifiable object data before updating it</title>
      <description>This hook allows to modify meta identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateCategoryFormHandler">
      <name>actionBeforeUpdateCategoryFormHandler</name>
      <title>Modify category identifiable object data before updating it</title>
      <description>This hook allows to modify category identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateRootCategoryFormHandler">
      <name>actionBeforeUpdateRootCategoryFormHandler</name>
      <title>Modify root category identifiable object data before updating it</title>
      <description>This hook allows to modify root category identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateContactFormHandler">
      <name>actionBeforeUpdateContactFormHandler</name>
      <title>Modify contact identifiable object data before updating it</title>
      <description>This hook allows to modify contact identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateCmsPageCategoryFormHandler">
      <name>actionBeforeUpdateCmsPageCategoryFormHandler</name>
      <title>Modify cms page category identifiable object data before updating it</title>
      <description>This hook allows to modify cms page category identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateTaxFormHandler">
      <name>actionBeforeUpdateTaxFormHandler</name>
      <title>Modify tax identifiable object data before updating it</title>
      <description>This hook allows to modify tax identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateManufacturerFormHandler">
      <name>actionBeforeUpdateManufacturerFormHandler</name>
      <title>Modify manufacturer identifiable object data before updating it</title>
      <description>This hook allows to modify manufacturer identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateEmployeeFormHandler">
      <name>actionBeforeUpdateEmployeeFormHandler</name>
      <title>Modify employee identifiable object data before updating it</title>
      <description>This hook allows to modify employee identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateProfileFormHandler">
      <name>actionBeforeUpdateProfileFormHandler</name>
      <title>Modify profile identifiable object data before updating it</title>
      <description>This hook allows to modify profile identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateCmsPageFormHandler">
      <name>actionBeforeUpdateCmsPageFormHandler</name>
      <title>Modify cms page identifiable object data before updating it</title>
      <description>This hook allows to modify cms page identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateManufacturerAddressFormHandler">
      <name>actionBeforeUpdateManufacturerAddressFormHandler</name>
      <title>Modify manufacturer address identifiable object data before updating it</title>
      <description>This hook allows to modify manufacturer address identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionAfterUpdateSqlRequestFormHandler">
      <name>actionAfterUpdateSqlRequestFormHandler</name>
      <title>Modify sql request identifiable object data after updating it</title>
      <description>This hook allows to modify sql request identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateCustomerFormHandler">
      <name>actionAfterUpdateCustomerFormHandler</name>
      <title>Modify customer identifiable object data after updating it</title>
      <description>This hook allows to modify customer identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateLanguageFormHandler">
      <name>actionAfterUpdateLanguageFormHandler</name>
      <title>Modify language identifiable object data after updating it</title>
      <description>This hook allows to modify language identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateCurrencyFormHandler">
      <name>actionAfterUpdateCurrencyFormHandler</name>
      <title>Modify currency identifiable object data after updating it</title>
      <description>This hook allows to modify currency identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateWebserviceKeyFormHandler">
      <name>actionAfterUpdateWebserviceKeyFormHandler</name>
      <title>Modify webservice key identifiable object data after updating it</title>
      <description>This hook allows to modify webservice key identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateMetaFormHandler">
      <name>actionAfterUpdateMetaFormHandler</name>
      <title>Modify meta identifiable object data after updating it</title>
      <description>This hook allows to modify meta identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateCategoryFormHandler">
      <name>actionAfterUpdateCategoryFormHandler</name>
      <title>Modify category identifiable object data after updating it</title>
      <description>This hook allows to modify category identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateRootCategoryFormHandler">
      <name>actionAfterUpdateRootCategoryFormHandler</name>
      <title>Modify root category identifiable object data after updating it</title>
      <description>This hook allows to modify root category identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateContactFormHandler">
      <name>actionAfterUpdateContactFormHandler</name>
      <title>Modify contact identifiable object data after updating it</title>
      <description>This hook allows to modify contact identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateCmsPageCategoryFormHandler">
      <name>actionAfterUpdateCmsPageCategoryFormHandler</name>
      <title>Modify cms page category identifiable object data after updating it</title>
      <description>This hook allows to modify cms page category identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateTaxFormHandler">
      <name>actionAfterUpdateTaxFormHandler</name>
      <title>Modify tax identifiable object data after updating it</title>
      <description>This hook allows to modify tax identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateManufacturerFormHandler">
      <name>actionAfterUpdateManufacturerFormHandler</name>
      <title>Modify manufacturer identifiable object data after updating it</title>
      <description>This hook allows to modify manufacturer identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateEmployeeFormHandler">
      <name>actionAfterUpdateEmployeeFormHandler</name>
      <title>Modify employee identifiable object data after updating it</title>
      <description>This hook allows to modify employee identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateProfileFormHandler">
      <name>actionAfterUpdateProfileFormHandler</name>
      <title>Modify profile identifiable object data after updating it</title>
      <description>This hook allows to modify profile identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateCmsPageFormHandler">
      <name>actionAfterUpdateCmsPageFormHandler</name>
      <title>Modify cms page identifiable object data after updating it</title>
      <description>This hook allows to modify cms page identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateManufacturerAddressFormHandler">
      <name>actionAfterUpdateManufacturerAddressFormHandler</name>
      <title>Modify manufacturer address identifiable object data after updating it</title>
      <description>This hook allows to modify manufacturer address identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionBeforeCreateSqlRequestFormHandler">
      <name>actionBeforeCreateSqlRequestFormHandler</name>
      <title>Modify sql request identifiable object data before creating it</title>
      <description>This hook allows to modify sql request identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateCustomerFormHandler">
      <name>actionBeforeCreateCustomerFormHandler</name>
      <title>Modify customer identifiable object data before creating it</title>
      <description>This hook allows to modify customer identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateLanguageFormHandler">
      <name>actionBeforeCreateLanguageFormHandler</name>
      <title>Modify language identifiable object data before creating it</title>
      <description>This hook allows to modify language identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateCurrencyFormHandler">
      <name>actionBeforeCreateCurrencyFormHandler</name>
      <title>Modify currency identifiable object data before creating it</title>
      <description>This hook allows to modify currency identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateWebserviceKeyFormHandler">
      <name>actionBeforeCreateWebserviceKeyFormHandler</name>
      <title>Modify webservice key identifiable object data before creating it</title>
      <description>This hook allows to modify webservice key identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateMetaFormHandler">
      <name>actionBeforeCreateMetaFormHandler</name>
      <title>Modify meta identifiable object data before creating it</title>
      <description>This hook allows to modify meta identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateCategoryFormHandler">
      <name>actionBeforeCreateCategoryFormHandler</name>
      <title>Modify category identifiable object data before creating it</title>
      <description>This hook allows to modify category identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateRootCategoryFormHandler">
      <name>actionBeforeCreateRootCategoryFormHandler</name>
      <title>Modify root category identifiable object data before creating it</title>
      <description>This hook allows to modify root category identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateContactFormHandler">
      <name>actionBeforeCreateContactFormHandler</name>
      <title>Modify contact identifiable object data before creating it</title>
      <description>This hook allows to modify contact identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateCmsPageCategoryFormHandler">
      <name>actionBeforeCreateCmsPageCategoryFormHandler</name>
      <title>Modify cms page category identifiable object data before creating it</title>
      <description>This hook allows to modify cms page category identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateTaxFormHandler">
      <name>actionBeforeCreateTaxFormHandler</name>
      <title>Modify tax identifiable object data before creating it</title>
      <description>This hook allows to modify tax identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateManufacturerFormHandler">
      <name>actionBeforeCreateManufacturerFormHandler</name>
      <title>Modify manufacturer identifiable object data before creating it</title>
      <description>This hook allows to modify manufacturer identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateEmployeeFormHandler">
      <name>actionBeforeCreateEmployeeFormHandler</name>
      <title>Modify employee identifiable object data before creating it</title>
      <description>This hook allows to modify employee identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateProfileFormHandler">
      <name>actionBeforeCreateProfileFormHandler</name>
      <title>Modify profile identifiable object data before creating it</title>
      <description>This hook allows to modify profile identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateCmsPageFormHandler">
      <name>actionBeforeCreateCmsPageFormHandler</name>
      <title>Modify cms page identifiable object data before creating it</title>
      <description>This hook allows to modify cms page identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateManufacturerAddressFormHandler">
      <name>actionBeforeCreateManufacturerAddressFormHandler</name>
      <title>Modify manufacturer address identifiable object data before creating it</title>
      <description>This hook allows to modify manufacturer address identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionAfterCreateSqlRequestFormHandler">
      <name>actionAfterCreateSqlRequestFormHandler</name>
      <title>Modify sql request identifiable object data after creating it</title>
      <description>This hook allows to modify sql request identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateCustomerFormHandler">
      <name>actionAfterCreateCustomerFormHandler</name>
      <title>Modify customer identifiable object data after creating it</title>
      <description>This hook allows to modify customer identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateLanguageFormHandler">
      <name>actionAfterCreateLanguageFormHandler</name>
      <title>Modify language identifiable object data after creating it</title>
      <description>This hook allows to modify language identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateCurrencyFormHandler">
      <name>actionAfterCreateCurrencyFormHandler</name>
      <title>Modify currency identifiable object data after creating it</title>
      <description>This hook allows to modify currency identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateWebserviceKeyFormHandler">
      <name>actionAfterCreateWebserviceKeyFormHandler</name>
      <title>Modify webservice key identifiable object data after creating it</title>
      <description>This hook allows to modify webservice key identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateMetaFormHandler">
      <name>actionAfterCreateMetaFormHandler</name>
      <title>Modify meta identifiable object data after creating it</title>
      <description>This hook allows to modify meta identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateCategoryFormHandler">
      <name>actionAfterCreateCategoryFormHandler</name>
      <title>Modify category identifiable object data after creating it</title>
      <description>This hook allows to modify category identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateRootCategoryFormHandler">
      <name>actionAfterCreateRootCategoryFormHandler</name>
      <title>Modify root category identifiable object data after creating it</title>
      <description>This hook allows to modify root category identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateContactFormHandler">
      <name>actionAfterCreateContactFormHandler</name>
      <title>Modify contact identifiable object data after creating it</title>
      <description>This hook allows to modify contact identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateCmsPageCategoryFormHandler">
      <name>actionAfterCreateCmsPageCategoryFormHandler</name>
      <title>Modify cms page category identifiable object data after creating it</title>
      <description>This hook allows to modify cms page category identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateTaxFormHandler">
      <name>actionAfterCreateTaxFormHandler</name>
      <title>Modify tax identifiable object data after creating it</title>
      <description>This hook allows to modify tax identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateManufacturerFormHandler">
      <name>actionAfterCreateManufacturerFormHandler</name>
      <title>Modify manufacturer identifiable object data after creating it</title>
      <description>This hook allows to modify manufacturer identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateEmployeeFormHandler">
      <name>actionAfterCreateEmployeeFormHandler</name>
      <title>Modify employee identifiable object data after creating it</title>
      <description>This hook allows to modify employee identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateProfileFormHandler">
      <name>actionAfterCreateProfileFormHandler</name>
      <title>Modify profile identifiable object data after creating it</title>
      <description>This hook allows to modify profile identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateCmsPageFormHandler">
      <name>actionAfterCreateCmsPageFormHandler</name>
      <title>Modify cms page identifiable object data after creating it</title>
      <description>This hook allows to modify cms page identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateManufacturerAddressFormHandler">
      <name>actionAfterCreateManufacturerAddressFormHandler</name>
      <title>Modify manufacturer address identifiable object data after creating it</title>
      <description>This hook allows to modify manufacturer address identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionShippingPreferencesPageForm">
      <name>actionShippingPreferencesPageForm</name>
      <title>Modify shipping preferences page options form content</title>
      <description>This hook allows to modify shipping preferences page options form FormBuilder</description>
    </hook>
    <hook id="actionOrdersInvoicesByDateForm">
      <name>actionOrdersInvoicesByDateForm</name>
      <title>Modify orders invoices by date options form content</title>
      <description>This hook allows to modify orders invoices by date options form FormBuilder</description>
    </hook>
    <hook id="actionOrdersInvoicesByStatusForm">
      <name>actionOrdersInvoicesByStatusForm</name>
      <title>Modify orders invoices by status options form content</title>
      <description>This hook allows to modify orders invoices by status options form FormBuilder</description>
    </hook>
    <hook id="actionOrdersInvoicesOptionsForm">
      <name>actionOrdersInvoicesOptionsForm</name>
      <title>Modify orders invoices options options form content</title>
      <description>This hook allows to modify orders invoices options options form FormBuilder</description>
    </hook>
    <hook id="actionCustomerPreferencesPageForm">
      <name>actionCustomerPreferencesPageForm</name>
      <title>Modify customer preferences page options form content</title>
      <description>This hook allows to modify customer preferences page options form FormBuilder</description>
    </hook>
    <hook id="actionOrderPreferencesPageForm">
      <name>actionOrderPreferencesPageForm</name>
      <title>Modify order preferences page options form content</title>
      <description>This hook allows to modify order preferences page options form FormBuilder</description>
    </hook>
    <hook id="actionProductPreferencesPageForm">
      <name>actionProductPreferencesPageForm</name>
      <title>Modify product preferences page options form content</title>
      <description>This hook allows to modify product preferences page options form FormBuilder</description>
    </hook>
    <hook id="actionGeneralPageForm">
      <name>actionGeneralPageForm</name>
      <title>Modify general page options form content</title>
      <description>This hook allows to modify general page options form FormBuilder</description>
    </hook>
    <hook id="actionLogsPageForm">
      <name>actionLogsPageForm</name>
      <title>Modify logs page options form content</title>
      <description>This hook allows to modify logs page options form FormBuilder</description>
    </hook>
    <hook id="actionOrderDeliverySlipOptionsForm">
      <name>actionOrderDeliverySlipOptionsForm</name>
      <title>Modify order delivery slip options options form content</title>
      <description>This hook allows to modify order delivery slip options options form FormBuilder</description>
    </hook>
    <hook id="actionOrderDeliverySlipPdfForm">
      <name>actionOrderDeliverySlipPdfForm</name>
      <title>Modify order delivery slip pdf options form content</title>
      <description>This hook allows to modify order delivery slip pdf options form FormBuilder</description>
    </hook>
    <hook id="actionGeolocationPageForm">
      <name>actionGeolocationPageForm</name>
      <title>Modify geolocation page options form content</title>
      <description>This hook allows to modify geolocation page options form FormBuilder</description>
    </hook>
    <hook id="actionLocalizationPageForm">
      <name>actionLocalizationPageForm</name>
      <title>Modify localization page options form content</title>
      <description>This hook allows to modify localization page options form FormBuilder</description>
    </hook>
    <hook id="actionPaymentPreferencesForm">
      <name>actionPaymentPreferencesForm</name>
      <title>Modify payment preferences options form content</title>
      <description>This hook allows to modify payment preferences options form FormBuilder</description>
    </hook>
    <hook id="actionEmailConfigurationForm">
      <name>actionEmailConfigurationForm</name>
      <title>Modify email configuration options form content</title>
      <description>This hook allows to modify email configuration options form FormBuilder</description>
    </hook>
    <hook id="actionRequestSqlForm">
      <name>actionRequestSqlForm</name>
      <title>Modify request sql options form content</title>
      <description>This hook allows to modify request sql options form FormBuilder</description>
    </hook>
    <hook id="actionBackupForm">
      <name>actionBackupForm</name>
      <title>Modify backup options form content</title>
      <description>This hook allows to modify backup options form FormBuilder</description>
    </hook>
    <hook id="actionWebservicePageForm">
      <name>actionWebservicePageForm</name>
      <title>Modify webservice page options form content</title>
      <description>This hook allows to modify webservice page options form FormBuilder</description>
    </hook>
    <hook id="actionMetaPageForm">
      <name>actionMetaPageForm</name>
      <title>Modify meta page options form content</title>
      <description>This hook allows to modify meta page options form FormBuilder</description>
    </hook>
    <hook id="actionEmployeeForm">
      <name>actionEmployeeForm</name>
      <title>Modify employee options form content</title>
      <description>This hook allows to modify employee options form FormBuilder</description>
    </hook>
    <hook id="actionCurrencyForm">
      <name>actionCurrencyForm</name>
      <title>Modify currency options form content</title>
      <description>This hook allows to modify currency options form FormBuilder</description>
    </hook>
    <hook id="actionShopLogoForm">
      <name>actionShopLogoForm</name>
      <title>Modify shop logo options form content</title>
      <description>This hook allows to modify shop logo options form FormBuilder</description>
    </hook>
    <hook id="actionTaxForm">
      <name>actionTaxForm</name>
      <title>Modify tax options form content</title>
      <description>This hook allows to modify tax options form FormBuilder</description>
    </hook>
    <hook id="actionMailThemeForm">
      <name>actionMailThemeForm</name>
      <title>Modify mail theme options form content</title>
      <description>This hook allows to modify mail theme options form FormBuilder</description>
    </hook>
    <hook id="actionPerformancePageSave">
      <name>actionPerformancePageSave</name>
      <title>Modify performance page options form saved data</title>
      <description>This hook allows to modify data of performance page options form after it was saved</description>
    </hook>
    <hook id="actionMaintenancePageSave">
      <name>actionMaintenancePageSave</name>
      <title>Modify maintenance page options form saved data</title>
      <description>This hook allows to modify data of maintenance page options form after it was saved</description>
    </hook>
    <hook id="actionAdministrationPageSave">
      <name>actionAdministrationPageSave</name>
      <title>Modify administration page options form saved data</title>
      <description>This hook allows to modify data of administration page options form after it was saved</description>
    </hook>
    <hook id="actionShippingPreferencesPageSave">
      <name>actionShippingPreferencesPageSave</name>
      <title>Modify shipping preferences page options form saved data</title>
      <description>This hook allows to modify data of shipping preferences page options form after it was saved</description>
    </hook>
    <hook id="actionOrdersInvoicesByDateSave">
      <name>actionOrdersInvoicesByDateSave</name>
      <title>Modify orders invoices by date options form saved data</title>
      <description>This hook allows to modify data of orders invoices by date options form after it was saved</description>
    </hook>
    <hook id="actionOrdersInvoicesByStatusSave">
      <name>actionOrdersInvoicesByStatusSave</name>
      <title>Modify orders invoices by status options form saved data</title>
      <description>This hook allows to modify data of orders invoices by status options form after it was saved</description>
    </hook>
    <hook id="actionOrdersInvoicesOptionsSave">
      <name>actionOrdersInvoicesOptionsSave</name>
      <title>Modify orders invoices options options form saved data</title>
      <description>This hook allows to modify data of orders invoices options options form after it was saved</description>
    </hook>
    <hook id="actionCustomerPreferencesPageSave">
      <name>actionCustomerPreferencesPageSave</name>
      <title>Modify customer preferences page options form saved data</title>
      <description>This hook allows to modify data of customer preferences page options form after it was saved</description>
    </hook>
    <hook id="actionOrderPreferencesPageSave">
      <name>actionOrderPreferencesPageSave</name>
      <title>Modify order preferences page options form saved data</title>
      <description>This hook allows to modify data of order preferences page options form after it was saved</description>
    </hook>
    <hook id="actionProductPreferencesPageSave">
      <name>actionProductPreferencesPageSave</name>
      <title>Modify product preferences page options form saved data</title>
      <description>This hook allows to modify data of product preferences page options form after it was saved</description>
    </hook>
    <hook id="actionGeneralPageSave">
      <name>actionGeneralPageSave</name>
      <title>Modify general page options form saved data</title>
      <description>This hook allows to modify data of general page options form after it was saved</description>
    </hook>
    <hook id="actionLogsPageSave">
      <name>actionLogsPageSave</name>
      <title>Modify logs page options form saved data</title>
      <description>This hook allows to modify data of logs page options form after it was saved</description>
    </hook>
    <hook id="actionOrderDeliverySlipOptionsSave">
      <name>actionOrderDeliverySlipOptionsSave</name>
      <title>Modify order delivery slip options options form saved data</title>
      <description>This hook allows to modify data of order delivery slip options options form after it was saved</description>
    </hook>
    <hook id="actionOrderDeliverySlipPdfSave">
      <name>actionOrderDeliverySlipPdfSave</name>
      <title>Modify order delivery slip pdf options form saved data</title>
      <description>This hook allows to modify data of order delivery slip pdf options form after it was saved</description>
    </hook>
    <hook id="actionGeolocationPageSave">
      <name>actionGeolocationPageSave</name>
      <title>Modify geolocation page options form saved data</title>
      <description>This hook allows to modify data of geolocation page options form after it was saved</description>
    </hook>
    <hook id="actionLocalizationPageSave">
      <name>actionLocalizationPageSave</name>
      <title>Modify localization page options form saved data</title>
      <description>This hook allows to modify data of localization page options form after it was saved</description>
    </hook>
    <hook id="actionPaymentPreferencesSave">
      <name>actionPaymentPreferencesSave</name>
      <title>Modify payment preferences options form saved data</title>
      <description>This hook allows to modify data of payment preferences options form after it was saved</description>
    </hook>
    <hook id="actionEmailConfigurationSave">
      <name>actionEmailConfigurationSave</name>
      <title>Modify email configuration options form saved data</title>
      <description>This hook allows to modify data of email configuration options form after it was saved</description>
    </hook>
    <hook id="actionRequestSqlSave">
      <name>actionRequestSqlSave</name>
      <title>Modify request sql options form saved data</title>
      <description>This hook allows to modify data of request sql options form after it was saved</description>
    </hook>
    <hook id="actionBackupSave">
      <name>actionBackupSave</name>
      <title>Modify backup options form saved data</title>
      <description>This hook allows to modify data of backup options form after it was saved</description>
    </hook>
    <hook id="actionWebservicePageSave">
      <name>actionWebservicePageSave</name>
      <title>Modify webservice page options form saved data</title>
      <description>This hook allows to modify data of webservice page options form after it was saved</description>
    </hook>
    <hook id="actionMetaPageSave">
      <name>actionMetaPageSave</name>
      <title>Modify meta page options form saved data</title>
      <description>This hook allows to modify data of meta page options form after it was saved</description>
    </hook>
    <hook id="actionEmployeeSave">
      <name>actionEmployeeSave</name>
      <title>Modify employee options form saved data</title>
      <description>This hook allows to modify data of employee options form after it was saved</description>
    </hook>
    <hook id="actionCurrencySave">
      <name>actionCurrencySave</name>
      <title>Modify currency options form saved data</title>
      <description>This hook allows to modify data of currency options form after it was saved</description>
    </hook>
    <hook id="actionShopLogoSave">
      <name>actionShopLogoSave</name>
      <title>Modify shop logo options form saved data</title>
      <description>This hook allows to modify data of shop logo options form after it was saved</description>
    </hook>
    <hook id="actionTaxSave">
      <name>actionTaxSave</name>
      <title>Modify tax options form saved data</title>
      <description>This hook allows to modify data of tax options form after it was saved</description>
    </hook>
    <hook id="actionMailThemeSave">
      <name>actionMailThemeSave</name>
      <title>Modify mail theme options form saved data</title>
      <description>This hook allows to modify data of mail theme options form after it was saved</description>
    </hook>
    <hook id="actionCategoryGridDefinitionModifier">
      <name>actionCategoryGridDefinitionModifier</name>
      <title>Modify category grid definition</title>
      <description>This hook allows to alter category grid columns, actions and filters</description>
    </hook>
    <hook id="actionEmployeeGridDefinitionModifier">
      <name>actionEmployeeGridDefinitionModifier</name>
      <title>Modify employee grid definition</title>
      <description>This hook allows to alter employee grid columns, actions and filters</description>
    </hook>
    <hook id="actionContactGridDefinitionModifier">
      <name>actionContactGridDefinitionModifier</name>
      <title>Modify contact grid definition</title>
      <description>This hook allows to alter contact grid columns, actions and filters</description>
    </hook>
    <hook id="actionCustomerGridDefinitionModifier">
      <name>actionCustomerGridDefinitionModifier</name>
      <title>Modify customer grid definition</title>
      <description>This hook allows to alter customer grid columns, actions and filters</description>
    </hook>
    <hook id="actionLanguageGridDefinitionModifier">
      <name>actionLanguageGridDefinitionModifier</name>
      <title>Modify language grid definition</title>
      <description>This hook allows to alter language grid columns, actions and filters</description>
    </hook>
    <hook id="actionCurrencyGridDefinitionModifier">
      <name>actionCurrencyGridDefinitionModifier</name>
      <title>Modify currency grid definition</title>
      <description>This hook allows to alter currency grid columns, actions and filters</description>
    </hook>
    <hook id="actionSupplierGridDefinitionModifier">
      <name>actionSupplierGridDefinitionModifier</name>
      <title>Modify supplier grid definition</title>
      <description>This hook allows to alter supplier grid columns, actions and filters</description>
    </hook>
    <hook id="actionProfileGridDefinitionModifier">
      <name>actionProfileGridDefinitionModifier</name>
      <title>Modify profile grid definition</title>
      <description>This hook allows to alter profile grid columns, actions and filters</description>
    </hook>
    <hook id="actionCmsPageCategoryGridDefinitionModifier">
      <name>actionCmsPageCategoryGridDefinitionModifier</name>
      <title>Modify cms page category grid definition</title>
      <description>This hook allows to alter cms page category grid columns, actions and filters</description>
    </hook>
    <hook id="actionTaxGridDefinitionModifier">
      <name>actionTaxGridDefinitionModifier</name>
      <title>Modify tax grid definition</title>
      <description>This hook allows to alter tax grid columns, actions and filters</description>
    </hook>
    <hook id="actionManufacturerGridDefinitionModifier">
      <name>actionManufacturerGridDefinitionModifier</name>
      <title>Modify manufacturer grid definition</title>
      <description>This hook allows to alter manufacturer grid columns, actions and filters</description>
    </hook>
    <hook id="actionManufacturerAddressGridDefinitionModifier">
      <name>actionManufacturerAddressGridDefinitionModifier</name>
      <title>Modify manufacturer address grid definition</title>
      <description>This hook allows to alter manufacturer address grid columns, actions and filters</description>
    </hook>
    <hook id="actionCmsPageGridDefinitionModifier">
      <name>actionCmsPageGridDefinitionModifier</name>
      <title>Modify cms page grid definition</title>
      <description>This hook allows to alter cms page grid columns, actions and filters</description>
    </hook>
    <hook id="actionBackupGridQueryBuilderModifier">
      <name>actionBackupGridQueryBuilderModifier</name>
      <title>Modify backup grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for backup grid</description>
    </hook>
    <hook id="actionCategoryGridQueryBuilderModifier">
      <name>actionCategoryGridQueryBuilderModifier</name>
      <title>Modify category grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for category grid</description>
    </hook>
    <hook id="actionEmployeeGridQueryBuilderModifier">
      <name>actionEmployeeGridQueryBuilderModifier</name>
      <title>Modify employee grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for employee grid</description>
    </hook>
    <hook id="actionContactGridQueryBuilderModifier">
      <name>actionContactGridQueryBuilderModifier</name>
      <title>Modify contact grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for contact grid</description>
    </hook>
    <hook id="actionCustomerGridQueryBuilderModifier">
      <name>actionCustomerGridQueryBuilderModifier</name>
      <title>Modify customer grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for customer grid</description>
    </hook>
    <hook id="actionLanguageGridQueryBuilderModifier">
      <name>actionLanguageGridQueryBuilderModifier</name>
      <title>Modify language grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for language grid</description>
    </hook>
    <hook id="actionCurrencyGridQueryBuilderModifier">
      <name>actionCurrencyGridQueryBuilderModifier</name>
      <title>Modify currency grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for currency grid</description>
    </hook>
    <hook id="actionSupplierGridQueryBuilderModifier">
      <name>actionSupplierGridQueryBuilderModifier</name>
      <title>Modify supplier grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for supplier grid</description>
    </hook>
    <hook id="actionProfileGridQueryBuilderModifier">
      <name>actionProfileGridQueryBuilderModifier</name>
      <title>Modify profile grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for profile grid</description>
    </hook>
    <hook id="actionCmsPageCategoryGridQueryBuilderModifier">
      <name>actionCmsPageCategoryGridQueryBuilderModifier</name>
      <title>Modify cms page category grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for cms page category grid</description>
    </hook>
    <hook id="actionTaxGridQueryBuilderModifier">
      <name>actionTaxGridQueryBuilderModifier</name>
      <title>Modify tax grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for tax grid</description>
    </hook>
    <hook id="actionManufacturerGridQueryBuilderModifier">
      <name>actionManufacturerGridQueryBuilderModifier</name>
      <title>Modify manufacturer grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for manufacturer grid</description>
    </hook>
    <hook id="actionManufacturerAddressGridQueryBuilderModifier">
      <name>actionManufacturerAddressGridQueryBuilderModifier</name>
      <title>Modify manufacturer address grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for manufacturer address grid</description>
    </hook>
    <hook id="actionCmsPageGridQueryBuilderModifier">
      <name>actionCmsPageGridQueryBuilderModifier</name>
      <title>Modify cms page grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for cms page grid</description>
    </hook>
    <hook id="actionLogsGridDataModifier">
      <name>actionLogsGridDataModifier</name>
      <title>Modify logs grid data</title>
      <description>This hook allows to modify logs grid data</description>
    </hook>
    <hook id="actionEmailLogsGridDataModifier">
      <name>actionEmailLogsGridDataModifier</name>
      <title>Modify email logs grid data</title>
      <description>This hook allows to modify email logs grid data</description>
    </hook>
    <hook id="actionSqlRequestGridDataModifier">
      <name>actionSqlRequestGridDataModifier</name>
      <title>Modify sql request grid data</title>
      <description>This hook allows to modify sql request grid data</description>
    </hook>
    <hook id="actionBackupGridDataModifier">
      <name>actionBackupGridDataModifier</name>
      <title>Modify backup grid data</title>
      <description>This hook allows to modify backup grid data</description>
    </hook>
    <hook id="actionWebserviceKeyGridDataModifier">
      <name>actionWebserviceKeyGridDataModifier</name>
      <title>Modify webservice key grid data</title>
      <description>This hook allows to modify webservice key grid data</description>
    </hook>
    <hook id="actionMetaGridDataModifier">
      <name>actionMetaGridDataModifier</name>
      <title>Modify meta grid data</title>
      <description>This hook allows to modify meta grid data</description>
    </hook>
    <hook id="actionCategoryGridDataModifier">
      <name>actionCategoryGridDataModifier</name>
      <title>Modify category grid data</title>
      <description>This hook allows to modify category grid data</description>
    </hook>
    <hook id="actionEmployeeGridDataModifier">
      <name>actionEmployeeGridDataModifier</name>
      <title>Modify employee grid data</title>
      <description>This hook allows to modify employee grid data</description>
    </hook>
    <hook id="actionContactGridDataModifier">
      <name>actionContactGridDataModifier</name>
      <title>Modify contact grid data</title>
      <description>This hook allows to modify contact grid data</description>
    </hook>
    <hook id="actionCustomerGridDataModifier">
      <name>actionCustomerGridDataModifier</name>
      <title>Modify customer grid data</title>
      <description>This hook allows to modify customer grid data</description>
    </hook>
    <hook id="actionLanguageGridDataModifier">
      <name>actionLanguageGridDataModifier</name>
      <title>Modify language grid data</title>
      <description>This hook allows to modify language grid data</description>
    </hook>
    <hook id="actionCurrencyGridDataModifier">
      <name>actionCurrencyGridDataModifier</name>
      <title>Modify currency grid data</title>
      <description>This hook allows to modify currency grid data</description>
    </hook>
    <hook id="actionSupplierGridDataModifier">
      <name>actionSupplierGridDataModifier</name>
      <title>Modify supplier grid data</title>
      <description>This hook allows to modify supplier grid data</description>
    </hook>
    <hook id="actionProfileGridDataModifier">
      <name>actionProfileGridDataModifier</name>
      <title>Modify profile grid data</title>
      <description>This hook allows to modify profile grid data</description>
    </hook>
    <hook id="actionCmsPageCategoryGridDataModifier">
      <name>actionCmsPageCategoryGridDataModifier</name>
      <title>Modify cms page category grid data</title>
      <description>This hook allows to modify cms page category grid data</description>
    </hook>
    <hook id="actionTaxGridDataModifier">
      <name>actionTaxGridDataModifier</name>
      <title>Modify tax grid data</title>
      <description>This hook allows to modify tax grid data</description>
    </hook>
    <hook id="actionManufacturerGridDataModifier">
      <name>actionManufacturerGridDataModifier</name>
      <title>Modify manufacturer grid data</title>
      <description>This hook allows to modify manufacturer grid data</description>
    </hook>
    <hook id="actionManufacturerAddressGridDataModifier">
      <name>actionManufacturerAddressGridDataModifier</name>
      <title>Modify manufacturer address grid data</title>
      <description>This hook allows to modify manufacturer address grid data</description>
    </hook>
    <hook id="actionCmsPageGridDataModifier">
      <name>actionCmsPageGridDataModifier</name>
      <title>Modify cms page grid data</title>
      <description>This hook allows to modify cms page grid data</description>
    </hook>
    <hook id="actionCategoryGridFilterFormModifier">
      <name>actionCategoryGridFilterFormModifier</name>
      <title>Modify category grid filters</title>
      <description>This hook allows to modify filters for category grid</description>
    </hook>
    <hook id="actionEmployeeGridFilterFormModifier">
      <name>actionEmployeeGridFilterFormModifier</name>
      <title>Modify employee grid filters</title>
      <description>This hook allows to modify filters for employee grid</description>
    </hook>
    <hook id="actionContactGridFilterFormModifier">
      <name>actionContactGridFilterFormModifier</name>
      <title>Modify contact grid filters</title>
      <description>This hook allows to modify filters for contact grid</description>
    </hook>
    <hook id="actionCustomerGridFilterFormModifier">
      <name>actionCustomerGridFilterFormModifier</name>
      <title>Modify customer grid filters</title>
      <description>This hook allows to modify filters for customer grid</description>
    </hook>
    <hook id="actionLanguageGridFilterFormModifier">
      <name>actionLanguageGridFilterFormModifier</name>
      <title>Modify language grid filters</title>
      <description>This hook allows to modify filters for language grid</description>
    </hook>
    <hook id="actionCurrencyGridFilterFormModifier">
      <name>actionCurrencyGridFilterFormModifier</name>
      <title>Modify currency grid filters</title>
      <description>This hook allows to modify filters for currency grid</description>
    </hook>
    <hook id="actionSupplierGridFilterFormModifier">
      <name>actionSupplierGridFilterFormModifier</name>
      <title>Modify supplier grid filters</title>
      <description>This hook allows to modify filters for supplier grid</description>
    </hook>
    <hook id="actionProfileGridFilterFormModifier">
      <name>actionProfileGridFilterFormModifier</name>
      <title>Modify profile grid filters</title>
      <description>This hook allows to modify filters for profile grid</description>
    </hook>
    <hook id="actionCmsPageCategoryGridFilterFormModifier">
      <name>actionCmsPageCategoryGridFilterFormModifier</name>
      <title>Modify cms page category grid filters</title>
      <description>This hook allows to modify filters for cms page category grid</description>
    </hook>
    <hook id="actionTaxGridFilterFormModifier">
      <name>actionTaxGridFilterFormModifier</name>
      <title>Modify tax grid filters</title>
      <description>This hook allows to modify filters for tax grid</description>
    </hook>
    <hook id="actionManufacturerGridFilterFormModifier">
      <name>actionManufacturerGridFilterFormModifier</name>
      <title>Modify manufacturer grid filters</title>
      <description>This hook allows to modify filters for manufacturer grid</description>
    </hook>
    <hook id="actionManufacturerAddressGridFilterFormModifier">
      <name>actionManufacturerAddressGridFilterFormModifier</name>
      <title>Modify manufacturer address grid filters</title>
      <description>This hook allows to modify filters for manufacturer address grid</description>
    </hook>
    <hook id="actionCmsPageGridFilterFormModifier">
      <name>actionCmsPageGridFilterFormModifier</name>
      <title>Modify cms page grid filters</title>
      <description>This hook allows to modify filters for cms page grid</description>
    </hook>
    <hook id="actionCategoryGridPresenterModifier">
      <name>actionCategoryGridPresenterModifier</name>
      <title>Modify category grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for category grid</description>
    </hook>
    <hook id="actionEmployeeGridPresenterModifier">
      <name>actionEmployeeGridPresenterModifier</name>
      <title>Modify employee grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for employee grid</description>
    </hook>
    <hook id="actionContactGridPresenterModifier">
      <name>actionContactGridPresenterModifier</name>
      <title>Modify contact grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for contact grid</description>
    </hook>
    <hook id="actionCustomerGridPresenterModifier">
      <name>actionCustomerGridPresenterModifier</name>
      <title>Modify customer grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for customer grid</description>
    </hook>
    <hook id="actionLanguageGridPresenterModifier">
      <name>actionLanguageGridPresenterModifier</name>
      <title>Modify language grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for language grid</description>
    </hook>
    <hook id="actionCurrencyGridPresenterModifier">
      <name>actionCurrencyGridPresenterModifier</name>
      <title>Modify currency grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for currency grid</description>
    </hook>
    <hook id="actionSupplierGridPresenterModifier">
      <name>actionSupplierGridPresenterModifier</name>
      <title>Modify supplier grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for supplier grid</description>
    </hook>
    <hook id="actionProfileGridPresenterModifier">
      <name>actionProfileGridPresenterModifier</name>
      <title>Modify profile grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for profile grid</description>
    </hook>
    <hook id="actionCmsPageCategoryGridPresenterModifier">
      <name>actionCmsPageCategoryGridPresenterModifier</name>
      <title>Modify cms page category grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for cms page category grid</description>
    </hook>
    <hook id="actionTaxGridPresenterModifier">
      <name>actionTaxGridPresenterModifier</name>
      <title>Modify tax grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for tax grid</description>
    </hook>
    <hook id="actionManufacturerGridPresenterModifier">
      <name>actionManufacturerGridPresenterModifier</name>
      <title>Modify manufacturer grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for manufacturer grid</description>
    </hook>
    <hook id="actionManufacturerAddressGridPresenterModifier">
      <name>actionManufacturerAddressGridPresenterModifier</name>
      <title>Modify manufacturer address grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for manufacturer address grid</description>
    </hook>
    <hook id="actionCmsPageGridPresenterModifier">
      <name>actionCmsPageGridPresenterModifier</name>
      <title>Modify cms page grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for cms page grid</description>
    </hook>
    <hook id="displayAdminOrderTop">
      <name>displayAdminOrderTop</name>
      <title>Admin Order Top</title>
      <description>This hook displays content at the top of the order view page</description>
    </hook>
    <hook id="displayBackOfficeOrderActions">
      <name>displayBackOfficeOrderActions</name>
      <title>Admin Order Actions</title>
      <description>This hook displays content in the order view page after action buttons (or aliased to side column in migrated page)</description>
    </hook>
    <hook id="displayAdminOrderSide">
      <name>displayAdminOrderSide</name>
      <title>Admin Order Side Column</title>
      <description>This hook displays content in the order view page in the side column under the customer view</description>
    </hook>
    <hook id="displayAdminOrderBottom">
      <name>displayAdminOrderBottom</name>
      <title>Admin Order Side Column Bottom</title>
      <description>This hook displays content in the order view page at the bottom of the side column</description>
    </hook>
    <hook id="displayAdminOrderMain">
      <name>displayAdminOrderMain</name>
      <title>Admin Order Main Column</title>
      <description>This hook displays content in the order view page in the main column under the details view</description>
    </hook>
    <hook id="displayAdminOrderMainBottom">
      <name>displayAdminOrderMainBottom</name>
      <title>Admin Order Main Column Bottom</title>
      <description>This hook displays content in the order view page at the bottom of the main column</description>
    </hook>
    <hook id="displayAdminOrderTabLink">
      <name>displayAdminOrderTabLink</name>
      <title>Admin Order Tab Link</title>
      <description>This hook displays new tab links on the order view page</description>
    </hook>
    <hook id="displayAdminOrderTabContent">
      <name>displayAdminOrderTabContent</name>
      <title>Admin Order Tab Content</title>
      <description>This hook displays new tab contents on the order view page</description>
    </hook>
    <hook id="actionGetAdminOrderButtons">
      <name>actionGetAdminOrderButtons</name>
      <title>Admin Order Buttons</title>
      <description>This hook is used to generate the buttons collection on the order view page (see ActionsBarButtonsCollection)</description>
    </hook>
    <hook id="actionPresentCart">
      <name>actionPresentCart</name>
      <title>Cart Presenter</title>
      <description>This hook is called before a cart is presented</description>
    </hook>
    <hook id="actionPresentOrder">
      <name>actionPresentOrder</name>
      <title>Order Presenter</title>
      <description>This hook is called before an order is presented</description>
    </hook>
    <hook id="actionPresentOrderReturn">
      <name>actionPresentOrderReturn</name>
      <title>Order Return Presenter</title>
      <description>This hook is called before an order return is presented</description>
    </hook>
    <hook id="actionPresentSupplier">
      <name>actionPresentSupplier</name>
      <title>Supplier Presenter</title>
      <description>This hook is called before a supplier is presented</description>
    </hook>
    <hook id="actionPresentManufacturer">
      <name>actionPresentManufacturer</name>
      <title>Manufacturer Presenter</title>
      <description>This hook is called before a manufacturer is presented</description>
    </hook>
    <hook id="actionPresentProduct">
      <name>actionPresentProduct</name>
      <title>Product Presenter</title>
      <description>This hook is called before a product is presented</description>
    </hook>
    <hook id="actionPresentStore">
      <name>actionPresentStore</name>
      <title>Store Presenter</title>
      <description>This hook is called before a store is presented</description>
    </hook>
    <hook id="actionPresentCategory">
      <name>actionPresentCategory</name>
      <title>Category Presenter</title>
      <description>This hook is called before a category is presented</description>
    </hook>
    <hook id="actionAdminAdminPreferencesControllerPostProcessBefore">
      <name>actionAdminAdminPreferencesControllerPostProcessBefore</name>
      <title>On post-process in Admin Preferences</title>
      <description>This hook is called on Admin Preferences post-process before processing the form</description>
    </hook>
    <hook id="actionFeatureFormBuilderModifier">
      <name>actionFeatureFormBuilderModifier</name>
      <title>Modify feature identifiable object form</title>
      <description>This hook allows to modify feature identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionOrderMessageFormBuilderModifier">
      <name>actionOrderMessageFormBuilderModifier</name>
      <title>Modify order message identifiable object form</title>
      <description>This hook allows to modify order message identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionCatalogPriceRuleFormBuilderModifier">
      <name>actionCatalogPriceRuleFormBuilderModifier</name>
      <title>Modify catalog price rule identifiable object form</title>
      <description>This hook allows to modify catalog price rule identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionAttachmentFormBuilderModifier">
      <name>actionAttachmentFormBuilderModifier</name>
      <title>Modify attachment identifiable object form</title>
      <description>This hook allows to modify attachment identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionBeforeUpdateFeatureFormHandler">
      <name>actionBeforeUpdateFeatureFormHandler</name>
      <title>Modify feature identifiable object data before updating it</title>
      <description>This hook allows to modify feature identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateOrderMessageFormHandler">
      <name>actionBeforeUpdateOrderMessageFormHandler</name>
      <title>Modify order message identifiable object data before updating it</title>
      <description>This hook allows to modify order message identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateCatalogPriceRuleFormHandler">
      <name>actionBeforeUpdateCatalogPriceRuleFormHandler</name>
      <title>Modify catalog price rule identifiable object data before updating it</title>
      <description>This hook allows to modify catalog price rule identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateAttachmentFormHandler">
      <name>actionBeforeUpdateAttachmentFormHandler</name>
      <title>Modify attachment identifiable object data before updating it</title>
      <description>This hook allows to modify attachment identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionAfterUpdateFeatureFormHandler">
      <name>actionAfterUpdateFeatureFormHandler</name>
      <title>Modify feature identifiable object data after updating it</title>
      <description>This hook allows to modify feature identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateOrderMessageFormHandler">
      <name>actionAfterUpdateOrderMessageFormHandler</name>
      <title>Modify order message identifiable object data after updating it</title>
      <description>This hook allows to modify order message identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateCatalogPriceRuleFormHandler">
      <name>actionAfterUpdateCatalogPriceRuleFormHandler</name>
      <title>Modify catalog price rule identifiable object data after updating it</title>
      <description>This hook allows to modify catalog price rule identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateAttachmentFormHandler">
      <name>actionAfterUpdateAttachmentFormHandler</name>
      <title>Modify attachment identifiable object data after updating it</title>
      <description>This hook allows to modify attachment identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionBeforeCreateFeatureFormHandler">
      <name>actionBeforeCreateFeatureFormHandler</name>
      <title>Modify feature identifiable object data before creating it</title>
      <description>This hook allows to modify feature identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateOrderMessageFormHandler">
      <name>actionBeforeCreateOrderMessageFormHandler</name>
      <title>Modify order message identifiable object data before creating it</title>
      <description>This hook allows to modify order message identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateCatalogPriceRuleFormHandler">
      <name>actionBeforeCreateCatalogPriceRuleFormHandler</name>
      <title>Modify catalog price rule identifiable object data before creating it</title>
      <description>This hook allows to modify catalog price rule identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateAttachmentFormHandler">
      <name>actionBeforeCreateAttachmentFormHandler</name>
      <title>Modify attachment identifiable object data before creating it</title>
      <description>This hook allows to modify attachment identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionAfterCreateFeatureFormHandler">
      <name>actionAfterCreateFeatureFormHandler</name>
      <title>Modify feature identifiable object data after creating it</title>
      <description>This hook allows to modify feature identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateOrderMessageFormHandler">
      <name>actionAfterCreateOrderMessageFormHandler</name>
      <title>Modify order message identifiable object data after creating it</title>
      <description>This hook allows to modify order message identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateCatalogPriceRuleFormHandler">
      <name>actionAfterCreateCatalogPriceRuleFormHandler</name>
      <title>Modify catalog price rule identifiable object data after creating it</title>
      <description>This hook allows to modify catalog price rule identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateAttachmentFormHandler">
      <name>actionAfterCreateAttachmentFormHandler</name>
      <title>Modify attachment identifiable object data after creating it</title>
      <description>This hook allows to modify attachment identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionMerchandiseReturnForm">
      <name>actionMerchandiseReturnForm</name>
      <title>Modify merchandise return options form content</title>
      <description>This hook allows to modify merchandise return options form FormBuilder</description>
    </hook>
    <hook id="actionCreditSlipForm">
      <name>actionCreditSlipForm</name>
      <title>Modify credit slip options form content</title>
      <description>This hook allows to modify credit slip options form FormBuilder</description>
    </hook>
    <hook id="actionMerchandiseReturnSave">
      <name>actionMerchandiseReturnSave</name>
      <title>Modify merchandise return options form saved data</title>
      <description>This hook allows to modify data of merchandise return options form after it was saved</description>
    </hook>
    <hook id="actionCreditSlipSave">
      <name>actionCreditSlipSave</name>
      <title>Modify credit slip options form saved data</title>
      <description>This hook allows to modify data of credit slip options form after it was saved</description>
    </hook>
    <hook id="actionEmptyCategoryGridDefinitionModifier">
      <name>actionEmptyCategoryGridDefinitionModifier</name>
      <title>Modify empty category grid definition</title>
      <description>This hook allows to alter empty category grid columns, actions and filters</description>
    </hook>
    <hook id="actionNoQtyProductWithCombinationGridDefinitionModifier">
      <name>actionNoQtyProductWithCombinationGridDefinitionModifier</name>
      <title>Modify no qty product with combination grid definition</title>
      <description>This hook allows to alter no qty product with combination grid columns, actions and filters
      </description>
    </hook>
    <hook id="actionNoQtyProductWithoutCombinationGridDefinitionModifier">
      <name>actionNoQtyProductWithoutCombinationGridDefinitionModifier</name>
      <title>Modify no qty product without combination grid definition</title>
      <description>This hook allows to alter no qty product without combination grid columns, actions and filters
      </description>
    </hook>
    <hook id="actionDisabledProductGridDefinitionModifier">
      <name>actionDisabledProductGridDefinitionModifier</name>
      <title>Modify disabled product grid definition</title>
      <description>This hook allows to alter disabled product grid columns, actions and filters</description>
    </hook>
    <hook id="actionProductWithoutImageGridDefinitionModifier">
      <name>actionProductWithoutImageGridDefinitionModifier</name>
      <title>Modify product without image grid definition</title>
      <description>This hook allows to alter product without image grid columns, actions and filters</description>
    </hook>
    <hook id="actionProductWithoutDescriptionGridDefinitionModifier">
      <name>actionProductWithoutDescriptionGridDefinitionModifier</name>
      <title>Modify product without description grid definition</title>
      <description>This hook allows to alter product without description grid columns, actions and filters</description>
    </hook>
    <hook id="actionProductWithoutPriceGridDefinitionModifier">
      <name>actionProductWithoutPriceGridDefinitionModifier</name>
      <title>Modify product without price grid definition</title>
      <description>This hook allows to alter product without price grid columns, actions and filters</description>
    </hook>
    <hook id="actionOrderGridDefinitionModifier">
      <name>actionOrderGridDefinitionModifier</name>
      <title>Modify order grid definition</title>
      <description>This hook allows to alter order grid columns, actions and filters</description>
    </hook>
    <hook id="actionCatalogPriceRuleGridDefinitionModifier">
      <name>actionCatalogPriceRuleGridDefinitionModifier</name>
      <title>Modify catalog price rule grid definition</title>
      <description>This hook allows to alter catalog price rule grid columns, actions and filters</description>
    </hook>
    <hook id="actionOrderMessageGridDefinitionModifier">
      <name>actionOrderMessageGridDefinitionModifier</name>
      <title>Modify order message grid definition</title>
      <description>This hook allows to alter order message grid columns, actions and filters</description>
    </hook>
    <hook id="actionAttachmentGridDefinitionModifier">
      <name>actionAttachmentGridDefinitionModifier</name>
      <title>Modify attachment grid definition</title>
      <description>This hook allows to alter attachment grid columns, actions and filters</description>
    </hook>
    <hook id="actionAttributeGroupGridDefinitionModifier">
      <name>actionAttributeGroupGridDefinitionModifier</name>
      <title>Modify attribute group grid definition</title>
      <description>This hook allows to alter attribute group grid columns, actions and filters</description>
    </hook>
    <hook id="actionMerchandiseReturnGridDefinitionModifier">
      <name>actionMerchandiseReturnGridDefinitionModifier</name>
      <title>Modify merchandise return grid definition</title>
      <description>This hook allows to alter merchandise return grid columns, actions and filters</description>
    </hook>
    <hook id="actionTaxRulesGroupGridDefinitionModifier">
      <name>actionTaxRulesGroupGridDefinitionModifier</name>
      <title>Modify tax rules group grid definition</title>
      <description>This hook allows to alter tax rules group grid columns, actions and filters</description>
    </hook>
    <hook id="actionAddressGridDefinitionModifier">
      <name>actionAddressGridDefinitionModifier</name>
      <title>Modify address grid definition</title>
      <description>This hook allows to alter address grid columns, actions and filters</description>
    </hook>
    <hook id="actionCreditSlipGridDefinitionModifier">
      <name>actionCreditSlipGridDefinitionModifier</name>
      <title>Modify credit slip grid definition</title>
      <description>This hook allows to alter credit slip grid columns, actions and filters</description>
    </hook>
    <hook id="actionEmptyCategoryGridQueryBuilderModifier">
      <name>actionEmptyCategoryGridQueryBuilderModifier</name>
      <title>Modify empty category grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for empty category grid</description>
    </hook>
    <hook id="actionNoQtyProductWithCombinationGridQueryBuilderModifier">
      <name>actionNoQtyProductWithCombinationGridQueryBuilderModifier</name>
      <title>Modify no qty product with combination grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for no qty product with combination grid</description>
    </hook>
    <hook id="actionNoQtyProductWithoutCombinationGridQueryBuilderModifier">
      <name>actionNoQtyProductWithoutCombinationGridQueryBuilderModifier</name>
      <title>Modify no qty product without combination grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for no qty product without combination grid</description>
    </hook>
    <hook id="actionDisabledProductGridQueryBuilderModifier">
      <name>actionDisabledProductGridQueryBuilderModifier</name>
      <title>Modify disabled product grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for disabled product grid</description>
    </hook>
    <hook id="actionProductWithoutImageGridQueryBuilderModifier">
      <name>actionProductWithoutImageGridQueryBuilderModifier</name>
      <title>Modify product without image grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for product without image grid</description>
    </hook>
    <hook id="actionProductWithoutDescriptionGridQueryBuilderModifier">
      <name>actionProductWithoutDescriptionGridQueryBuilderModifier</name>
      <title>Modify product without description grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for product without description grid</description>
    </hook>
    <hook id="actionProductWithoutPriceGridQueryBuilderModifier">
      <name>actionProductWithoutPriceGridQueryBuilderModifier</name>
      <title>Modify product without price grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for product without price grid</description>
    </hook>
    <hook id="actionOrderGridQueryBuilderModifier">
      <name>actionOrderGridQueryBuilderModifier</name>
      <title>Modify order grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for order grid</description>
    </hook>
    <hook id="actionCatalogPriceRuleGridQueryBuilderModifier">
      <name>actionCatalogPriceRuleGridQueryBuilderModifier</name>
      <title>Modify catalog price rule grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for catalog price rule grid</description>
    </hook>
    <hook id="actionOrderMessageGridQueryBuilderModifier">
      <name>actionOrderMessageGridQueryBuilderModifier</name>
      <title>Modify order message grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for order message grid</description>
    </hook>
    <hook id="actionAttachmentGridQueryBuilderModifier">
      <name>actionAttachmentGridQueryBuilderModifier</name>
      <title>Modify attachment grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for attachment grid</description>
    </hook>
    <hook id="actionAttributeGroupGridQueryBuilderModifier">
      <name>actionAttributeGroupGridQueryBuilderModifier</name>
      <title>Modify attribute group grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for attribute group grid</description>
    </hook>
    <hook id="actionMerchandiseReturnGridQueryBuilderModifier">
      <name>actionMerchandiseReturnGridQueryBuilderModifier</name>
      <title>Modify merchandise return grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for merchandise return grid</description>
    </hook>
    <hook id="actionTaxRulesGroupGridQueryBuilderModifier">
      <name>actionTaxRulesGroupGridQueryBuilderModifier</name>
      <title>Modify tax rules group grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for tax rules group grid</description>
    </hook>
    <hook id="actionAddressGridQueryBuilderModifier">
      <name>actionAddressGridQueryBuilderModifier</name>
      <title>Modify address grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for address grid</description>
    </hook>
    <hook id="actionCreditSlipGridQueryBuilderModifier">
      <name>actionCreditSlipGridQueryBuilderModifier</name>
      <title>Modify credit slip grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for credit slip grid</description>
    </hook>
    <hook id="actionEmptyCategoryGridDataModifier">
      <name>actionEmptyCategoryGridDataModifier</name>
      <title>Modify empty category grid data</title>
      <description>This hook allows to modify empty category grid data</description>
    </hook>
    <hook id="actionNoQtyProductWithCombinationGridDataModifier">
      <name>actionNoQtyProductWithCombinationGridDataModifier</name>
      <title>Modify no qty product with combination grid data</title>
      <description>This hook allows to modify no qty product with combination grid data</description>
    </hook>
    <hook id="actionNoQtyProductWithoutCombinationGridDataModifier">
      <name>actionNoQtyProductWithoutCombinationGridDataModifier</name>
      <title>Modify no qty product without combination grid data</title>
      <description>This hook allows to modify no qty product without combination grid data</description>
    </hook>
    <hook id="actionDisabledProductGridDataModifier">
      <name>actionDisabledProductGridDataModifier</name>
      <title>Modify disabled product grid data</title>
      <description>This hook allows to modify disabled product grid data</description>
    </hook>
    <hook id="actionProductWithoutImageGridDataModifier">
      <name>actionProductWithoutImageGridDataModifier</name>
      <title>Modify product without image grid data</title>
      <description>This hook allows to modify product without image grid data</description>
    </hook>
    <hook id="actionProductWithoutDescriptionGridDataModifier">
      <name>actionProductWithoutDescriptionGridDataModifier</name>
      <title>Modify product without description grid data</title>
      <description>This hook allows to modify product without description grid data</description>
    </hook>
    <hook id="actionProductWithoutPriceGridDataModifier">
      <name>actionProductWithoutPriceGridDataModifier</name>
      <title>Modify product without price grid data</title>
      <description>This hook allows to modify product without price grid data</description>
    </hook>
    <hook id="actionOrderGridDataModifier">
      <name>actionOrderGridDataModifier</name>
      <title>Modify order grid data</title>
      <description>This hook allows to modify order grid data</description>
    </hook>
    <hook id="actionCatalogPriceRuleGridDataModifier">
      <name>actionCatalogPriceRuleGridDataModifier</name>
      <title>Modify catalog price rule grid data</title>
      <description>This hook allows to modify catalog price rule grid data</description>
    </hook>
    <hook id="actionOrderMessageGridDataModifier">
      <name>actionOrderMessageGridDataModifier</name>
      <title>Modify order message grid data</title>
      <description>This hook allows to modify order message grid data</description>
    </hook>
    <hook id="actionAttachmentGridDataModifier">
      <name>actionAttachmentGridDataModifier</name>
      <title>Modify attachment grid data</title>
      <description>This hook allows to modify attachment grid data</description>
    </hook>
    <hook id="actionAttributeGroupGridDataModifier">
      <name>actionAttributeGroupGridDataModifier</name>
      <title>Modify attribute group grid data</title>
      <description>This hook allows to modify attribute group grid data</description>
    </hook>
    <hook id="actionMerchandiseReturnGridDataModifier">
      <name>actionMerchandiseReturnGridDataModifier</name>
      <title>Modify merchandise return grid data</title>
      <description>This hook allows to modify merchandise return grid data</description>
    </hook>
    <hook id="actionTaxRulesGroupGridDataModifier">
      <name>actionTaxRulesGroupGridDataModifier</name>
      <title>Modify tax rules group grid data</title>
      <description>This hook allows to modify tax rules group grid data</description>
    </hook>
    <hook id="actionAddressGridDataModifier">
      <name>actionAddressGridDataModifier</name>
      <title>Modify address grid data</title>
      <description>This hook allows to modify address grid data</description>
    </hook>
    <hook id="actionCreditSlipGridDataModifier">
      <name>actionCreditSlipGridDataModifier</name>
      <title>Modify credit slip grid data</title>
      <description>This hook allows to modify credit slip grid data</description>
    </hook>
    <hook id="actionEmptyCategoryGridFilterFormModifier">
      <name>actionEmptyCategoryGridFilterFormModifier</name>
      <title>Modify empty category grid filters</title>
      <description>This hook allows to modify filters for empty category grid</description>
    </hook>
    <hook id="actionNoQtyProductWithCombinationGridFilterFormModifier">
      <name>actionNoQtyProductWithCombinationGridFilterFormModifier</name>
      <title>Modify no qty product with combination grid filters</title>
      <description>This hook allows to modify filters for no qty product with combination grid</description>
    </hook>
    <hook id="actionNoQtyProductWithoutCombinationGridFilterFormModifier">
      <name>actionNoQtyProductWithoutCombinationGridFilterFormModifier</name>
      <title>Modify no qty product without combination grid filters</title>
      <description>This hook allows to modify filters for no qty product without combination grid</description>
    </hook>
    <hook id="actionDisabledProductGridFilterFormModifier">
      <name>actionDisabledProductGridFilterFormModifier</name>
      <title>Modify disabled product grid filters</title>
      <description>This hook allows to modify filters for disabled product grid</description>
    </hook>
    <hook id="actionProductWithoutImageGridFilterFormModifier">
      <name>actionProductWithoutImageGridFilterFormModifier</name>
      <title>Modify product without image grid filters</title>
      <description>This hook allows to modify filters for product without image grid</description>
    </hook>
    <hook id="actionProductWithoutDescriptionGridFilterFormModifier">
      <name>actionProductWithoutDescriptionGridFilterFormModifier</name>
      <title>Modify product without description grid filters</title>
      <description>This hook allows to modify filters for product without description grid</description>
    </hook>
    <hook id="actionProductWithoutPriceGridFilterFormModifier">
      <name>actionProductWithoutPriceGridFilterFormModifier</name>
      <title>Modify product without price grid filters</title>
      <description>This hook allows to modify filters for product without price grid</description>
    </hook>
    <hook id="actionOrderGridFilterFormModifier">
      <name>actionOrderGridFilterFormModifier</name>
      <title>Modify order grid filters</title>
      <description>This hook allows to modify filters for order grid</description>
    </hook>
    <hook id="actionCatalogPriceRuleGridFilterFormModifier">
      <name>actionCatalogPriceRuleGridFilterFormModifier</name>
      <title>Modify catalog price rule grid filters</title>
      <description>This hook allows to modify filters for catalog price rule grid</description>
    </hook>
    <hook id="actionOrderMessageGridFilterFormModifier">
      <name>actionOrderMessageGridFilterFormModifier</name>
      <title>Modify order message grid filters</title>
      <description>This hook allows to modify filters for order message grid</description>
    </hook>
    <hook id="actionAttachmentGridFilterFormModifier">
      <name>actionAttachmentGridFilterFormModifier</name>
      <title>Modify attachment grid filters</title>
      <description>This hook allows to modify filters for attachment grid</description>
    </hook>
    <hook id="actionAttributeGroupGridFilterFormModifier">
      <name>actionAttributeGroupGridFilterFormModifier</name>
      <title>Modify attribute group grid filters</title>
      <description>This hook allows to modify filters for attribute group grid</description>
    </hook>
    <hook id="actionMerchandiseReturnGridFilterFormModifier">
      <name>actionMerchandiseReturnGridFilterFormModifier</name>
      <title>Modify merchandise return grid filters</title>
      <description>This hook allows to modify filters for merchandise return grid</description>
    </hook>
    <hook id="actionTaxRulesGroupGridFilterFormModifier">
      <name>actionTaxRulesGroupGridFilterFormModifier</name>
      <title>Modify tax rules group grid filters</title>
      <description>This hook allows to modify filters for tax rules group grid</description>
    </hook>
    <hook id="actionAddressGridFilterFormModifier">
      <name>actionAddressGridFilterFormModifier</name>
      <title>Modify address grid filters</title>
      <description>This hook allows to modify filters for address grid</description>
    </hook>
    <hook id="actionCreditSlipGridFilterFormModifier">
      <name>actionCreditSlipGridFilterFormModifier</name>
      <title>Modify credit slip grid filters</title>
      <description>This hook allows to modify filters for credit slip grid</description>
    </hook>
    <hook id="actionEmptyCategoryGridPresenterModifier">
      <name>actionEmptyCategoryGridPresenterModifier</name>
      <title>Modify empty category grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for empty category grid</description>
    </hook>
    <hook id="actionNoQtyProductWithCombinationGridPresenterModifier">
      <name>actionNoQtyProductWithCombinationGridPresenterModifier</name>
      <title>Modify no qty product with combination grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for no qty product with combination grid</description>
    </hook>
    <hook id="actionNoQtyProductWithoutCombinationGridPresenterModifier">
      <name>actionNoQtyProductWithoutCombinationGridPresenterModifier</name>
      <title>Modify no qty product without combination grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for no qty product without combination grid</description>
    </hook>
    <hook id="actionDisabledProductGridPresenterModifier">
      <name>actionDisabledProductGridPresenterModifier</name>
      <title>Modify disabled product grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for disabled product grid</description>
    </hook>
    <hook id="actionProductWithoutImageGridPresenterModifier">
      <name>actionProductWithoutImageGridPresenterModifier</name>
      <title>Modify product without image grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for product without image grid</description>
    </hook>
    <hook id="actionProductWithoutDescriptionGridPresenterModifier">
      <name>actionProductWithoutDescriptionGridPresenterModifier</name>
      <title>Modify product without description grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for product without description grid</description>
    </hook>
    <hook id="actionProductWithoutPriceGridPresenterModifier">
      <name>actionProductWithoutPriceGridPresenterModifier</name>
      <title>Modify product without price grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for product without price grid</description>
    </hook>
    <hook id="actionOrderGridPresenterModifier">
      <name>actionOrderGridPresenterModifier</name>
      <title>Modify order grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for order grid</description>
    </hook>
    <hook id="actionCatalogPriceRuleGridPresenterModifier">
      <name>actionCatalogPriceRuleGridPresenterModifier</name>
      <title>Modify catalog price rule grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for catalog price rule grid</description>
    </hook>
    <hook id="actionOrderMessageGridPresenterModifier">
      <name>actionOrderMessageGridPresenterModifier</name>
      <title>Modify order message grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for order message grid</description>
    </hook>
    <hook id="actionAttachmentGridPresenterModifier">
      <name>actionAttachmentGridPresenterModifier</name>
      <title>Modify attachment grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for attachment grid</description>
    </hook>
    <hook id="actionAttributeGroupGridPresenterModifier">
      <name>actionAttributeGroupGridPresenterModifier</name>
      <title>Modify attribute group grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for attribute group grid</description>
    </hook>
    <hook id="actionMerchandiseReturnGridPresenterModifier">
      <name>actionMerchandiseReturnGridPresenterModifier</name>
      <title>Modify merchandise return grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for merchandise return grid</description>
    </hook>
    <hook id="actionTaxRulesGroupGridPresenterModifier">
      <name>actionTaxRulesGroupGridPresenterModifier</name>
      <title>Modify tax rules group grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for tax rules group grid</description>
    </hook>
    <hook id="actionAddressGridPresenterModifier">
      <name>actionAddressGridPresenterModifier</name>
      <title>Modify address grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for address grid</description>
    </hook>
    <hook id="actionCreditSlipGridPresenterModifier">
      <name>actionCreditSlipGridPresenterModifier</name>
      <title>Modify credit slip grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for credit slip grid</description>
    </hook>
    <hook id="displayAdditionalCustomerAddressFields">
      <name>displayAdditionalCustomerAddressFields</name>
      <title>Display additional customer address fields</title>
      <description>This hook allows to display extra field values added in an address form using hook 'additionalCustomerAddressFields'</description>
    </hook>
    <hook id="displayFooterCategory">
      <name>displayFooterCategory</name>
      <title>Category footer</title>
      <description>This hook adds new blocks under the products listing in a category/search</description>
    </hook>
    <hook id="displayHeaderCategory">
      <name>displayHeaderCategory</name>
      <title>Category header</title>
      <description>This hook adds new blocks above the products listing in a category/search</description>
    </hook>
    <hook id="actionAdminAdministrationControllerPostProcessBefore">
      <name>actionAdminAdministrationControllerPostProcessBefore</name>
      <title>On post-process in Admin Configure Advanced Parameters Administration Controller</title>
      <description>This hook is called on Admin Configure Advanced Parameters Administration post-process before processing any form</description>
    </hook>
    <hook id="actionAdminAdministrationControllerPostProcessGeneralBefore">
      <name>actionAdminAdministrationControllerPostProcessGeneralBefore</name>
      <title>On post-process in Admin Configure Advanced Parameters Administration Controller</title>
      <description>This hook is called on Admin Configure Advanced Parameters Administration post-process before processing the General form</description>
    </hook>
    <hook id="actionAdminAdministrationControllerPostProcessUploadQuotaBefore">
      <name>actionAdminAdministrationControllerPostProcessUploadQuotaBefore</name>
      <title>On post-process in Admin Configure Advanced Parameters Administration Controller</title>
      <description>This hook is called on Admin Configure Advanced Parameters Administration post-process before processing the Upload Quota form</description>
    </hook>
    <hook id="actionAdminAdministrationControllerPostProcessNotificationsBefore">
      <name>actionAdminAdministrationControllerPostProcessNotificationsBefore</name>
      <title>On post-process in Admin Configure Advanced Parameters Administration Controller</title>
      <description>This hook is called on Admin Configure Advanced Parameters Administration post-process before processing the Notifications form</description>
    </hook>
    <hook id="actionAdminAdvancedParametersPerformanceControllerPostProcessSmartyBefore">
      <name>actionAdminAdvancedParametersPerformanceControllerPostProcessSmartyBefore</name>
      <title>On post-process in Admin Configure Advanced Parameters Performance Controller</title>
      <description>This hook is called on Admin Configure Advanced Parameters Performance post-process before processing the Smarty form</description>
    </hook>
    <hook id="actionAdminAdvancedParametersPerformanceControllerPostProcessDebugModeBefore">
      <name>actionAdminAdvancedParametersPerformanceControllerPostProcessDebugModeBefore</name>
      <title>On post-process in Admin Configure Advanced Parameters Performance Controller</title>
      <description>This hook is called on Admin Configure Advanced Parameters Performance post-process before processing the Debug Mode form</description>
    </hook>
    <hook id="actionAdminAdvancedParametersPerformanceControllerPostProcessOptionalFeaturesBefore">
      <name>actionAdminAdvancedParametersPerformanceControllerPostProcessOptionalFeaturesBefore</name>
      <title>On post-process in Admin Configure Advanced Parameters Performance Controller</title>
      <description>This hook is called on Admin Configure Advanced Parameters Performance post-process before processing the Optional Features form</description>
    </hook>
    <hook id="actionAdminAdvancedParametersPerformanceControllerPostProcessCombineCompressCacheBefore">
      <name>actionAdminAdvancedParametersPerformanceControllerPostProcessCombineCompressCacheBefore</name>
      <title>On post-process in Admin Configure Advanced Parameters Performance Controller</title>
      <description>This hook is called on Admin Configure Advanced Parameters Performance post-process before processing the Combine Compress Cache form</description>
    </hook>
    <hook id="actionAdminAdvancedParametersPerformanceControllerPostProcessMediaServersBefore">
      <name>actionAdminAdvancedParametersPerformanceControllerPostProcessMediaServersBefore</name>
      <title>On post-process in Admin Configure Advanced Parameters Performance Controller</title>
      <description>This hook is called on Admin Configure Advanced Parameters Performance post-process before processing the Media Servers form</description>
    </hook>
    <hook id="actionAdminAdvancedParametersPerformanceControllerPostProcessCachingBefore">
      <name>actionAdminAdvancedParametersPerformanceControllerPostProcessCachingBefore</name>
      <title>On post-process in Admin Configure Advanced Parameters Performance Controller</title>
      <description>This hook is called on Admin Configure Advanced Parameters Performance post-process before processing the Caching form</description>
    </hook>
    <hook id="actionAdminAdvancedParametersPerformanceControllerPostProcessBefore">
      <name>actionAdminAdvancedParametersPerformanceControllerPostProcessBefore</name>
      <title>On post-process in Admin Configure Advanced Parameters Performance Controller</title>
      <description>This hook is called on Admin Configure Advanced Parameters Performance post-process before processing any form</description>
    </hook>
    <hook id="actionAdminShopParametersMetaControllerPostProcessSetUpUrlsBefore">
      <name>actionAdminShopParametersMetaControllerPostProcessSetUpUrlsBefore</name>
      <title>On post-process in Admin Configure Shop Parameters Meta Controller</title>
      <description>This hook is called on Admin Configure Shop Parameters Meta post-process before processing the SetUp Urls form</description>
    </hook>
    <hook id="actionAdminShopParametersMetaControllerPostProcessShopUrlsBefore">
      <name>actionAdminShopParametersMetaControllerPostProcessShopUrlsBefore</name>
      <title>On post-process in Admin Configure Shop Parameters Meta Controller</title>
      <description>This hook is called on Admin Configure Shop Parameters Meta post-process before processing the Shop Urls form</description>
    </hook>
    <hook id="actionAdminShopParametersMetaControllerPostProcessUrlSchemaBefore">
      <name>actionAdminShopParametersMetaControllerPostProcessUrlSchemaBefore</name>
      <title>On post-process in Admin Configure Shop Parameters Meta Controller</title>
      <description>This hook is called on Admin Configure Shop Parameters Meta post-process before processing the Url Schema form</description>
    </hook>
    <hook id="actionAdminShopParametersMetaControllerPostProcessSeoOptionsBefore">
      <name>actionAdminShopParametersMetaControllerPostProcessSeoOptionsBefore</name>
      <title>On post-process in Admin Configure Shop Parameters Meta Controller</title>
      <description>This hook is called on Admin Configure Shop Parameters Meta post-process before processing the Seo Options form</description>
    </hook>
    <hook id="actionAdminAdminShopParametersMetaControllerPostProcessBefore">
      <name>actionAdminAdminShopParametersMetaControllerPostProcessBefore</name>
      <title>On post-process in Admin Configure Shop Parameters Meta Controller</title>
      <description>This hook is called on Admin Configure Shop Parameters Meta post-process before processing any form</description>
    </hook>
    <hook id="actionAdminShopParametersOrderPreferencesControllerPostProcessGeneralBefore">
      <name>actionAdminShopParametersOrderPreferencesControllerPostProcessGeneralBefore</name>
      <title>On post-process in Admin Configure Shop Parameters Order Preferences Controller</title>
      <description>This hook is called on Admin Configure Shop Parameters Order Preferences post-process before processing the General form</description>
    </hook>
    <hook id="actionAdminShopParametersOrderPreferencesControllerPostProcessGiftOptionsBefore">
      <name>actionAdminShopParametersOrderPreferencesControllerPostProcessGiftOptionsBefore</name>
      <title>On post-process in Admin Configure Shop Parameters Order Preferences Controller</title>
      <description>This hook is called on Admin Configure Shop Parameters Order Preferences post-process before processing the Gift Options form</description>
    </hook>
    <hook id="actionAdminShopParametersOrderPreferencesControllerPostProcessBefore">
      <name>actionAdminShopParametersOrderPreferencesControllerPostProcessBefore</name>
      <title>On post-process in Admin Configure Shop Parameters Order Preferences Controller</title>
      <description>This hook is called on Admin Configure Shop Parameters Order Preferences post-process before processing any form</description>
    </hook>
    <hook id="actionAdminInternationalGeolocationControllerPostProcessByIpAddressBefore">
      <name>actionAdminInternationalGeolocationControllerPostProcessByIpAddressBefore</name>
      <title>On post-process in Admin Improve International Geolocation Controller</title>
      <description>This hook is called on Admin Improve International Geolocation post-process before processing the By Ip Address form</description>
    </hook>
    <hook id="actionAdminInternationalGeolocationControllerPostProcessWhitelistBefore">
      <name>actionAdminInternationalGeolocationControllerPostProcessWhitelistBefore</name>
      <title>On post-process in Admin Improve International Geolocation Controller</title>
      <description>This hook is called on Admin Improve International Geolocation post-process before processing the Whitelist form</description>
    </hook>
    <hook id="actionAdminInternationalGeolocationControllerPostProcessOptionsBefore">
      <name>actionAdminInternationalGeolocationControllerPostProcessOptionsBefore</name>
      <title>On post-process in Admin Improve International Geolocation Controller</title>
      <description>This hook is called on Admin Improve International Geolocation post-process before processing the Options form</description>
    </hook>
    <hook id="actionAdminInternationalGeolocationControllerPostProcessBefore">
      <name>actionAdminInternationalGeolocationControllerPostProcessBefore</name>
      <title>On post-process in Admin Improve International Geolocation Controller</title>
      <description>This hook is called on Admin Improve International Geolocation post-process before processing any form</description>
    </hook>
    <hook id="actionAdminInternationalLocalizationControllerPostProcessConfigurationBefore">
      <name>actionAdminInternationalLocalizationControllerPostProcessConfigurationBefore</name>
      <title>On post-process in Admin Improve International Localization Controller</title>
      <description>This hook is called on Admin Improve International Localization post-process before processing the Configuration form</description>
    </hook>
    <hook id="actionAdminInternationalLocalizationControllerPostProcessLocalUnitsBefore">
      <name>actionAdminInternationalLocalizationControllerPostProcessLocalUnitsBefore</name>
      <title>On post-process in Admin Improve International Localization Controller</title>
      <description>This hook is called on Admin Improve International Localization post-process before processing the Local Units form</description>
    </hook>
    <hook id="actionAdminInternationalLocalizationControllerPostProcessAdvancedBefore">
      <name>actionAdminInternationalLocalizationControllerPostProcessAdvancedBefore</name>
      <title>On post-process in Admin Improve International Localization Controller</title>
      <description>This hook is called on Admin Improve International Localization post-process before processing the Advanced form</description>
    </hook>
    <hook id="actionAdminInternationalLocalizationControllerPostProcessBefore">
      <name>actionAdminInternationalLocalizationControllerPostProcessBefore</name>
      <title>On post-process in Admin Improve International Localization Controller</title>
      <description>This hook is called on Admin Improve International Localization post-process before processing any form</description>
    </hook>
    <hook id="actionAdminShippingPreferencesControllerPostProcessHandlingBefore">
      <name>actionAdminShippingPreferencesControllerPostProcessHandlingBefore</name>
      <title>On post-process in Admin Improve Shipping Preferences Controller</title>
      <description>This hook is called on Admin Improve Shipping Preferences post-process before processing the Handling form</description>
    </hook>
    <hook id="actionAdminShippingPreferencesControllerPostProcessCarrierOptionsBefore">
      <name>actionAdminShippingPreferencesControllerPostProcessCarrierOptionsBefore</name>
      <title>On post-process in Admin Improve Shipping Preferences Controller</title>
      <description>This hook is called on Admin Improve Shipping Preferences post-process before processing the Carrier Options form</description>
    </hook>
    <hook id="actionAdminShippingPreferencesControllerPostProcessBefore">
      <name>actionAdminShippingPreferencesControllerPostProcessBefore</name>
      <title>On post-process in Admin Improve Shipping Preferences Controller</title>
      <description>This hook is called on Admin Improve Shipping Preferences post-process before processing any form</description>
    </hook>
    <hook id="actionCheckoutRender">
      <name>actionCheckoutRender</name>
      <title>Modify checkout process</title>
      <description>This hook is called when constructing the checkout process</description>
    </hook>
    <hook id="actionCheckoutBuildProcess">
      <name>actionCheckoutBuildProcess</name>
      <title>Build checkout process</title>
      <description>This hook is triggered before the checkout is rendered. Modules may return a checkout process provider. The provider is used only when exactly one enabled and valid provider is available.</description>
    </hook>
    <hook id="actionCheckoutStepRenderTemplate">
      <name>actionCheckoutStepRenderTemplate</name>
      <title>Modify the parameters of the checkout step template rendering</title>
      <description>This hook is called when rendering every checkout step template</description>
    </hook>
    <hook id="actionPresentProductListing">
      <name>actionPresentProductListing</name>
      <title>Product Listing Presenter</title>
      <description>This hook is called before a product listing is presented</description>
    </hook>
    <hook id="actionGetProductPropertiesAfterUnitPrice">
      <name>actionGetProductPropertiesAfterUnitPrice</name>
      <title>Product Properties</title>
      <description>This hook is called after defining the properties of a product</description>
    </hook>
    <hook id="actionProductPriceCalculation">
      <name>actionProductPriceCalculation</name>
      <title>Product Price Calculation</title>
      <description>This hook is called into the priceCalculation method to be able to override the price calculation</description>
    </hook>
    <hook id="actionOverrideEmployeeImage">
      <name>actionOverrideEmployeeImage</name>
      <title>Get Employee Image</title>
      <description>This hook is used to get the employee image</description>
    </hook>
    <hook id="actionProductSearchProviderRunQueryBefore">
      <name>actionProductSearchProviderRunQueryBefore</name>
      <title>Runs an action before ProductSearchProviderInterface::RunQuery()</title>
      <description>Required to modify an SQL query before executing it</description>
    </hook>
    <hook id="actionProductSearchProviderRunQueryAfter">
      <name>actionProductSearchProviderRunQueryAfter</name>
      <title>Runs an action after ProductSearchProviderInterface::RunQuery()</title>
      <description>Required to return a previous state of an SQL query or/and to change a result of the SQL query after executing it</description>
    </hook>
    <hook id="actionFrontControllerSetVariablesBefore">
      <name>actionFrontControllerSetVariablesBefore</name>
      <title>Add general purpose variables in JavaScript object and Smarty templates before assignation.</title>
      <description>Allows defining variables for the JavaScript object before the core does it.</description>
    </hook>
    <hook id="actionFrontControllerSetVariables">
      <name>actionFrontControllerSetVariables</name>
      <title>Add variables in JavaScript object and Smarty templates</title>
      <description>Add variables to javascript object that is available in Front Office. These are also available in smarty templates in modules.your_module_name.</description>
    </hook>
    <hook id="displayAdminOrderCreateExtraButtons">
      <name>displayAdminOrderCreateExtraButtons</name>
      <title>Add buttons on the create order page dropdown</title>
      <description>Add buttons on the create order page dropdown</description>
    </hook>
    <hook id="displayAdminGridTableBefore">
      <name>displayAdminGridTableBefore</name>
      <title>Display before Grid table</title>
      <description>This hook adds new blocks before Grid component table</description>
    </hook>
    <hook id="displayAdminGridTableAfter">
      <name>displayAdminGridTableAfter</name>
      <title>Display after Grid table</title>
      <description>This hook adds new blocks after Grid component table</description>
    </hook>
    <hook id="actionProductFormBuilderModifier">
      <name>actionProductFormBuilderModifier</name>
      <title>Modify product identifiable object form</title>
      <description>This hook allows to modify product identifiable object form content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionBeforeCreateProductFormHandler">
      <name>actionBeforeCreateProductFormHandler</name>
      <title>Modify product identifiable object data before creating it</title>
      <description>This hook allows to modify product identifiable object form data before it was created</description>
    </hook>
    <hook id="actionAfterCreateProductFormHandler">
      <name>actionBeforeCreateProductFormHandler</name>
      <title>Modify product identifiable object data after creating it</title>
      <description>This hook allows to modify product identifiable object form data after it was created</description>
    </hook>
    <hook id="actionBeforeUpdateProductFormHandler">
      <name>actionBeforeUpdateProductFormHandler</name>
      <title>Modify product identifiable object data before updating it</title>
      <description>This hook allows to modify product identifiable object form data before it was updated</description>
    </hook>
    <hook id="actionAfterUpdateProductFormHandler">
      <name>actionAfterUpdateProductFormHandler</name>
      <title>Modify product identifiable object data after updating it</title>
      <description>This hook allows to modify product identifiable object form data after it was updated</description>
    </hook>
    <hook id="actionCustomerDiscountGridDefinitionModifier">
      <name>actionCustomerDiscountGridDefinitionModifier</name>
      <title>Modify customer discount grid definition</title>
      <description>This hook allows to alter customer discount grid columns, actions and filters</description>
    </hook>
    <hook id="actionCustomerAddressGridDefinitionModifier">
      <name>actionCustomerAddressGridDefinitionModifier</name>
      <title>Modify customer address grid definition</title>
      <description>This hook allows to alter customer address grid columns, actions and filters</description>
    </hook>
    <hook id="actionCartRuleGridDefinitionModifier">
      <name>actionCartRuleGridDefinitionModifier</name>
      <title>Modify cart rule grid definition</title>
      <description>This hook allows to alter cart rule grid columns, actions and filters</description>
    </hook>
    <hook id="actionOrderStatesGridDefinitionModifier">
      <name>actionOrderStatesGridDefinitionModifier</name>
      <title>Modify order states grid definition</title>
      <description>This hook allows to alter order states grid columns, actions and filters</description>
    </hook>
    <hook id="actionOrderReturnStatesGridDefinitionModifier">
      <name>actionOrderReturnStatesGridDefinitionModifier</name>
      <title>Modify order return states grid definition</title>
      <description>This hook allows to alter order return states grid columns, actions and filters</description>
    </hook>
    <hook id="actionOutstandingGridDefinitionModifier">
      <name>actionOutstandingGridDefinitionModifier</name>
      <title>Modify outstanding grid definition</title>
      <description>This hook allows to alter outstanding grid columns, actions and filters</description>
    </hook>
    <hook id="actionCarrierGridDefinitionModifier">
      <name>actionCarrierGridDefinitionModifier</name>
      <title>Modify carrier grid definition</title>
      <description>This hook allows to alter carrier grid columns, actions and filters</description>
    </hook>
    <hook id="actionZoneGridDefinitionModifier">
      <name>actionZoneGridDefinitionModifier</name>
      <title>Modify zone grid definition</title>
      <description>This hook allows to alter zone grid columns, actions and filters</description>
    </hook>
    <hook id="actionCustomerDiscountGridQueryBuilderModifier">
      <name>actionCustomerDiscountGridQueryBuilderModifier</name>
      <title>Modify customer discount grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for customer discount grid</description>
    </hook>
    <hook id="actionCustomerAddressGridQueryBuilderModifier">
      <name>actionCustomerAddressGridQueryBuilderModifier</name>
      <title>Modify customer address grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for customer address grid</description>
    </hook>
    <hook id="actionCartRuleGridQueryBuilderModifier">
      <name>actionCartRuleGridQueryBuilderModifier</name>
      <title>Modify cart rule grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for cart rule grid</description>
    </hook>
    <hook id="actionOrderStatesGridQueryBuilderModifier">
      <name>actionOrderStatesGridQueryBuilderModifier</name>
      <title>Modify order states grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for order states grid</description>
    </hook>
    <hook id="actionOrderReturnStatesGridQueryBuilderModifier">
      <name>actionOrderReturnStatesGridQueryBuilderModifier</name>
      <title>Modify order return states grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for order return states grid</description>
    </hook>
    <hook id="actionOutstandingGridQueryBuilderModifier">
      <name>actionOutstandingGridQueryBuilderModifier</name>
      <title>Modify outstanding grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for outstanding grid</description>
    </hook>
    <hook id="actionCarrierGridQueryBuilderModifier">
      <name>actionCarrierGridQueryBuilderModifier</name>
      <title>Modify carrier grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for carrier grid</description>
    </hook>
    <hook id="actionZoneGridQueryBuilderModifier">
      <name>actionZoneGridQueryBuilderModifier</name>
      <title>Modify zone grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for zone grid</description>
    </hook>
    <hook id="actionCustomerDiscountGridDataModifier">
      <name>actionCustomerDiscountGridDataModifier</name>
      <title>Modify customer discount grid data</title>
      <description>This hook allows to modify customer discount grid data</description>
    </hook>
    <hook id="actionCustomerAddressGridDataModifier">
      <name>actionCustomerAddressGridDataModifier</name>
      <title>Modify customer address grid data</title>
      <description>This hook allows to modify customer address grid data</description>
    </hook>
    <hook id="actionCartRuleGridDataModifier">
      <name>actionCartRuleGridDataModifier</name>
      <title>Modify cart rule grid data</title>
      <description>This hook allows to modify cart rule grid data</description>
    </hook>
    <hook id="actionOrderStatesGridDataModifier">
      <name>actionOrderStatesGridDataModifier</name>
      <title>Modify order states grid data</title>
      <description>This hook allows to modify order states grid data</description>
    </hook>
    <hook id="actionOrderReturnStatesGridDataModifier">
      <name>actionOrderReturnStatesGridDataModifier</name>
      <title>Modify order return states grid data</title>
      <description>This hook allows to modify order return states grid data</description>
    </hook>
    <hook id="actionOutstandingGridDataModifier">
      <name>actionOutstandingGridDataModifier</name>
      <title>Modify outstanding grid data</title>
      <description>This hook allows to modify outstanding grid data</description>
    </hook>
    <hook id="actionCarrierGridDataModifier">
      <name>actionCarrierGridDataModifier</name>
      <title>Modify carrier grid data</title>
      <description>This hook allows to modify carrier grid data</description>
    </hook>
    <hook id="actionZoneGridDataModifier">
      <name>actionZoneGridDataModifier</name>
      <title>Modify zone grid data</title>
      <description>This hook allows to modify zone grid data</description>
    </hook>
    <hook id="actionCustomerDiscountGridFilterFormModifier">
      <name>actionCustomerDiscountGridFilterFormModifier</name>
      <title>Modify customer discount grid filters</title>
      <description>This hook allows to modify filters for customer discount grid</description>
    </hook>
    <hook id="actionCustomerAddressGridFilterFormModifier">
      <name>actionCustomerAddressGridFilterFormModifier</name>
      <title>Modify customer address grid filters</title>
      <description>This hook allows to modify filters for customer address grid</description>
    </hook>
    <hook id="actionCartRuleGridFilterFormModifier">
      <name>actionCartRuleGridFilterFormModifier</name>
      <title>Modify cart rule grid filters</title>
      <description>This hook allows to modify filters for cart rule grid</description>
    </hook>
    <hook id="actionOrderStatesGridFilterFormModifier">
      <name>actionOrderStatesGridFilterFormModifier</name>
      <title>Modify order states grid filters</title>
      <description>This hook allows to modify filters for order states grid</description>
    </hook>
    <hook id="actionOrderReturnStatesGridFilterFormModifier">
      <name>actionOrderReturnStatesGridFilterFormModifier</name>
      <title>Modify order return states grid filters</title>
      <description>This hook allows to modify filters for order return states grid</description>
    </hook>
    <hook id="actionOutstandingGridFilterFormModifier">
      <name>actionOutstandingGridFilterFormModifier</name>
      <title>Modify outstanding grid filters</title>
      <description>This hook allows to modify filters for outstanding grid</description>
    </hook>
    <hook id="actionCarrierGridFilterFormModifier">
      <name>actionCarrierGridFilterFormModifier</name>
      <title>Modify carrier grid filters</title>
      <description>This hook allows to modify filters for carrier grid</description>
    </hook>
    <hook id="actionZoneGridFilterFormModifier">
      <name>actionZoneGridFilterFormModifier</name>
      <title>Modify zone grid filters</title>
      <description>This hook allows to modify filters for zone grid</description>
    </hook>
    <hook id="actionCustomerDiscountGridPresenterModifier">
      <name>actionCustomerDiscountGridPresenterModifier</name>
      <title>Modify customer discount grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for customer discount grid
      </description>
    </hook>
    <hook id="actionCustomerAddressGridPresenterModifier">
      <name>actionCustomerAddressGridPresenterModifier</name>
      <title>Modify customer address grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for customer address grid
      </description>
    </hook>
    <hook id="actionCartRuleGridPresenterModifier">
      <name>actionCartRuleGridPresenterModifier</name>
      <title>Modify cart rule grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for cart rule grid
      </description>
    </hook>
    <hook id="actionOrderStatesGridPresenterModifier">
      <name>actionOrderStatesGridPresenterModifier</name>
      <title>Modify order states grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for order states grid
      </description>
    </hook>
    <hook id="actionOrderReturnStatesGridPresenterModifier">
      <name>actionOrderReturnStatesGridPresenterModifier</name>
      <title>Modify order return states grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for order return states grid
      </description>
    </hook>
    <hook id="actionOutstandingGridPresenterModifier">
      <name>actionOutstandingGridPresenterModifier</name>
      <title>Modify outstanding grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for outstanding grid
      </description>
    </hook>
    <hook id="actionCarrierGridPresenterModifier">
      <name>actionCarrierGridPresenterModifier</name>
      <title>Modify carrier grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for carrier grid</description>
    </hook>
    <hook id="actionZoneGridPresenterModifier">
      <name>actionZoneGridPresenterModifier</name>
      <title>Modify zone grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for zone grid</description>
    </hook>
    <hook id="actionPerformancePageSmartyForm">
      <name>actionPerformancePageSmartyForm</name>
      <title>Modify performance page smarty options form content</title>
      <description>This hook allows to modify performance page smarty options form FormBuilder</description>
    </hook>
    <hook id="actionPerformancePageDebugModeForm">
      <name>actionPerformancePageDebugModeForm</name>
      <title>Modify performance page debug mode options form content</title>
      <description>This hook allows to modify performance page debug mode options form FormBuilder</description>
    </hook>
    <hook id="actionPerformancePageOptionalFeaturesForm">
      <name>actionPerformancePageOptionalFeaturesForm</name>
      <title>Modify performance page optional features options form content</title>
      <description>This hook allows to modify performance page optional features options form FormBuilder</description>
    </hook>
    <hook id="actionPerformancePageCombineCompressCacheForm">
      <name>actionPerformancePageCombineCompressCacheForm</name>
      <title>Modify performance page combine compress cache options form content</title>
      <description>This hook allows to modify performance page combine compress cache options form FormBuilder
      </description>
    </hook>
    <hook id="actionPerformancePageMediaServersForm">
      <name>actionPerformancePageMediaServersForm</name>
      <title>Modify performance page media servers options form content</title>
      <description>This hook allows to modify performance page media servers options form FormBuilder</description>
    </hook>
    <hook id="actionPerformancePagecachingForm">
      <name>actionPerformancePagecachingForm</name>
      <title>Modify performance pagecaching options form content</title>
      <description>This hook allows to modify performance pagecaching options form FormBuilder</description>
    </hook>
    <hook id="actionAdministrationPageGeneralForm">
      <name>actionAdministrationPageGeneralForm</name>
      <title>Modify administration page general options form content</title>
      <description>This hook allows to modify administration page general options form FormBuilder</description>
    </hook>
    <hook id="actionAdministrationPageUploadQuotaForm">
      <name>actionAdministrationPageUploadQuotaForm</name>
      <title>Modify administration page upload quota options form content</title>
      <description>This hook allows to modify administration page upload quota options form FormBuilder</description>
    </hook>
    <hook id="actionAdministrationPageNotificationsForm">
      <name>actionAdministrationPageNotificationsForm</name>
      <title>Modify administration page notifications options form content</title>
      <description>This hook allows to modify administration page notifications options form FormBuilder</description>
    </hook>
    <hook id="actionShippingPreferencesPageHandlingForm">
      <name>actionShippingPreferencesPageHandlingForm</name>
      <title>Modify shipping preferences page handling options form content</title>
      <description>This hook allows to modify shipping preferences page handling options form FormBuilder</description>
    </hook>
    <hook id="actionShippingPreferencesPageCarrierOptionsForm">
      <name>actionShippingPreferencesPageCarrierOptionsForm</name>
      <title>Modify shipping preferences page carrier options options form content</title>
      <description>This hook allows to modify shipping preferences page carrier options options form FormBuilder
      </description>
    </hook>
    <hook id="actionOrderPreferencesPageGeneralForm">
      <name>actionOrderPreferencesPageGeneralForm</name>
      <title>Modify order preferences page general options form content</title>
      <description>This hook allows to modify order preferences page general options form FormBuilder</description>
    </hook>
    <hook id="actionOrderPreferencesPageGiftOptionsForm">
      <name>actionOrderPreferencesPageGiftOptionsForm</name>
      <title>Modify order preferences page gift options options form content</title>
      <description>This hook allows to modify order preferences page gift options options form FormBuilder</description>
    </hook>
    <hook id="actionProductPreferencesPageGeneralForm">
      <name>actionProductPreferencesPageGeneralForm</name>
      <title>Modify product preferences page general options form content</title>
      <description>This hook allows to modify product preferences page general options form FormBuilder</description>
    </hook>
    <hook id="actionProductPreferencesPagePaginationForm">
      <name>actionProductPreferencesPagePaginationForm</name>
      <title>Modify product preferences page pagination options form content</title>
      <description>This hook allows to modify product preferences page pagination options form FormBuilder</description>
    </hook>
    <hook id="actionProductPreferencesPagePageForm">
      <name>actionProductPreferencesPagePageForm</name>
      <title>Modify product preferences page page options form content</title>
      <description>This hook allows to modify product preferences page page options form FormBuilder</description>
    </hook>
    <hook id="actionProductPreferencesPageStockForm">
      <name>actionProductPreferencesPageStockForm</name>
      <title>Modify product preferences page stock options form content</title>
      <description>This hook allows to modify product preferences page stock options form FormBuilder</description>
    </hook>
    <hook id="actionGeolocationPageByAddressForm">
      <name>actionGeolocationPageByAddressForm</name>
      <title>Modify geolocation page by address options form content</title>
      <description>This hook allows to modify geolocation page by address options form FormBuilder</description>
    </hook>
    <hook id="actionGeolocationPageWhitelistForm">
      <name>actionGeolocationPageWhitelistForm</name>
      <title>Modify geolocation page whitelist options form content</title>
      <description>This hook allows to modify geolocation page whitelist options form FormBuilder</description>
    </hook>
    <hook id="actionGeolocationPageOptionsForm">
      <name>actionGeolocationPageOptionsForm</name>
      <title>Modify geolocation page options options form content</title>
      <description>This hook allows to modify geolocation page options options form FormBuilder</description>
    </hook>
    <hook id="actionLocalizationPageConfigurationForm">
      <name>actionLocalizationPageConfigurationForm</name>
      <title>Modify localization page configuration options form content</title>
      <description>This hook allows to modify localization page configuration options form FormBuilder</description>
    </hook>
    <hook id="actionLocalizationPageLocalUnitsForm">
      <name>actionLocalizationPageLocalUnitsForm</name>
      <title>Modify localization page local units options form content</title>
      <description>This hook allows to modify localization page local units options form FormBuilder</description>
    </hook>
    <hook id="actionLocalizationPageAdvancedForm">
      <name>actionLocalizationPageAdvancedForm</name>
      <title>Modify localization page advanced options form content</title>
      <description>This hook allows to modify localization page advanced options form FormBuilder</description>
    </hook>
    <hook id="actionFeatureFlagForm">
      <name>actionFeatureFlagForm</name>
      <title>Modify feature flag page form content</title>
      <description>This hook allows to modify the Feature Flag page form's FormBuilder</description>
    </hook>
    <hook id="actionPerformancePageSmartySave">
      <name>actionPerformancePageSmartySave</name>
      <title>Modify performance page smarty options form saved data</title>
      <description>This hook allows to modify data of performance page smarty options form after it was saved
      </description>
    </hook>
    <hook id="actionPerformancePageDebugModeSave">
      <name>actionPerformancePageDebugModeSave</name>
      <title>Modify performance page debug mode options form saved data</title>
      <description>This hook allows to modify data of performance page debug mode options form after it was saved
      </description>
    </hook>
    <hook id="actionPerformancePageOptionalFeaturesSave">
      <name>actionPerformancePageOptionalFeaturesSave</name>
      <title>Modify performance page optional features options form saved data</title>
      <description>This hook allows to modify data of performance page optional features options form after it was
        saved
      </description>
    </hook>
    <hook id="actionPerformancePageCombineCompressCacheSave">
      <name>actionPerformancePageCombineCompressCacheSave</name>
      <title>Modify performance page combine compress cache options form saved data</title>
      <description>This hook allows to modify data of performance page combine compress cache options form after it was
        saved
      </description>
    </hook>
    <hook id="actionPerformancePageMediaServersSave">
      <name>actionPerformancePageMediaServersSave</name>
      <title>Modify performance page media servers options form saved data</title>
      <description>This hook allows to modify data of performance page media servers options form after it was saved
      </description>
    </hook>
    <hook id="actionPerformancePagecachingSave">
      <name>actionPerformancePagecachingSave</name>
      <title>Modify performance pagecaching options form saved data</title>
      <description>This hook allows to modify data of performance pagecaching options form after it was saved
      </description>
    </hook>
    <hook id="actionAdministrationPageGeneralSave">
      <name>actionAdministrationPageGeneralSave</name>
      <title>Modify administration page general options form saved data</title>
      <description>This hook allows to modify data of administration page general options form after it was saved
      </description>
    </hook>
    <hook id="actionAdministrationPageUploadQuotaSave">
      <name>actionAdministrationPageUploadQuotaSave</name>
      <title>Modify administration page upload quota options form saved data</title>
      <description>This hook allows to modify data of administration page upload quota options form after it was saved
      </description>
    </hook>
    <hook id="actionAdministrationPageNotificationsSave">
      <name>actionAdministrationPageNotificationsSave</name>
      <title>Modify administration page notifications options form saved data</title>
      <description>This hook allows to modify data of administration page notifications options form after it was
        saved
      </description>
    </hook>
    <hook id="actionShippingPreferencesPageHandlingSave">
      <name>actionShippingPreferencesPageHandlingSave</name>
      <title>Modify shipping preferences page handling options form saved data</title>
      <description>This hook allows to modify data of shipping preferences page handling options form after it was
        saved
      </description>
    </hook>
    <hook id="actionShippingPreferencesPageCarrierOptionsSave">
      <name>actionShippingPreferencesPageCarrierOptionsSave</name>
      <title>Modify shipping preferences page carrier options options form saved data</title>
      <description>This hook allows to modify data of shipping preferences page carrier options options form after it
        was saved
      </description>
    </hook>
    <hook id="actionOrderPreferencesPageGeneralSave">
      <name>actionOrderPreferencesPageGeneralSave</name>
      <title>Modify order preferences page general options form saved data</title>
      <description>This hook allows to modify data of order preferences page general options form after it was saved
      </description>
    </hook>
    <hook id="actionOrderPreferencesPageGiftOptionsSave">
      <name>actionOrderPreferencesPageGiftOptionsSave</name>
      <title>Modify order preferences page gift options options form saved data</title>
      <description>This hook allows to modify data of order preferences page gift options options form after it was
        saved
      </description>
    </hook>
    <hook id="actionProductPreferencesPageGeneralSave">
      <name>actionProductPreferencesPageGeneralSave</name>
      <title>Modify product preferences page general options form saved data</title>
      <description>This hook allows to modify data of product preferences page general options form after it was saved
      </description>
    </hook>
    <hook id="actionProductPreferencesPagePaginationSave">
      <name>actionProductPreferencesPagePaginationSave</name>
      <title>Modify product preferences page pagination options form saved data</title>
      <description>This hook allows to modify data of product preferences page pagination options form after it was
        saved
      </description>
    </hook>
    <hook id="actionProductPreferencesPagePageSave">
      <name>actionProductPreferencesPagePageSave</name>
      <title>Modify product preferences page page options form saved data</title>
      <description>This hook allows to modify data of product preferences page page options form after it was saved
      </description>
    </hook>
    <hook id="actionProductPreferencesPageStockSave">
      <name>actionProductPreferencesPageStockSave</name>
      <title>Modify product preferences page stock options form saved data</title>
      <description>This hook allows to modify data of product preferences page stock options form after it was saved
      </description>
    </hook>
    <hook id="actionGeolocationPageByAddressSave">
      <name>actionGeolocationPageByAddressSave</name>
      <title>Modify geolocation page by address options form saved data</title>
      <description>This hook allows to modify data of geolocation page by address options form after it was saved
      </description>
    </hook>
    <hook id="actionGeolocationPageWhitelistSave">
      <name>actionGeolocationPageWhitelistSave</name>
      <title>Modify geolocation page whitelist options form saved data</title>
      <description>This hook allows to modify data of geolocation page whitelist options form after it was saved
      </description>
    </hook>
    <hook id="actionGeolocationPageOptionsSave">
      <name>actionGeolocationPageOptionsSave</name>
      <title>Modify geolocation page options options form saved data</title>
      <description>This hook allows to modify data of geolocation page options options form after it was saved
      </description>
    </hook>
    <hook id="actionLocalizationPageConfigurationSave">
      <name>actionLocalizationPageConfigurationSave</name>
      <title>Modify localization page configuration options form saved data</title>
      <description>This hook allows to modify data of localization page configuration options form after it was saved
      </description>
    </hook>
    <hook id="actionLocalizationPageLocalUnitsSave">
      <name>actionLocalizationPageLocalUnitsSave</name>
      <title>Modify localization page local units options form saved data</title>
      <description>This hook allows to modify data of localization page local units options form after it was saved
      </description>
    </hook>
    <hook id="actionLocalizationPageAdvancedSave">
      <name>actionLocalizationPageAdvancedSave</name>
      <title>Modify localization page advanced options form saved data</title>
      <description>This hook allows to modify data of localization page advanced options form after it was saved
      </description>
    </hook>
    <hook id="actionFeatureFlagSave">
      <name>actionFeatureFlagSave</name>
      <title>Modify feature flag form submitted data</title>
      <description>This hook allows to modify the Feature Flag data being submitted through the form after it was
        saved
      </description>
    </hook>
    <hook id="actionOrderStateFormBuilderModifier">
      <name>actionOrderStateFormBuilderModifier</name>
      <title>Modify order state identifiable object form</title>
      <description>This hook allows to modify order state identifiable object forms content by modifying form builder
        data or FormBuilder itself
      </description>
    </hook>
    <hook id="actionOrderReturnStateFormBuilderModifier">
      <name>actionOrderReturnStateFormBuilderModifier</name>
      <title>Modify order return state identifiable object form</title>
      <description>This hook allows to modify order return state identifiable object forms content by modifying form
        builder data or FormBuilder itself
      </description>
    </hook>
    <hook id="actionZoneFormBuilderModifier">
      <name>actionZoneFormBuilderModifier</name>
      <title>Modify zone identifiable object form</title>
      <description>This hook allows to modify zone identifiable object forms content by modifying form builder data or
        FormBuilder itself
      </description>
    </hook>
    <hook id="actionBeforeUpdateOrderStateFormHandler">
      <name>actionBeforeUpdateOrderStateFormHandler</name>
      <title>Modify order state identifiable object data before updating it</title>
      <description>This hook allows to modify order state identifiable object forms data before it was updated
      </description>
    </hook>
    <hook id="actionBeforeUpdateOrderReturnStateFormHandler">
      <name>actionBeforeUpdateOrderReturnStateFormHandler</name>
      <title>Modify order return state identifiable object data before updating it</title>
      <description>This hook allows to modify order return state identifiable object forms data before it was updated
      </description>
    </hook>
    <hook id="actionBeforeUpdateZoneFormHandler">
      <name>actionBeforeUpdateZoneFormHandler</name>
      <title>Modify zone identifiable object data before updating it</title>
      <description>This hook allows to modify zone identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionAfterUpdateOrderStateFormHandler">
      <name>actionAfterUpdateOrderStateFormHandler</name>
      <title>Modify order state identifiable object data after updating it</title>
      <description>This hook allows to modify order state identifiable object forms data after it was updated
      </description>
    </hook>
    <hook id="actionAfterUpdateOrderReturnStateFormHandler">
      <name>actionAfterUpdateOrderReturnStateFormHandler</name>
      <title>Modify order return state identifiable object data after updating it</title>
      <description>This hook allows to modify order return state identifiable object forms data after it was updated
      </description>
    </hook>
    <hook id="actionAfterUpdateProductImageFormHandler">
      <name>actionAfterUpdateProductImageFormHandler</name>
      <title>Modify product image identifiable object data after updating it</title>
      <description>This hook allows to modify product image identifiable object forms data after it was updated
      </description>
    </hook>
    <hook id="actionAfterUpdateZoneFormHandler">
      <name>actionAfterUpdateZoneFormHandler</name>
      <title>Modify zone identifiable object data after updating it</title>
      <description>This hook allows to modify zone identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionBeforeCreateOrderStateFormHandler">
      <name>actionBeforeCreateOrderStateFormHandler</name>
      <title>Modify order state identifiable object data before creating it</title>
      <description>This hook allows to modify order state identifiable object forms data before it was created
      </description>
    </hook>
    <hook id="actionBeforeCreateOrderReturnStateFormHandler">
      <name>actionBeforeCreateOrderReturnStateFormHandler</name>
      <title>Modify order return state identifiable object data before creating it</title>
      <description>This hook allows to modify order return state identifiable object forms data before it was created
      </description>
    </hook>
    <hook id="actionBeforeCreateZoneFormHandler">
      <name>actionBeforeCreateZoneFormHandler</name>
      <title>Modify zone identifiable object data before creating it</title>
      <description>This hook allows to modify zone identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionAfterCreateOrderStateFormHandler">
      <name>actionAfterCreateOrderStateFormHandler</name>
      <title>Modify order state identifiable object data after creating it</title>
      <description>This hook allows to modify order state identifiable object forms data after it was created
      </description>
    </hook>
    <hook id="actionAfterCreateOrderReturnStateFormHandler">
      <name>actionAfterCreateOrderReturnStateFormHandler</name>
      <title>Modify order return state identifiable object data after creating it</title>
      <description>This hook allows to modify order return state identifiable object forms data after it was created
      </description>
    </hook>
    <hook id="actionAfterCreateZoneFormHandler">
      <name>actionAfterCreateZoneFormHandler</name>
      <title>Modify zone identifiable object data after creating it</title>
      <description>This hook allows to modify zone identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionFeatureFlagForm">
      <name>actionFeatureFlagForm</name>
      <title>Modify feature flag page form content</title>
      <description>This hook allows to modify the Feature Flag page form's FormBuilder</description>
    </hook>
    <hook id="actionFeatureFlagSave">
      <name>actionFeatureFlagSave</name>
      <title>Modify feature flag form submitted data</title>
      <description>This hook allows to modify the Feature Flag data being submitted through the form after it was saved</description>
    </hook>
    <hook id="actionAdminSecurityControllerPostProcessBefore">
      <name>actionAdminSecurityControllerPostProcessBefore</name>
      <title>On post-process in Admin Security Controller</title>
      <description>This hook is called on Admin Security Controller post-process before processing any form</description>
    </hook>
    <hook id="actionAdminSecurityControllerPostProcessGeneralBefore">
      <name>actionAdminSecurityControllerPostProcessGeneralBefore</name>
      <title>On post-process in Admin Security Controller</title>
      <description>This hook is called on Admin Security Controller post-process before processing the General form</description>
    </hook>
    <hook id="actionBeforeCreateCartSummaryFormHandler">
      <name>actionBeforeCreateCartSummaryFormHandler</name>
      <title>Modify back office order data before creating it</title>
      <description>This hook allows to modify order created from back office data before it is created</description>
    </hook>
    <hook id="actionAfterCreateCartSummaryFormHandler">
      <name>actionAfterCreateCartSummaryFormHandler</name>
      <title>Modify back office order data after creating it</title>
      <description>This hook allows to modify order created from back office data after it is created</description>
    </hook>
    <hook id="actionAdminOrdersTrackingNumberUpdate">
      <name>actionAdminOrdersTrackingNumberUpdate</name>
      <title>After setting the tracking number for the order</title>
      <description>This hook allows you to execute code after the unique tracking number for the order was added</description>
    </hook>
    <hook id="displayBackOfficeMenu">
      <name>displayBackOfficeEmployeeMenu</name>
      <title>Administration Employee menu</title>
      <description>This hook is displayed in the employee menu</description>
    </hook>
    <hook id="actionCustomerLogoutBefore">
      <name>actionCustomerLogoutBefore</name>
      <title>Before customer logout</title>
      <description>This hook allows you to execute code before customer logout</description>
    </hook>
    <hook id="actionCustomerLogoutAfter">
      <name>actionCustomerLogoutAfter</name>
      <title>After customer logout</title>
      <description>This hook allows you to execute code after customer logout</description>
    </hook>
    <hook id="displayCheckoutSummaryTop">
      <name>displayCheckoutSummaryTop</name>
      <title>Cart summary top</title>
      <description>This hook allows you to display new elements in top of cart summary</description>
    </hook>
    <hook id="actionPresentPaymentOptions">
      <name>actionPresentPaymentOptions</name>
      <title>Payment options Presenter</title>
      <description>This hook is called before payment options are presented</description>
    </hook>
    <hook id="dashboardZoneThree">
      <name>dashboardZoneThree</name>
      <title>Dashboard column three</title>
      <description>This hook is displayed in the third column of the dashboard</description>
    </hook>
    <hook id="actionFilterDeliveryOptionList">
      <name>actionFilterDeliveryOptionList</name>
      <title>Modify delivery option list result</title>
      <description>This hook allows you to modify delivery option list</description>
    </hook>
    <hook id="displayCheckoutBeforeConfirmation">
      <name>displayCheckoutBeforeConfirmation</name>
      <title>Show custom content before checkout confirmation</title>
      <description>This hook allows you to display custom content at the end of checkout process</description>
    </hook>
    <hook id="actionListModules">
      <name>actionListModules</name>
      <title>Add modules to the module manager list</title>
      <description>This hook allows you to add modules to the list of modules displayed in the module manager page</description>
    </hook>
    <hook id="actionBeforeInstallModule">
      <name>actionBeforeInstallModule</name>
      <title>Before a module is installed</title>
      <description>This hook is called just before a module is installed</description>
    </hook>
    <hook id="actionBeforePostInstallModule">
      <name>actionBeforePostInstallModule</name>
      <title>Before method `postInstall()` is called</title>
      <description>This hook is called juste before a module execute its `postInstall()` method</description>
    </hook>
    <hook id="actionBeforeUninstallModule">
      <name>actionBeforeUninstallModule</name>
      <title>Before a module is uninstalled</title>
      <description>This hook is called just before a module is uninstalled</description>
    </hook>
    <hook id="actionBeforeUpgradeModule">
      <name>actionBeforeUpgradeModule</name>
      <title>Before a module is upgraded</title>
      <description>This hook is called just before a module is upgraded</description>
    </hook>
    <hook id="actionBeforeEnableModule">
      <name>actionBeforeEnableModule</name>
      <title>Before a module is enabled</title>
      <description>This hook is called just before a module is enabled</description>
    </hook>
    <hook id="actionBeforeDisableModule">
      <name>actionBeforeDisableModule</name>
      <title>Before a module is disabled</title>
      <description>This hook is called just before a module is disabled</description>
    </hook>
    <hook id="actionBeforeResetModule">
      <name>actionBeforeResetModule</name>
      <title>Before a module is reset</title>
      <description>This hook is called just before a module is reset</description>
    </hook>
    <hook id="displayAdminThemesListAfter">
      <name>displayAdminThemesListAfter</name>
      <title>BO themes list extra content</title>
      <description>This hook displays content after the themes list in the back office</description>
    </hook>
    <hook id="actionGetAdminToolbarButtons">
      <name>actionGetAdminToolbarButtons</name>
      <title>Allows to add buttons in any toolbar in the back office</title>
      <description>This hook allows you to define descriptions of buttons to add in any toolbar of the back office</description>
    </hook>
    <hook id="displayEmptyModuleCategoryExtraMessage">
      <name>displayEmptyModuleCategoryExtraMessage</name>
      <title>Extra message to display for an empty modules category</title>
      <description>This hook allows to add an extra message to display in the Module manager page when a category doesn't have any module</description>
    </hook>
    <hook id="actionGetAlternativeSearchPanels">
      <name>actionGetAlternativeSearchPanels</name>
      <title>Additional search panel</title>
      <description>This hook allows to add an additional search panel for external providers in PrestaShop back office</description>
    </hook>
    <hook id="actionCartGetPackageShippingCost">
      <name>actionCartGetPackageShippingCost</name>
      <title>After getting package shipping cost value</title>
      <description>This hook is called in order to allow to modify package shipping cost</description>
    </hook>
    <hook id="actionCreateProductFormBuilderModifier">
      <name>actionCreateProductFormBuilderModifier</name>
      <title>Modify create product identifiable object form</title>
      <description>This hook allows to modify create product identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionCombinationListFormBuilderModifier">
      <name>actionCombinationListFormBuilderModifier</name>
      <title>Modify combination list identifiable object form</title>
      <description>This hook allows to modify combination list identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionProductImageFormBuilderModifier">
      <name>actionProductImageFormBuilderModifier</name>
      <title>Modify product image identifiable object form</title>
      <description>This hook allows to modify product image identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionSearchEngineFormBuilderModifier">
      <name>actionSearchEngineFormBuilderModifier</name>
      <title>Modify search engine identifiable object form</title>
      <description>This hook allows to modify search engine identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionCategoryTreeSelectorFormBuilderModifier">
      <name>actionCategoryTreeSelectorFormBuilderModifier</name>
      <title>Modify category tree selector identifiable object form</title>
      <description>This hook allows to modify category tree selector identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionSqlRequestFormDataProviderData">
      <name>actionSqlRequestFormDataProviderData</name>
      <title>Provide sql request identifiable object form data for update</title>
      <description>This hook allows to provide sql request identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionCustomerFormDataProviderData">
      <name>actionCustomerFormDataProviderData</name>
      <title>Provide customer identifiable object form data for update</title>
      <description>This hook allows to provide customer identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionLanguageFormDataProviderData">
      <name>actionLanguageFormDataProviderData</name>
      <title>Provide language identifiable object form data for update</title>
      <description>This hook allows to provide language identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionCurrencyFormDataProviderData">
      <name>actionCurrencyFormDataProviderData</name>
      <title>Provide currency identifiable object form data for update</title>
      <description>This hook allows to provide currency identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionWebserviceKeyFormDataProviderData">
      <name>actionWebserviceKeyFormDataProviderData</name>
      <title>Provide webservice key identifiable object form data for update</title>
      <description>This hook allows to provide webservice key identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionMetaFormDataProviderData">
      <name>actionMetaFormDataProviderData</name>
      <title>Provide meta identifiable object form data for update</title>
      <description>This hook allows to provide meta identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionCategoryFormDataProviderData">
      <name>actionCategoryFormDataProviderData</name>
      <title>Provide category identifiable object form data for update</title>
      <description>This hook allows to provide category identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionRootCategoryFormDataProviderData">
      <name>actionRootCategoryFormDataProviderData</name>
      <title>Provide root category identifiable object form data for update</title>
      <description>This hook allows to provide root category identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionContactFormDataProviderData">
      <name>actionContactFormDataProviderData</name>
      <title>Provide contact identifiable object form data for update</title>
      <description>This hook allows to provide contact identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionCmsPageCategoryFormDataProviderData">
      <name>actionCmsPageCategoryFormDataProviderData</name>
      <title>Provide cms page category identifiable object form data for update</title>
      <description>This hook allows to provide cms page category identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionTaxFormDataProviderData">
      <name>actionTaxFormDataProviderData</name>
      <title>Provide tax identifiable object form data for update</title>
      <description>This hook allows to provide tax identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionManufacturerFormDataProviderData">
      <name>actionManufacturerFormDataProviderData</name>
      <title>Provide manufacturer identifiable object form data for update</title>
      <description>This hook allows to provide manufacturer identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionEmployeeFormDataProviderData">
      <name>actionEmployeeFormDataProviderData</name>
      <title>Provide employee identifiable object form data for update</title>
      <description>This hook allows to provide employee identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionProfileFormDataProviderData">
      <name>actionProfileFormDataProviderData</name>
      <title>Provide profile identifiable object form data for update</title>
      <description>This hook allows to provide profile identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionCmsPageFormDataProviderData">
      <name>actionCmsPageFormDataProviderData</name>
      <title>Provide cms page identifiable object form data for update</title>
      <description>This hook allows to provide cms page identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionFeatureFormDataProviderData">
      <name>actionFeatureFormDataProviderData</name>
      <title>Provide feature identifiable object form data for update</title>
      <description>This hook allows to provide feature identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionOrderMessageFormDataProviderData">
      <name>actionOrderMessageFormDataProviderData</name>
      <title>Provide order message identifiable object form data for update</title>
      <description>This hook allows to provide order message identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionCatalogPriceRuleFormDataProviderData">
      <name>actionCatalogPriceRuleFormDataProviderData</name>
      <title>Provide catalog price rule identifiable object form data for update</title>
      <description>This hook allows to provide catalog price rule identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionAttachmentFormDataProviderData">
      <name>actionAttachmentFormDataProviderData</name>
      <title>Provide attachment identifiable object form data for update</title>
      <description>This hook allows to provide attachment identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionOrderStateFormDataProviderData">
      <name>actionOrderStateFormDataProviderData</name>
      <title>Provide order state identifiable object form data for update</title>
      <description>This hook allows to provide order state identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionOrderReturnStateFormDataProviderData">
      <name>actionOrderReturnStateFormDataProviderData</name>
      <title>Provide order return state identifiable object form data for update</title>
      <description>This hook allows to provide order return state identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionCreateProductFormDataProviderData">
      <name>actionCreateProductFormDataProviderData</name>
      <title>Provide create product identifiable object form data for update</title>
      <description>This hook allows to provide create product identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionCombinationListFormDataProviderData">
      <name>actionCombinationListFormDataProviderData</name>
      <title>Provide combination list identifiable object form data for update</title>
      <description>This hook allows to provide combination list identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionProductImageFormDataProviderData">
      <name>actionProductImageFormDataProviderData</name>
      <title>Provide product image identifiable object form data for update</title>
      <description>This hook allows to provide product image identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionZoneFormDataProviderData">
      <name>actionZoneFormDataProviderData</name>
      <title>Provide zone identifiable object form data for update</title>
      <description>This hook allows to provide zone identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionSearchEngineFormDataProviderData">
      <name>actionSearchEngineFormDataProviderData</name>
      <title>Provide search engine identifiable object form data for update</title>
      <description>This hook allows to provide search engine identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionCategoryTreeSelectorFormDataProviderData">
      <name>actionCategoryTreeSelectorFormDataProviderData</name>
      <title>Provide category tree selector identifiable object form data for update</title>
      <description>This hook allows to provide category tree selector identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionSqlRequestFormDataProviderDefaultData">
      <name>actionSqlRequestFormDataProviderDefaultData</name>
      <title>Provide sql request identifiable object default form data for creation</title>
      <description>This hook allows to provide sql request identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionCustomerFormDataProviderDefaultData">
      <name>actionCustomerFormDataProviderDefaultData</name>
      <title>Provide customer identifiable object default form data for creation</title>
      <description>This hook allows to provide customer identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionLanguageFormDataProviderDefaultData">
      <name>actionLanguageFormDataProviderDefaultData</name>
      <title>Provide language identifiable object default form data for creation</title>
      <description>This hook allows to provide language identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionCurrencyFormDataProviderDefaultData">
      <name>actionCurrencyFormDataProviderDefaultData</name>
      <title>Provide currency identifiable object default form data for creation</title>
      <description>This hook allows to provide currency identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionWebserviceKeyFormDataProviderDefaultData">
      <name>actionWebserviceKeyFormDataProviderDefaultData</name>
      <title>Provide webservice key identifiable object default form data for creation</title>
      <description>This hook allows to provide webservice key identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionMetaFormDataProviderDefaultData">
      <name>actionMetaFormDataProviderDefaultData</name>
      <title>Provide meta identifiable object default form data for creation</title>
      <description>This hook allows to provide meta identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionCategoryFormDataProviderDefaultData">
      <name>actionCategoryFormDataProviderDefaultData</name>
      <title>Provide category identifiable object default form data for creation</title>
      <description>This hook allows to provide category identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionRootCategoryFormDataProviderDefaultData">
      <name>actionRootCategoryFormDataProviderDefaultData</name>
      <title>Provide root category identifiable object default form data for creation</title>
      <description>This hook allows to provide root category identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionContactFormDataProviderDefaultData">
      <name>actionContactFormDataProviderDefaultData</name>
      <title>Provide contact identifiable object default form data for creation</title>
      <description>This hook allows to provide contact identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionCmsPageCategoryFormDataProviderDefaultData">
      <name>actionCmsPageCategoryFormDataProviderDefaultData</name>
      <title>Provide cms page category identifiable object default form data for creation</title>
      <description>This hook allows to provide cms page category identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionTaxFormDataProviderDefaultData">
      <name>actionTaxFormDataProviderDefaultData</name>
      <title>Provide tax identifiable object default form data for creation</title>
      <description>This hook allows to provide tax identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionManufacturerFormDataProviderDefaultData">
      <name>actionManufacturerFormDataProviderDefaultData</name>
      <title>Provide manufacturer identifiable object default form data for creation</title>
      <description>This hook allows to provide manufacturer identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionEmployeeFormDataProviderDefaultData">
      <name>actionEmployeeFormDataProviderDefaultData</name>
      <title>Provide employee identifiable object default form data for creation</title>
      <description>This hook allows to provide employee identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionProfileFormDataProviderDefaultData">
      <name>actionProfileFormDataProviderDefaultData</name>
      <title>Provide profile identifiable object default form data for creation</title>
      <description>This hook allows to provide profile identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionCmsPageFormDataProviderDefaultData">
      <name>actionCmsPageFormDataProviderDefaultData</name>
      <title>Provide cms page identifiable object default form data for creation</title>
      <description>This hook allows to provide cms page identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionFeatureFormDataProviderDefaultData">
      <name>actionFeatureFormDataProviderDefaultData</name>
      <title>Provide feature identifiable object default form data for creation</title>
      <description>This hook allows to provide feature identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionOrderMessageFormDataProviderDefaultData">
      <name>actionOrderMessageFormDataProviderDefaultData</name>
      <title>Provide order message identifiable object default form data for creation</title>
      <description>This hook allows to provide order message identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionCatalogPriceRuleFormDataProviderDefaultData">
      <name>actionCatalogPriceRuleFormDataProviderDefaultData</name>
      <title>Provide catalog price rule identifiable object default form data for creation</title>
      <description>This hook allows to provide catalog price rule identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionAttachmentFormDataProviderDefaultData">
      <name>actionAttachmentFormDataProviderDefaultData</name>
      <title>Provide attachment identifiable object default form data for creation</title>
      <description>This hook allows to provide attachment identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionOrderStateFormDataProviderDefaultData">
      <name>actionOrderStateFormDataProviderDefaultData</name>
      <title>Provide order state identifiable object default form data for creation</title>
      <description>This hook allows to provide order state identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionOrderReturnStateFormDataProviderDefaultData">
      <name>actionOrderReturnStateFormDataProviderDefaultData</name>
      <title>Provide order return state identifiable object default form data for creation</title>
      <description>This hook allows to provide order return state identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionCreateProductFormDataProviderDefaultData">
      <name>actionCreateProductFormDataProviderDefaultData</name>
      <title>Provide create product identifiable object default form data for creation</title>
      <description>This hook allows to provide create product identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionCombinationListFormDataProviderDefaultData">
      <name>actionCombinationListFormDataProviderDefaultData</name>
      <title>Provide combination list identifiable object default form data for creation</title>
      <description>This hook allows to provide combination list identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionProductImageFormDataProviderDefaultData">
      <name>actionProductImageFormDataProviderDefaultData</name>
      <title>Provide product image identifiable object default form data for creation</title>
      <description>This hook allows to provide product image identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionZoneFormDataProviderDefaultData">
      <name>actionZoneFormDataProviderDefaultData</name>
      <title>Provide zone identifiable object default form data for creation</title>
      <description>This hook allows to provide zone identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionSearchEngineFormDataProviderDefaultData">
      <name>actionSearchEngineFormDataProviderDefaultData</name>
      <title>Provide search engine identifiable object default form data for creation</title>
      <description>This hook allows to provide search engine identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionCategoryTreeSelectorFormDataProviderDefaultData">
      <name>actionCategoryTreeSelectorFormDataProviderDefaultData</name>
      <title>Provide category tree selector identifiable object default form data for creation</title>
      <description>This hook allows to provide category tree selector identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionBeforeUpdateCreateProductFormHandler">
      <name>actionBeforeUpdateCreateProductFormHandler</name>
      <title>Modify create product identifiable object data before updating it</title>
      <description>This hook allows to modify create product identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateCombinationListFormHandler">
      <name>actionBeforeUpdateCombinationListFormHandler</name>
      <title>Modify combination list identifiable object data before updating it</title>
      <description>This hook allows to modify combination list identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateProductImageFormHandler">
      <name>actionBeforeUpdateProductImageFormHandler</name>
      <title>Modify product image identifiable object data before updating it</title>
      <description>This hook allows to modify product image identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateSearchEngineFormHandler">
      <name>actionBeforeUpdateSearchEngineFormHandler</name>
      <title>Modify search engine identifiable object data before updating it</title>
      <description>This hook allows to modify search engine identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateCategoryTreeSelectorFormHandler">
      <name>actionBeforeUpdateCategoryTreeSelectorFormHandler</name>
      <title>Modify category tree selector identifiable object data before updating it</title>
      <description>This hook allows to modify category tree selector identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionAfterUpdateCreateProductFormHandler">
      <name>actionAfterUpdateCreateProductFormHandler</name>
      <title>Modify create product identifiable object data after updating it</title>
      <description>This hook allows to modify create product identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateCombinationListFormHandler">
      <name>actionAfterUpdateCombinationListFormHandler</name>
      <title>Modify combination list identifiable object data after updating it</title>
      <description>This hook allows to modify combination list identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateSearchEngineFormHandler">
      <name>actionAfterUpdateSearchEngineFormHandler</name>
      <title>Modify search engine identifiable object data after updating it</title>
      <description>This hook allows to modify search engine identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateCategoryTreeSelectorFormHandler">
      <name>actionAfterUpdateCategoryTreeSelectorFormHandler</name>
      <title>Modify category tree selector identifiable object data after updating it</title>
      <description>This hook allows to modify category tree selector identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionBeforeCreateCreateProductFormHandler">
      <name>actionBeforeCreateCreateProductFormHandler</name>
      <title>Modify create product identifiable object data before creating it</title>
      <description>This hook allows to modify create product identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateCombinationListFormHandler">
      <name>actionBeforeCreateCombinationListFormHandler</name>
      <title>Modify combination list identifiable object data before creating it</title>
      <description>This hook allows to modify combination list identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateProductImageFormHandler">
      <name>actionBeforeCreateProductImageFormHandler</name>
      <title>Modify product image identifiable object data before creating it</title>
      <description>This hook allows to modify product image identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateSearchEngineFormHandler">
      <name>actionBeforeCreateSearchEngineFormHandler</name>
      <title>Modify search engine identifiable object data before creating it</title>
      <description>This hook allows to modify search engine identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateCategoryTreeSelectorFormHandler">
      <name>actionBeforeCreateCategoryTreeSelectorFormHandler</name>
      <title>Modify category tree selector identifiable object data before creating it</title>
      <description>This hook allows to modify category tree selector identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionAfterCreateCreateProductFormHandler">
      <name>actionAfterCreateCreateProductFormHandler</name>
      <title>Modify create product identifiable object data after creating it</title>
      <description>This hook allows to modify create product identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateCombinationListFormHandler">
      <name>actionAfterCreateCombinationListFormHandler</name>
      <title>Modify combination list identifiable object data after creating it</title>
      <description>This hook allows to modify combination list identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateProductImageFormHandler">
      <name>actionAfterCreateProductImageFormHandler</name>
      <title>Modify product image identifiable object data after creating it</title>
      <description>This hook allows to modify product image identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateSearchEngineFormHandler">
      <name>actionAfterCreateSearchEngineFormHandler</name>
      <title>Modify search engine identifiable object data after creating it</title>
      <description>This hook allows to modify search engine identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateCategoryTreeSelectorFormHandler">
      <name>actionAfterCreateCategoryTreeSelectorFormHandler</name>
      <title>Modify category tree selector identifiable object data after creating it</title>
      <description>This hook allows to modify category tree selector identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionFeatureFlagStableForm">
      <name>actionFeatureFlagStableForm</name>
      <title>Modify feature flag stable options form content</title>
      <description>This hook allows to modify feature flag stable options form FormBuilder</description>
    </hook>
    <hook id="actionFeatureFlagBetaForm">
      <name>actionFeatureFlagBetaForm</name>
      <title>Modify feature flag beta options form content</title>
      <description>This hook allows to modify feature flag beta options form FormBuilder</description>
    </hook>
    <hook id="actionSecurityPageGeneralForm">
      <name>actionSecurityPageGeneralForm</name>
      <title>Modify security page general options form content</title>
      <description>This hook allows to modify security page general options form FormBuilder</description>
    </hook>
    <hook id="actionSecurityPagePasswordPolicyForm">
      <name>actionSecurityPagePasswordPolicyForm</name>
      <title>Modify security page password policy options form content</title>
      <description>This hook allows to modify security page password policy options form FormBuilder</description>
    </hook>
    <hook id="actionFeatureFlagStableSave">
      <name>actionFeatureFlagStableSave</name>
      <title>Modify feature flag stable options form saved data</title>
      <description>This hook allows to modify data of feature flag stable options form after it was saved</description>
    </hook>
    <hook id="actionFeatureFlagBetaSave">
      <name>actionFeatureFlagBetaSave</name>
      <title>Modify feature flag beta options form saved data</title>
      <description>This hook allows to modify data of feature flag beta options form after it was saved</description>
    </hook>
    <hook id="actionSecurityPageGeneralSave">
      <name>actionSecurityPageGeneralSave</name>
      <title>Modify security page general options form saved data</title>
      <description>This hook allows to modify data of security page general options form after it was saved</description>
    </hook>
    <hook id="actionSecurityPagePasswordPolicySave">
      <name>actionSecurityPagePasswordPolicySave</name>
      <title>Modify security page password policy options form saved data</title>
      <description>This hook allows to modify data of security page password policy options form after it was saved</description>
    </hook>
    <hook id="actionCountryGridDefinitionModifier">
      <name>actionCountryGridDefinitionModifier</name>
      <title>Modify country grid definition</title>
      <description>This hook allows to alter country grid columns, actions and filters</description>
    </hook>
    <hook id="actionSearchEngineGridDefinitionModifier">
      <name>actionSearchEngineGridDefinitionModifier</name>
      <title>Modify search engine grid definition</title>
      <description>This hook allows to alter search engine grid columns, actions and filters</description>
    </hook>
    <hook id="actionProductGridDefinitionModifier">
      <name>actionProductGridDefinitionModifier</name>
      <title>Modify product grid definition</title>
      <description>This hook allows to alter product grid columns, actions and filters</description>
    </hook>
    <hook id="actionProductGridDefinitionModifier">
      <name>actionProductGridDefinitionModifier</name>
      <title>Modify product grid definition</title>
      <description>This hook allows to alter product grid columns, actions and filters</description>
    </hook>
    <hook id="actionSecuritySessionEmployeeGridDefinitionModifier">
      <name>actionSecuritySessionEmployeeGridDefinitionModifier</name>
      <title>Modify security session employee grid definition</title>
      <description>This hook allows to alter security session employee grid columns, actions and filters</description>
    </hook>
    <hook id="actionSecuritySessionCustomerGridDefinitionModifier">
      <name>actionSecuritySessionCustomerGridDefinitionModifier</name>
      <title>Modify security session customer grid definition</title>
      <description>This hook allows to alter security session customer grid columns, actions and filters</description>
    </hook>
    <hook id="actionStateGridDefinitionModifier">
      <name>actionStateGridDefinitionModifier</name>
      <title>Modify state grid definition</title>
      <description>This hook allows to alter state grid columns, actions and filters</description>
    </hook>
    <hook id="actionTitleGridDefinitionModifier">
      <name>actionTitleGridDefinitionModifier</name>
      <title>Modify title grid definition</title>
      <description>This hook allows to alter title grid columns, actions and filters</description>
    </hook>
    <hook id="actionCountryGridQueryBuilderModifier">
      <name>actionCountryGridQueryBuilderModifier</name>
      <title>Modify country grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for country grid</description>
    </hook>
    <hook id="actionSearchEngineGridQueryBuilderModifier">
      <name>actionSearchEngineGridQueryBuilderModifier</name>
      <title>Modify search engine grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for search engine grid</description>
    </hook>
    <hook id="actionProductGridQueryBuilderModifier">
      <name>actionProductGridQueryBuilderModifier</name>
      <title>Modify product grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for product grid</description>
    </hook>
    <hook id="actionProductGridQueryBuilderModifier">
      <name>actionProductGridQueryBuilderModifier</name>
      <title>Modify product grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for product grid</description>
    </hook>
    <hook id="actionSecuritySessionEmployeeGridQueryBuilderModifier">
      <name>actionSecuritySessionEmployeeGridQueryBuilderModifier</name>
      <title>Modify security session employee grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for security session employee grid</description>
    </hook>
    <hook id="actionSecuritySessionCustomerGridQueryBuilderModifier">
      <name>actionSecuritySessionCustomerGridQueryBuilderModifier</name>
      <title>Modify security session customer grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for security session customer grid</description>
    </hook>
    <hook id="actionStateGridQueryBuilderModifier">
      <name>actionStateGridQueryBuilderModifier</name>
      <title>Modify state grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for state grid</description>
    </hook>
    <hook id="actionTitleGridQueryBuilderModifier">
      <name>actionTitleGridQueryBuilderModifier</name>
      <title>Modify title grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for title grid</description>
    </hook>
    <hook id="actionCountryGridDataModifier">
      <name>actionCountryGridDataModifier</name>
      <title>Modify country grid data</title>
      <description>This hook allows to modify country grid data</description>
    </hook>
    <hook id="actionSearchEngineGridDataModifier">
      <name>actionSearchEngineGridDataModifier</name>
      <title>Modify search engine grid data</title>
      <description>This hook allows to modify search engine grid data</description>
    </hook>
    <hook id="actionProductGridDataModifier">
      <name>actionProductGridDataModifier</name>
      <title>Modify product grid data</title>
      <description>This hook allows to modify product grid data</description>
    </hook>
    <hook id="actionProductGridDataModifier">
      <name>actionProductGridDataModifier</name>
      <title>Modify product grid data</title>
      <description>This hook allows to modify product grid data</description>
    </hook>
    <hook id="actionSecuritySessionEmployeeGridDataModifier">
      <name>actionSecuritySessionEmployeeGridDataModifier</name>
      <title>Modify security session employee grid data</title>
      <description>This hook allows to modify security session employee grid data</description>
    </hook>
    <hook id="actionSecuritySessionCustomerGridDataModifier">
      <name>actionSecuritySessionCustomerGridDataModifier</name>
      <title>Modify security session customer grid data</title>
      <description>This hook allows to modify security session customer grid data</description>
    </hook>
    <hook id="actionStateGridDataModifier">
      <name>actionStateGridDataModifier</name>
      <title>Modify state grid data</title>
      <description>This hook allows to modify state grid data</description>
    </hook>
    <hook id="actionTitleGridDataModifier">
      <name>actionTitleGridDataModifier</name>
      <title>Modify title grid data</title>
      <description>This hook allows to modify title grid data</description>
    </hook>
    <hook id="actionCountryGridFilterFormModifier">
      <name>actionCountryGridFilterFormModifier</name>
      <title>Modify country grid filters</title>
      <description>This hook allows to modify filters for country grid</description>
    </hook>
    <hook id="actionSearchEngineGridFilterFormModifier">
      <name>actionSearchEngineGridFilterFormModifier</name>
      <title>Modify search engine grid filters</title>
      <description>This hook allows to modify filters for search engine grid</description>
    </hook>
    <hook id="actionProductGridFilterFormModifier">
      <name>actionProductGridFilterFormModifier</name>
      <title>Modify product grid filters</title>
      <description>This hook allows to modify filters for product grid</description>
    </hook>
    <hook id="actionProductGridFilterFormModifier">
      <name>actionProductGridFilterFormModifier</name>
      <title>Modify product grid filters</title>
      <description>This hook allows to modify filters for product grid</description>
    </hook>
    <hook id="actionSecuritySessionEmployeeGridFilterFormModifier">
      <name>actionSecuritySessionEmployeeGridFilterFormModifier</name>
      <title>Modify security session employee grid filters</title>
      <description>This hook allows to modify filters for security session employee grid</description>
    </hook>
    <hook id="actionSecuritySessionCustomerGridFilterFormModifier">
      <name>actionSecuritySessionCustomerGridFilterFormModifier</name>
      <title>Modify security session customer grid filters</title>
      <description>This hook allows to modify filters for security session customer grid</description>
    </hook>
    <hook id="actionStateGridFilterFormModifier">
      <name>actionStateGridFilterFormModifier</name>
      <title>Modify state grid filters</title>
      <description>This hook allows to modify filters for state grid</description>
    </hook>
    <hook id="actionTitleGridFilterFormModifier">
      <name>actionTitleGridFilterFormModifier</name>
      <title>Modify title grid filters</title>
      <description>This hook allows to modify filters for title grid</description>
    </hook>
    <hook id="actionCountryGridPresenterModifier">
      <name>actionCountryGridPresenterModifier</name>
      <title>Modify country grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for country grid</description>
    </hook>
    <hook id="actionSearchEngineGridPresenterModifier">
      <name>actionSearchEngineGridPresenterModifier</name>
      <title>Modify search engine grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for search engine grid</description>
    </hook>
    <hook id="actionProductGridPresenterModifier">
      <name>actionProductGridPresenterModifier</name>
      <title>Modify product grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for product grid</description>
    </hook>
    <hook id="actionProductGridPresenterModifier">
      <name>actionProductGridPresenterModifier</name>
      <title>Modify product grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for product grid</description>
    </hook>
    <hook id="actionSecuritySessionEmployeeGridPresenterModifier">
      <name>actionSecuritySessionEmployeeGridPresenterModifier</name>
      <title>Modify security session employee grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for security session employee grid</description>
    </hook>
    <hook id="actionSecuritySessionCustomerGridPresenterModifier">
      <name>actionSecuritySessionCustomerGridPresenterModifier</name>
      <title>Modify security session customer grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for security session customer grid</description>
    </hook>
    <hook id="actionStateGridPresenterModifier">
      <name>actionStateGridPresenterModifier</name>
      <title>Modify state grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for state grid</description>
    </hook>
    <hook id="actionTitleGridPresenterModifier">
      <name>actionTitleGridPresenterModifier</name>
      <title>Modify title grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for title grid</description>
    </hook>
    <hook id="actionGenerateDocumentReference">
      <name>actionGenerateDocumentReference</name>
      <title>Modify document reference</title>
      <description>This hook allows modules to return custom document references</description>
    </hook>
    <hook id="actionModifyFrontendSitemap">
      <name>actionModifyFrontendSitemap</name>
      <title>Add or remove links on sitemap page</title>
      <description>This hook allows to modify links on sitemap page of your shop. Useful to improve indexation of your modules.</description>
    </hook>
    <hook id="displayAddressSelectorBottom">
      <name>displayAddressSelectorBottom</name>
      <title>After address selection on checkout page</title>
      <description>This hook is displayed after the address selection in checkout step.</description>
    </hook>
    <hook id="actionLoggerLogMessage">
      <name>actionLoggerLogMessage</name>
      <title>Allows to make extra action while a log is triggered</title>
      <description>This hook allows to make an extra action while an exception is thrown and the logger logs it</description>
    </hook>
    <hook id="actionOrderReturnFormBuilderModifier">
      <name>actionOrderReturnFormBuilderModifier</name>
      <title>Modify order return identifiable object form</title>
      <description>This hook allows to modify order return identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionProductShopsFormBuilderModifier">
      <name>actionProductShopsFormBuilderModifier</name>
      <title>Modify product shops identifiable object form</title>
      <description>This hook allows to modify product shops identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionCountryFormBuilderModifier">
      <name>actionCountryFormBuilderModifier</name>
      <title>Modify country identifiable object form</title>
      <description>This hook allows to modify country identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionStateFormBuilderModifier">
      <name>actionStateFormBuilderModifier</name>
      <title>Modify state identifiable object form</title>
      <description>This hook allows to modify state identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionTaxRulesGroupFormBuilderModifier">
      <name>actionTaxRulesGroupFormBuilderModifier</name>
      <title>Modify tax rules group identifiable object form</title>
      <description>This hook allows to modify tax rules group identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionOrderReturnFormDataProviderData">
      <name>actionOrderReturnFormDataProviderData</name>
      <title>Provide order return identifiable object form data for update</title>
      <description>This hook allows to provide order return identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionProductShopsFormDataProviderData">
      <name>actionProductShopsFormDataProviderData</name>
      <title>Provide product shops identifiable object form data for update</title>
      <description>This hook allows to provide product shops identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionCountryFormDataProviderData">
      <name>actionCountryFormDataProviderData</name>
      <title>Provide country identifiable object form data for update</title>
      <description>This hook allows to provide country identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionStateFormDataProviderData">
      <name>actionStateFormDataProviderData</name>
      <title>Provide state identifiable object form data for update</title>
      <description>This hook allows to provide state identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionTaxRulesGroupFormDataProviderData">
      <name>actionTaxRulesGroupFormDataProviderData</name>
      <title>Provide tax rules group identifiable object form data for update</title>
      <description>This hook allows to provide tax rules group identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionOrderReturnFormDataProviderDefaultData">
      <name>actionOrderReturnFormDataProviderDefaultData</name>
      <title>Provide order return identifiable object default form data for creation</title>
      <description>This hook allows to provide order return identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionProductShopsFormDataProviderDefaultData">
      <name>actionProductShopsFormDataProviderDefaultData</name>
      <title>Provide product shops identifiable object default form data for creation</title>
      <description>This hook allows to provide product shops identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionCountryFormDataProviderDefaultData">
      <name>actionCountryFormDataProviderDefaultData</name>
      <title>Provide country identifiable object default form data for creation</title>
      <description>This hook allows to provide country identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionStateFormDataProviderDefaultData">
      <name>actionStateFormDataProviderDefaultData</name>
      <title>Provide state identifiable object default form data for creation</title>
      <description>This hook allows to provide state identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionTaxRulesGroupFormDataProviderDefaultData">
      <name>actionTaxRulesGroupFormDataProviderDefaultData</name>
      <title>Provide tax rules group identifiable object default form data for creation</title>
      <description>This hook allows to provide tax rules group identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionBeforeUpdateOrderReturnFormHandler">
      <name>actionBeforeUpdateOrderReturnFormHandler</name>
      <title>Modify order return identifiable object data before updating it</title>
      <description>This hook allows to modify order return identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateProductShopsFormHandler">
      <name>actionBeforeUpdateProductShopsFormHandler</name>
      <title>Modify product shops identifiable object data before updating it</title>
      <description>This hook allows to modify product shops identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateCountryFormHandler">
      <name>actionBeforeUpdateCountryFormHandler</name>
      <title>Modify country identifiable object data before updating it</title>
      <description>This hook allows to modify country identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateStateFormHandler">
      <name>actionBeforeUpdateStateFormHandler</name>
      <title>Modify state identifiable object data before updating it</title>
      <description>This hook allows to modify state identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateTaxRulesGroupFormHandler">
      <name>actionBeforeUpdateTaxRulesGroupFormHandler</name>
      <title>Modify tax rules group identifiable object data before updating it</title>
      <description>This hook allows to modify tax rules group identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionAfterUpdateOrderReturnFormHandler">
      <name>actionAfterUpdateOrderReturnFormHandler</name>
      <title>Modify order return identifiable object data after updating it</title>
      <description>This hook allows to modify order return identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateProductShopsFormHandler">
      <name>actionAfterUpdateProductShopsFormHandler</name>
      <title>Modify product shops identifiable object data after updating it</title>
      <description>This hook allows to modify product shops identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateCountryFormHandler">
      <name>actionAfterUpdateCountryFormHandler</name>
      <title>Modify country identifiable object data after updating it</title>
      <description>This hook allows to modify country identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateStateFormHandler">
      <name>actionAfterUpdateStateFormHandler</name>
      <title>Modify state identifiable object data after updating it</title>
      <description>This hook allows to modify state identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateTaxRulesGroupFormHandler">
      <name>actionAfterUpdateTaxRulesGroupFormHandler</name>
      <title>Modify tax rules group identifiable object data after updating it</title>
      <description>This hook allows to modify tax rules group identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionBeforeCreateOrderReturnFormHandler">
      <name>actionBeforeCreateOrderReturnFormHandler</name>
      <title>Modify order return identifiable object data before creating it</title>
      <description>This hook allows to modify order return identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateProductShopsFormHandler">
      <name>actionBeforeCreateProductShopsFormHandler</name>
      <title>Modify product shops identifiable object data before creating it</title>
      <description>This hook allows to modify product shops identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateCountryFormHandler">
      <name>actionBeforeCreateCountryFormHandler</name>
      <title>Modify country identifiable object data before creating it</title>
      <description>This hook allows to modify country identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateStateFormHandler">
      <name>actionBeforeCreateStateFormHandler</name>
      <title>Modify state identifiable object data before creating it</title>
      <description>This hook allows to modify state identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateTaxRulesGroupFormHandler">
      <name>actionBeforeCreateTaxRulesGroupFormHandler</name>
      <title>Modify tax rules group identifiable object data before creating it</title>
      <description>This hook allows to modify tax rules group identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionAfterCreateOrderReturnFormHandler">
      <name>actionAfterCreateOrderReturnFormHandler</name>
      <title>Modify order return identifiable object data after creating it</title>
      <description>This hook allows to modify order return identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateProductShopsFormHandler">
      <name>actionAfterCreateProductShopsFormHandler</name>
      <title>Modify product shops identifiable object data after creating it</title>
      <description>This hook allows to modify product shops identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateCountryFormHandler">
      <name>actionAfterCreateCountryFormHandler</name>
      <title>Modify country identifiable object data after creating it</title>
      <description>This hook allows to modify country identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateStateFormHandler">
      <name>actionAfterCreateStateFormHandler</name>
      <title>Modify state identifiable object data after creating it</title>
      <description>This hook allows to modify state identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateTaxRulesGroupFormHandler">
      <name>actionAfterCreateTaxRulesGroupFormHandler</name>
      <title>Modify tax rules group identifiable object data after creating it</title>
      <description>This hook allows to modify tax rules group identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionCustomerThreadGridDefinitionModifier">
      <name>actionCustomerThreadGridDefinitionModifier</name>
      <title>Modify customer thread grid definition</title>
      <description>This hook allows to alter customer thread grid columns, actions and filters</description>
    </hook>
    <hook id="actionCustomerThreadGridQueryBuilderModifier">
      <name>actionCustomerThreadGridQueryBuilderModifier</name>
      <title>Modify customer thread grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for customer thread grid</description>
    </hook>
    <hook id="actionCustomerThreadGridDataModifier">
      <name>actionCustomerThreadGridDataModifier</name>
      <title>Modify customer thread grid data</title>
      <description>This hook allows to modify customer thread grid data</description>
    </hook>
    <hook id="actionCustomerThreadGridFilterFormModifier">
      <name>actionCustomerThreadGridFilterFormModifier</name>
      <title>Modify customer thread grid filters</title>
      <description>This hook allows to modify filters for customer thread grid</description>
    </hook>
    <hook id="actionCustomerThreadGridPresenterModifier">
      <name>actionCustomerThreadGridPresenterModifier</name>
      <title>Modify customer thread grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for customer thread grid</description>
    </hook>
    <hook id="actionUpdateCartAddress">
      <name>actionUpdateCartAddress</name>
      <title>Triggers after changing address on the cart</title>
      <description>This hook is called after address is changed on the cart</description>
    </hook>
    <hook id="actionAdminMenuTabsModifier">
      <name>actionAdminMenuTabsModifier</name>
      <title>Modify back office menu</title>
      <description>This hook allows modifying back office menu tabs</description>
    </hook>
    <hook id="actionAdminBreadcrumbModifier">
      <name>actionAdminBreadcrumbModifier</name>
      <title>Modify back office breadcrumb</title>
      <description>This hook allows modifying back office breadcrumb</description>
    </hook>
    <hook id="actionLanguageLinkParameters">
      <name>actionLanguageLinkParameters</name>
      <title>Add parameters to language link</title>
      <description>Allows modules to provide proper parameters for links in other languages.</description>
    </hook>
    <hook id="actionAfterLoadRoutes">
      <name>actionAfterLoadRoutes</name>
      <title>Triggers after loading routes</title>
      <description>Allow modules to modify routes in any way or add their own multilanguage routes.</description>
    </hook>
    <hook id="actionSubmitAccountBefore">
      <name>actionSubmitAccountBefore</name>
      <title>Triggers before customer registers</title>
      <description>Triggers after submitting registration form, before the registration process itself. Allows to modify result of this action.</description>
    </hook>
    <hook id="actionAuthenticationBefore">
      <name>actionAuthenticationBefore</name>
      <title>Triggers before customer logs in</title>
      <description>Triggers after successful validation of login form, before the login process itself.</description>
    </hook>
    <hook id="actionCartUpdateQuantityBefore">
      <name>actionCartUpdateQuantityBefore</name>
      <title>Triggers before product is added to cart</title>
      <description>Allows responding to add to cart events.</description>
    </hook>
    <hook id="actionValidateCartRule">
      <name>actionValidateCartRule</name>
      <title>Alter cart rule validation process</title>
      <description>Allow modules to implement their own rules to validate a cart rule.</description>
    </hook>
    <hook id="actionFeatureValueFormBuilderModifier">
      <name>actionFeatureValueFormBuilderModifier</name>
      <title>Modify feature value identifiable object form</title>
      <description>This hook allows to modify feature value identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionCartRuleFormBuilderModifier">
      <name>actionCartRuleFormBuilderModifier</name>
      <title>Modify cart rule identifiable object form</title>
      <description>This hook allows to modify cart rule identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionTitleFormBuilderModifier">
      <name>actionTitleFormBuilderModifier</name>
      <title>Modify title identifiable object form</title>
      <description>This hook allows to modify title identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionApiClientFormBuilderModifier">
      <name>actionApiClientFormBuilderModifier</name>
      <title>Modify api client identifiable object form</title>
      <description>This hook allows to modify api client identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionImageTypeFormBuilderModifier">
      <name>actionImageTypeFormBuilderModifier</name>
      <title>Modify image type identifiable object form</title>
      <description>This hook allows to modify image type identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionCarrierFormBuilderModifier">
      <name>actionCarrierFormBuilderModifier</name>
      <title>Modify carrier identifiable object form</title>
      <description>This hook allows to modify carrier identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionFeatureValueFormDataProviderData">
      <name>actionFeatureValueFormDataProviderData</name>
      <title>Provide feature value identifiable object form data for update</title>
      <description>This hook allows to provide feature value identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionTitleFormDataProviderData">
      <name>actionTitleFormDataProviderData</name>
      <title>Provide title identifiable object form data for update</title>
      <description>This hook allows to provide title identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionApiClientFormDataProviderData">
      <name>actionApiClientFormDataProviderData</name>
      <title>Provide api client identifiable object form data for update</title>
      <description>This hook allows to provide api client identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionImageTypeFormDataProviderData">
      <name>actionImageTypeFormDataProviderData</name>
      <title>Provide image type identifiable object form data for update</title>
      <description>This hook allows to provide image type identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionCarrierFormDataProviderData">
      <name>actionCarrierFormDataProviderData</name>
      <title>Provide carrier identifiable object form data for update</title>
      <description>This hook allows to provide carrier identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionFeatureValueFormDataProviderDefaultData">
      <name>actionFeatureValueFormDataProviderDefaultData</name>
      <title>Provide feature value identifiable object default form data for creation</title>
      <description>This hook allows to provide feature value identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionTitleFormDataProviderDefaultData">
      <name>actionTitleFormDataProviderDefaultData</name>
      <title>Provide title identifiable object default form data for creation</title>
      <description>This hook allows to provide title identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionApiClientFormDataProviderDefaultData">
      <name>actionApiClientFormDataProviderDefaultData</name>
      <title>Provide api client identifiable object default form data for creation</title>
      <description>This hook allows to provide api client identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionImageTypeFormDataProviderDefaultData">
      <name>actionImageTypeFormDataProviderDefaultData</name>
      <title>Provide image type identifiable object default form data for creation</title>
      <description>This hook allows to provide image type identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionCarrierFormDataProviderDefaultData">
      <name>actionCarrierFormDataProviderDefaultData</name>
      <title>Provide carrier identifiable object default form data for creation</title>
      <description>This hook allows to provide carrier identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionBeforeUpdateFeatureValueFormHandler">
      <name>actionBeforeUpdateFeatureValueFormHandler</name>
      <title>Modify feature value identifiable object data before updating it</title>
      <description>This hook allows to modify feature value identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateCartRuleFormHandler">
      <name>actionBeforeUpdateCartRuleFormHandler</name>
      <title>Modify cart rule identifiable object data before updating it</title>
      <description>This hook allows to modify cart rule identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateTitleFormHandler">
      <name>actionBeforeUpdateTitleFormHandler</name>
      <title>Modify title identifiable object data before updating it</title>
      <description>This hook allows to modify title identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateApiClientFormHandler">
      <name>actionBeforeUpdateApiClientFormHandler</name>
      <title>Modify api client identifiable object data before updating it</title>
      <description>This hook allows to modify api client identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateImageTypeFormHandler">
      <name>actionBeforeUpdateImageTypeFormHandler</name>
      <title>Modify image type identifiable object data before updating it</title>
      <description>This hook allows to modify image type identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateCarrierFormHandler">
      <name>actionBeforeUpdateCarrierFormHandler</name>
      <title>Modify carrier identifiable object data before updating it</title>
      <description>This hook allows to modify carrier identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionAfterUpdateFeatureValueFormHandler">
      <name>actionAfterUpdateFeatureValueFormHandler</name>
      <title>Modify feature value identifiable object data after updating it</title>
      <description>This hook allows to modify feature value identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateCartRuleFormHandler">
      <name>actionAfterUpdateCartRuleFormHandler</name>
      <title>Modify cart rule identifiable object data after updating it</title>
      <description>This hook allows to modify cart rule identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateTitleFormHandler">
      <name>actionAfterUpdateTitleFormHandler</name>
      <title>Modify title identifiable object data after updating it</title>
      <description>This hook allows to modify title identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateApiClientFormHandler">
      <name>actionAfterUpdateApiClientFormHandler</name>
      <title>Modify api client identifiable object data after updating it</title>
      <description>This hook allows to modify api client identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateImageTypeFormHandler">
      <name>actionAfterUpdateImageTypeFormHandler</name>
      <title>Modify image type identifiable object data after updating it</title>
      <description>This hook allows to modify image type identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateCarrierFormHandler">
      <name>actionAfterUpdateCarrierFormHandler</name>
      <title>Modify carrier identifiable object data after updating it</title>
      <description>This hook allows to modify carrier identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionBeforeCreateFeatureValueFormHandler">
      <name>actionBeforeCreateFeatureValueFormHandler</name>
      <title>Modify feature value identifiable object data before creating it</title>
      <description>This hook allows to modify feature value identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateCartRuleFormHandler">
      <name>actionBeforeCreateCartRuleFormHandler</name>
      <title>Modify cart rule identifiable object data before creating it</title>
      <description>This hook allows to modify cart rule identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateTitleFormHandler">
      <name>actionBeforeCreateTitleFormHandler</name>
      <title>Modify title identifiable object data before creating it</title>
      <description>This hook allows to modify title identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateApiClientFormHandler">
      <name>actionBeforeCreateApiClientFormHandler</name>
      <title>Modify api client identifiable object data before creating it</title>
      <description>This hook allows to modify api client identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateImageTypeFormHandler">
      <name>actionBeforeCreateImageTypeFormHandler</name>
      <title>Modify image type identifiable object data before creating it</title>
      <description>This hook allows to modify image type identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateCarrierFormHandler">
      <name>actionBeforeCreateCarrierFormHandler</name>
      <title>Modify carrier identifiable object data before creating it</title>
      <description>This hook allows to modify carrier identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionAfterCreateFeatureValueFormHandler">
      <name>actionAfterCreateFeatureValueFormHandler</name>
      <title>Modify feature value identifiable object data after creating it</title>
      <description>This hook allows to modify feature value identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateCartRuleFormHandler">
      <name>actionAfterCreateCartRuleFormHandler</name>
      <title>Modify cart rule identifiable object data after creating it</title>
      <description>This hook allows to modify cart rule identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateTitleFormHandler">
      <name>actionAfterCreateTitleFormHandler</name>
      <title>Modify title identifiable object data after creating it</title>
      <description>This hook allows to modify title identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateApiClientFormHandler">
      <name>actionAfterCreateApiClientFormHandler</name>
      <title>Modify api client identifiable object data after creating it</title>
      <description>This hook allows to modify api client identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateImageTypeFormHandler">
      <name>actionAfterCreateImageTypeFormHandler</name>
      <title>Modify image type identifiable object data after creating it</title>
      <description>This hook allows to modify image type identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateCarrierFormHandler">
      <name>actionAfterCreateCarrierFormHandler</name>
      <title>Modify carrier identifiable object data after creating it</title>
      <description>This hook allows to modify carrier identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionImageSettingsPageForm">
      <name>actionImageSettingsPageForm</name>
      <title>Modify image settings page options form content</title>
      <description>This hook allows to modify image settings page options form FormBuilder</description>
    </hook>
    <hook id="actionAdminAPIForm">
      <name>actionAdminAPIForm</name>
      <title>Modify admin api options form content</title>
      <description>This hook allows to modify admin api options form FormBuilder</description>
    </hook>
    <hook id="actionBackOfficeLoginForm">
      <name>actionBackOfficeLoginForm</name>
      <title>Modify back office login options form content</title>
      <description>This hook allows to modify back office login options form FormBuilder</description>
    </hook>
    <hook id="actionEmployeeRequestPasswordResetForm">
      <name>actionEmployeeRequestPasswordResetForm</name>
      <title>Modify employee request password reset options form content</title>
      <description>This hook allows to modify employee request password reset options form FormBuilder</description>
    </hook>
    <hook id="actionEmployeeResetPasswordForm">
      <name>actionEmployeeResetPasswordForm</name>
      <title>Modify employee reset password options form content</title>
      <description>This hook allows to modify employee reset password options form FormBuilder</description>
    </hook>
    <hook id="actionImageSettingsPageSave">
      <name>actionImageSettingsPageSave</name>
      <title>Modify image settings page options form saved data</title>
      <description>This hook allows to modify data of image settings page options form after it was saved</description>
    </hook>
    <hook id="actionAdminAPISave">
      <name>actionAdminAPISave</name>
      <title>Modify admin api options form saved data</title>
      <description>This hook allows to modify data of admin api options form after it was saved</description>
    </hook>
    <hook id="actionBackOfficeLoginSave">
      <name>actionBackOfficeLoginSave</name>
      <title>Modify back office login options form saved data</title>
      <description>This hook allows to modify data of back office login options form after it was saved</description>
    </hook>
    <hook id="actionEmployeeRequestPasswordResetSave">
      <name>actionEmployeeRequestPasswordResetSave</name>
      <title>Modify employee request password reset options form saved data</title>
      <description>This hook allows to modify data of employee request password reset options form after it was saved</description>
    </hook>
    <hook id="actionEmployeeResetPasswordSave">
      <name>actionEmployeeResetPasswordSave</name>
      <title>Modify employee reset password options form saved data</title>
      <description>This hook allows to modify data of employee reset password options form after it was saved</description>
    </hook>
    <hook id="actionCustomerCartGridDefinitionModifier">
      <name>actionCustomerCartGridDefinitionModifier</name>
      <title>Modify customer cart grid definition</title>
      <description>This hook allows to alter customer cart grid columns, actions and filters</description>
    </hook>
    <hook id="actionCustomerOrderGridDefinitionModifier">
      <name>actionCustomerOrderGridDefinitionModifier</name>
      <title>Modify customer order grid definition</title>
      <description>This hook allows to alter customer order grid columns, actions and filters</description>
    </hook>
    <hook id="actionCustomerBoughtProductGridDefinitionModifier">
      <name>actionCustomerBoughtProductGridDefinitionModifier</name>
      <title>Modify customer bought product grid definition</title>
      <description>This hook allows to alter customer bought product grid columns, actions and filters</description>
    </hook>
    <hook id="actionCustomerViewedProductGridDefinitionModifier">
      <name>actionCustomerViewedProductGridDefinitionModifier</name>
      <title>Modify customer viewed product grid definition</title>
      <description>This hook allows to alter customer viewed product grid columns, actions and filters</description>
    </hook>
    <hook id="actionCustomerGroupsGridDefinitionModifier">
      <name>actionCustomerGroupsGridDefinitionModifier</name>
      <title>Modify customer groups grid definition</title>
      <description>This hook allows to alter customer groups grid columns, actions and filters</description>
    </hook>
    <hook id="actionCustomerCartGridQueryBuilderModifier">
      <name>actionCustomerCartGridQueryBuilderModifier</name>
      <title>Modify customer cart grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for customer cart grid</description>
    </hook>
    <hook id="actionCustomerOrderGridQueryBuilderModifier">
      <name>actionCustomerOrderGridQueryBuilderModifier</name>
      <title>Modify customer order grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for customer order grid</description>
    </hook>
    <hook id="actionCustomerBoughtProductGridQueryBuilderModifier">
      <name>actionCustomerBoughtProductGridQueryBuilderModifier</name>
      <title>Modify customer bought product grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for customer bought product grid</description>
    </hook>
    <hook id="actionCustomerViewedProductGridQueryBuilderModifier">
      <name>actionCustomerViewedProductGridQueryBuilderModifier</name>
      <title>Modify customer viewed product grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for customer viewed product grid</description>
    </hook>
    <hook id="actionCustomerGroupsGridQueryBuilderModifier">
      <name>actionCustomerGroupsGridQueryBuilderModifier</name>
      <title>Modify customer groups grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for customer groups grid</description>
    </hook>
    <hook id="actionCustomerCartGridDataModifier">
      <name>actionCustomerCartGridDataModifier</name>
      <title>Modify customer cart grid data</title>
      <description>This hook allows to modify customer cart grid data</description>
    </hook>
    <hook id="actionCustomerOrderGridDataModifier">
      <name>actionCustomerOrderGridDataModifier</name>
      <title>Modify customer order grid data</title>
      <description>This hook allows to modify customer order grid data</description>
    </hook>
    <hook id="actionCustomerBoughtProductGridDataModifier">
      <name>actionCustomerBoughtProductGridDataModifier</name>
      <title>Modify customer bought product grid data</title>
      <description>This hook allows to modify customer bought product grid data</description>
    </hook>
    <hook id="actionCustomerViewedProductGridDataModifier">
      <name>actionCustomerViewedProductGridDataModifier</name>
      <title>Modify customer viewed product grid data</title>
      <description>This hook allows to modify customer viewed product grid data</description>
    </hook>
    <hook id="actionCustomerGroupsGridDataModifier">
      <name>actionCustomerGroupsGridDataModifier</name>
      <title>Modify customer groups grid data</title>
      <description>This hook allows to modify customer groups grid data</description>
    </hook>
    <hook id="actionCustomerCartGridFilterFormModifier">
      <name>actionCustomerCartGridFilterFormModifier</name>
      <title>Modify customer cart grid filters</title>
      <description>This hook allows to modify filters for customer cart grid</description>
    </hook>
    <hook id="actionCustomerOrderGridFilterFormModifier">
      <name>actionCustomerOrderGridFilterFormModifier</name>
      <title>Modify customer order grid filters</title>
      <description>This hook allows to modify filters for customer order grid</description>
    </hook>
    <hook id="actionCustomerBoughtProductGridFilterFormModifier">
      <name>actionCustomerBoughtProductGridFilterFormModifier</name>
      <title>Modify customer bought product grid filters</title>
      <description>This hook allows to modify filters for customer bought product grid</description>
    </hook>
    <hook id="actionCustomerViewedProductGridFilterFormModifier">
      <name>actionCustomerViewedProductGridFilterFormModifier</name>
      <title>Modify customer viewed product grid filters</title>
      <description>This hook allows to modify filters for customer viewed product grid</description>
    </hook>
    <hook id="actionCustomerGroupsGridFilterFormModifier">
      <name>actionCustomerGroupsGridFilterFormModifier</name>
      <title>Modify customer groups grid filters</title>
      <description>This hook allows to modify filters for customer groups grid</description>
    </hook>
    <hook id="actionCustomerCartGridPresenterModifier">
      <name>actionCustomerCartGridPresenterModifier</name>
      <title>Modify customer cart grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for customer cart grid</description>
    </hook>
    <hook id="actionCustomerOrderGridPresenterModifier">
      <name>actionCustomerOrderGridPresenterModifier</name>
      <title>Modify customer order grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for customer order grid</description>
    </hook>
    <hook id="actionCustomerBoughtProductGridPresenterModifier">
      <name>actionCustomerBoughtProductGridPresenterModifier</name>
      <title>Modify customer bought product grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for customer bought product grid</description>
    </hook>
    <hook id="actionCustomerViewedProductGridPresenterModifier">
      <name>actionCustomerViewedProductGridPresenterModifier</name>
      <title>Modify customer viewed product grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for customer viewed product grid</description>
    </hook>
    <hook id="actionCustomerGroupsGridPresenterModifier">
      <name>actionCustomerGroupsGridPresenterModifier</name>
      <title>Modify customer groups grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for customer groups grid</description>
    </hook>
    <hook id="actionPDFInvoiceRender">
      <name>actionPDFInvoiceRender</name>
      <title>PDF Invoice - Render</title>
      <description>This hook is called when a PDF invoice is rendered from the Front Office and the Back Office</description>
    </hook>
    <hook id="actionPresentObject">
      <name>actionPresentObject</name>
      <title>Object Presenter</title>
      <description>This hook is called before an object is presented</description>
    </hook>
    <hook id="actionSetInvoice">
      <name>actionSetInvoice</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionOrderHistoryAddAfter">
      <name>actionOrderHistoryAddAfter</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionInvoiceNumberFormatted">
      <name>actionInvoiceNumberFormatted</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionOnImageResizeAfter">
      <name>actionOnImageResizeAfter</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionOnImageCutAfter">
      <name>actionOnImageCutAfter</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionSubmitCustomerAddressForm">
      <name>actionSubmitCustomerAddressForm</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionCartSummary">
      <name>actionCartSummary</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionGetExtraMailTemplateVars">
      <name>actionGetExtraMailTemplateVars</name>
      <title/>
      <description/>
    </hook>
    <hook id="deleteProductAttribute">
      <name>deleteProductAttribute</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionGetProductPropertiesBefore">
      <name>actionGetProductPropertiesBefore</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionGetProductPropertiesAfter">
      <name>actionGetProductPropertiesAfter</name>
      <title/>
      <description/>
    </hook>
    <hook id="displayCustomization">
      <name>displayCustomization</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionDeliveryPriceByWeight">
      <name>actionDeliveryPriceByWeight</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionDeliveryPriceByPrice">
      <name>actionDeliveryPriceByPrice</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionDispatcher">
      <name>actionDispatcher</name>
      <title/>
      <description/>
    </hook>
    <hook id="moduleRoutes">
      <name>moduleRoutes</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionGetIDZoneByAddressID">
      <name>actionGetIDZoneByAddressID</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionModuleRegisterHookBefore">
      <name>actionModuleRegisterHookBefore</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionModuleRegisterHookAfter">
      <name>actionModuleRegisterHookAfter</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionModuleUnRegisterHookBefore">
      <name>actionModuleUnRegisterHookBefore</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionModuleUnRegisterHookAfter">
      <name>actionModuleUnRegisterHookAfter</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionShopDataDuplication">
      <name>actionShopDataDuplication</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionAdminMetaBeforeWriteRobotsFile">
      <name>actionAdminMetaBeforeWriteRobotsFile</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionAdminMetaAfterWriteRobotsFile">
      <name>actionAdminMetaAfterWriteRobotsFile</name>
      <title/>
      <description/>
    </hook>
    <hook id="termsAndConditions">
      <name>termsAndConditions</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionValidateStepComplete">
      <name>actionValidateStepComplete</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionAdminControllerSetMedia">
      <name>actionAdminControllerSetMedia</name>
      <title/>
      <description/>
    </hook>
    <hook id="overrideMinimalPurchasePrice">
      <name>overrideMinimalPurchasePrice</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionFrontControllerSetMedia">
      <name>actionFrontControllerSetMedia</name>
      <title/>
      <description/>
    </hook>
    <hook id="overrideLayoutTemplate">
      <name>overrideLayoutTemplate</name>
      <title/>
      <description/>
    </hook>
    <hook id="productSearchProvider">
      <name>productSearchProvider</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionAttributeCombinationDelete">
      <name>actionAttributeCombinationDelete</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionAttributeCombinationSave">
      <name>actionAttributeCombinationSave</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionCustomerBeforeUpdateGroup">
      <name>actionCustomerBeforeUpdateGroup</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionCustomerAddGroups">
      <name>actionCustomerAddGroups</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionProductCoverage">
      <name>actionProductCoverage</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionObjectAddBefore">
      <name>actionObjectAddBefore</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionObjectAddAfter">
      <name>actionObjectAddAfter</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionObjectUpdateBefore">
      <name>actionObjectUpdateBefore</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionObjectUpdateAfter">
      <name>actionObjectUpdateAfter</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionObjectDeleteBefore">
      <name>actionObjectDeleteBefore</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionObjectDeleteAfter">
      <name>actionObjectDeleteAfter</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionWishlistAddProduct">
      <name>actionWishlistAddProduct</name>
      <title/>
      <description/>
    </hook>
    <hook id="displayGDPRConsent">
      <name>displayGDPRConsent</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionObjectProductCommentValidateAfter">
      <name>actionObjectProductCommentValidateAfter</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionExportGDPRData">
      <name>actionExportGDPRData</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionDeleteGDPRCustomer">
      <name>actionDeleteGDPRCustomer</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionModuleMailAlertSendCustomer">
      <name>actionModuleMailAlertSendCustomer</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionNewsletterRegistrationBefore">
      <name>actionNewsletterRegistrationBefore</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionNewsletterRegistrationAfter">
      <name>actionNewsletterRegistrationAfter</name>
      <title/>
      <description/>
    </hook>
    <hook id="displayNewsletterRegistration">
      <name>displayNewsletterRegistration</name>
      <title/>
      <description/>
    </hook>
    <hook id="dashboardZoneOne">
      <name>dashboardZoneOne</name>
      <title/>
      <description/>
    </hook>
    <hook id="dashboardZoneTwo">
      <name>dashboardZoneTwo</name>
      <title/>
      <description/>
    </hook>
    <hook id="dashboardData">
      <name>dashboardData</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionPasswordRenew">
      <name>actionPasswordRenew</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionDownloadAttachment">
      <name>actionDownloadAttachment</name>
      <title/>
      <description/>
    </hook>
    <hook id="displayReassurance">
      <name>displayReassurance</name>
      <title/>
      <description/>
    </hook>
    <hook id="displayProductPriceBlock">
      <name>displayProductPriceBlock</name>
      <title/>
      <description/>
    </hook>
    <hook id="displayProductListReviews">
      <name>displayProductListReviews</name>
      <title/>
      <description/>
    </hook>
    <hook id="displayCrossSellingShoppingCart">
      <name>displayCrossSellingShoppingCart</name>
      <title/>
      <description/>
    </hook>
    <hook id="displayExpressCheckout">
      <name>displayExpressCheckout</name>
      <title/>
      <description/>
    </hook>
    <hook id="displayCheckoutSubtotalDetails">
      <name>displayCheckoutSubtotalDetails</name>
      <title/>
      <description/>
    </hook>
    <hook id="displayNav1">
      <name>displayNav1</name>
      <title/>
      <description/>
    </hook>
    <hook id="displayNav2">
      <name>displayNav2</name>
      <title/>
      <description/>
    </hook>
    <hook id="displayOrderConfirmation1">
      <name>displayOrderConfirmation1</name>
      <title/>
      <description/>
    </hook>
    <hook id="displayOrderConfirmation2">
      <name>displayOrderConfirmation2</name>
      <title/>
      <description/>
    </hook>
    <hook id="displayFooterBefore">
      <name>displayFooterBefore</name>
      <title/>
      <description/>
    </hook>
    <hook id="displayFooterAfter">
      <name>displayFooterAfter</name>
      <title/>
      <description/>
    </hook>
    <hook id="displayCMSDisputeInformation">
      <name>displayCMSDisputeInformation</name>
      <title/>
      <description/>
    </hook>
    <hook id="displayCMSPrintButton">
      <name>displayCMSPrintButton</name>
      <title/>
      <description/>
    </hook>
    <hook id="displaySearch">
      <name>displaySearch</name>
      <title/>
      <description/>
    </hook>
    <hook id="displayNotFound">
      <name>displayNotFound</name>
      <title/>
      <description/>
    </hook>
    <hook id="displayAdminAfterHeader">
      <name>displayAdminAfterHeader</name>
      <title/>
      <description/>
    </hook>
    <hook id="displayAdminNavBarBeforeEnd">
      <name>displayAdminNavBarBeforeEnd</name>
      <title/>
      <description/>
    </hook>
    <hook id="displayAdminListBefore">
      <name>displayAdminListBefore</name>
      <title/>
      <description/>
    </hook>
    <hook id="displayAdminListAfter">
      <name>displayAdminListAfter</name>
      <title/>
      <description/>
    </hook>
    <hook id="displayAdminOptions">
      <name>displayAdminOptions</name>
      <title/>
      <description/>
    </hook>
    <hook id="displayAdminForm">
      <name>displayAdminForm</name>
      <title/>
      <description/>
    </hook>
    <hook id="displayAdminView">
      <name>displayAdminView</name>
      <title/>
      <description/>
    </hook>
    <hook id="displayAdminOrderSideBottom">
      <name>displayAdminOrderSideBottom</name>
      <title/>
      <description/>
    </hook>
    <hook id="displayOrderPreview">
      <name>displayOrderPreview</name>
      <title/>
      <description/>
    </hook>
    <hook id="displayAdminLogin">
      <name>displayAdminLogin</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionPresentModule">
      <name>actionPresentModule</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionAdminThemesControllerUpdate_optionsAfter">
      <name>actionAdminThemesControllerUpdate_optionsAfter</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionAdminDuplicateBefore">
      <name>actionAdminDuplicateBefore</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionAdminDuplicateAfter">
      <name>actionAdminDuplicateAfter</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionSearch">
      <name>actionSearch</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionSearchTermFormBuilderModifier">
      <name>actionSearchTermFormBuilderModifier</name>
      <title>Modify search term identifiable object form</title>
      <description>This hook allows to modify search term identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionSearchTermFormDataProviderData">
      <name>actionSearchTermFormDataProviderData</name>
      <title>Provide search term identifiable object form data for update</title>
      <description>This hook allows to provide search term identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionSearchTermFormDataProviderDefaultData">
      <name>actionSearchTermFormDataProviderDefaultData</name>
      <title>Provide search term identifiable object default form data for creation</title>
      <description>This hook allows to provide search term identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionBeforeUpdateSearchTermFormHandler">
      <name>actionBeforeUpdateSearchTermFormHandler</name>
      <title>Modify search term identifiable object data before updating it</title>
      <description>This hook allows to modify search term identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionAfterUpdateSearchTermFormHandler">
      <name>actionAfterUpdateSearchTermFormHandler</name>
      <title>Modify search term identifiable object data after updating it</title>
      <description>This hook allows to modify search term identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionBeforeCreateSearchTermFormHandler">
      <name>actionBeforeCreateSearchTermFormHandler</name>
      <title>Modify search term identifiable object data before creating it</title>
      <description>This hook allows to modify search term identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionAfterCreateSearchTermFormHandler">
      <name>actionAfterCreateSearchTermFormHandler</name>
      <title>Modify search term identifiable object data after creating it</title>
      <description>This hook allows to modify search term identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionProductGetAttributesGroupsBefore">
      <name>actionProductGetAttributesGroupsBefore</name>
      <title>Triggers before getting product attributes groups</title>
      <description>Allows to modify product attributes groups SQL query before they are retrieved from the database.</description>
    </hook>
    <hook id="actionProductGetAttributesGroupsAfter">
      <name>actionProductGetAttributesGroupsAfter</name>
      <title>Triggers after getting product attributes groups</title>
      <description>Allows to modify product attributes groups after they are retrieved from the database.</description>
    </hook>
    <hook id="actionGetPdfRenderer">
      <name>actionGetPdfRenderer</name>
      <title>Provide a PDF renderer</title>
      <description>This hook allows to provide a custom PDF renderer to generate PDF files</description>
    </hook>
    <hook id="actionGetPdfTemplateObject">
      <name>actionGetPdfTemplateObject</name>
      <title>Get PDF template object</title>
      <description>This hook allows to recieve a PDF template object from modules</description>
    </hook>
    <hook id="displayAdminStoreInformation">
      <name>displayAdminStoreInformation</name>
      <title>Display extra store information</title>
      <description>This hook displays content in the Information page to add store information</description>
    </hook>
    <hook id="overrideImageLink">
      <name>overrideImageLink</name>
      <title>Override product image link</title>
      <description>Allows to fully override the image URL returned by the getImageLink() method.</description>
    </hook>
    <hook id="adaptImageLink">
      <name>adaptImageLink</name>
      <title>Adapt product image link</title>
      <description>Allows to dynamically modify the final image URL generated by getImageLink(), using a reference to the final value.</description>
    </hook>
    <hook id="actionOrderHasBeenShipped">
      <name>actionOrderHasBeenShipped</name>
      <title>Called when checking if an order has been shipped</title>
      <description>Allows modules to override or react to the hasBeenShipped() method of the Order class.</description>
    </hook>
    <hook id="actionOrderHasBeenDelivered">
      <name>actionOrderHasBeenDelivered</name>
      <title>Called when checking if an order has been delivered</title>
      <description>Allows modules to override or react to the hasBeenDelivered() method of the Order class.</description>
    </hook>
    <hook id="actionModifyHtmlPurifierConfig">
      <name>actionModifyHtmlPurifierConfig</name>
      <title>Called when configuring HTMLPurifier</title>
      <description>Allows modules to modify the HTMLPurifier definition by adding custom allowed HTML elements or attributes during Tools::purifyHTML().</description>
    </hook>
    <hook id="additionalHtmlAttributesFormFields">
      <name>additionalHtmlAttributesFormFields</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionGetCartRuleContextualValue">
      <name>actionGetCartRuleContextualValue</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionApplyCartRule">
      <name>actionApplyCartRule</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionDatabaseLogsForm">
      <name>actionDatabaseLogsForm</name>
      <title>Modify database logs options form content</title>
      <description>This hook allows to modify database logs options form FormBuilder</description>
    </hook>
    <hook id="actionDatabaseLogsSave">
      <name>actionDatabaseLogsSave</name>
      <title>Modify database logs options form saved data</title>
      <description>This hook allows to modify data of database logs options form after it was saved</description>
    </hook>
    <hook id="actionOverrideQuantityAvailableByProduct">
      <name>actionOverrideQuantityAvailableByProduct</name>
      <title>Override available quantity by product</title>
      <description>Allows modules to override the available quantity returned by StockAvailable::getQuantityAvailableByProduct().</description>
    </hook>
    <hook id="actionCheckAttributeQuantity">
      <name>actionCheckAttributeQuantity</name>
      <title>Check product attribute quantity availability</title>
      <description>Allows modules to validate or override the stock availability check for a specific product combination.</description>
    </hook>
    <hook id="actionOverrideProductQuantity">
      <name>actionOverrideProductQuantity</name>
      <title>Override product quantity calculation</title>
      <description>Allows modules to override the final product quantity returned by Product::getQuantity(), including cart-aware calculations.</description>
    </hook>
    <hook id="actionModuleUpgradeAfter">
      <name>actionModuleUpgradeAfter</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionModuleEnable">
      <name>actionModuleEnable</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionModuleDisable">
      <name>actionModuleDisable</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionConfigurationUpdateValueBefore">
      <name>actionConfigurationUpdateValueBefore</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionAdminDuplicateDiscountBefore">
      <name>actionAdminDuplicateDiscountBefore</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionAdminDuplicateDiscountAfter">
      <name>actionAdminDuplicateDiscountAfter</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionFacetedSearchSetSupportedControllers">
      <name>actionFacetedSearchSetSupportedControllers</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionFacetedSearchFilters">
      <name>actionFacetedSearchFilters</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionMainMenuModifier">
      <name>actionMainMenuModifier</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionTagFormBuilderModifier">
      <name>actionTagFormBuilderModifier</name>
      <title>Modify tag identifiable object form</title>
      <description>This hook allows to modify tag identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionTagFormDataProviderData">
      <name>actionTagFormDataProviderData</name>
      <title>Provide tag identifiable object form data for update</title>
      <description>This hook allows to provide tag identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionTagFormDataProviderDefaultData">
      <name>actionTagFormDataProviderDefaultData</name>
      <title>Provide tag identifiable object default form data for creation</title>
      <description>This hook allows to provide tag identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionBeforeUpdateTagFormHandler">
      <name>actionBeforeUpdateTagFormHandler</name>
      <title>Modify tag identifiable object data before updating it</title>
      <description>This hook allows to modify tag identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionAfterUpdateTagFormHandler">
      <name>actionAfterUpdateTagFormHandler</name>
      <title>Modify tag identifiable object data after updating it</title>
      <description>This hook allows to modify tag identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionBeforeCreateTagFormHandler">
      <name>actionBeforeCreateTagFormHandler</name>
      <title>Modify tag identifiable object data before creating it</title>
      <description>This hook allows to modify tag identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionAfterCreateTagFormHandler">
      <name>actionAfterCreateTagFormHandler</name>
      <title>Modify tag identifiable object data after creating it</title>
      <description>This hook allows to modify tag identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionDiscountGridDefinitionModifier">
      <name>actionDiscountGridDefinitionModifier</name>
      <title>Modify discount grid definition</title>
      <description>This hook allows to alter discount grid columns, actions and filters</description>
    </hook>
    <hook id="actionDiscountGridQueryBuilderModifier">
      <name>actionDiscountGridQueryBuilderModifier</name>
      <title>Modify discount grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for discount grid</description>
    </hook>
    <hook id="actionDiscountGridDataModifier">
      <name>actionDiscountGridDataModifier</name>
      <title>Modify discount grid data</title>
      <description>This hook allows to modify discount grid data</description>
    </hook>
    <hook id="actionDiscountGridFilterFormModifier">
      <name>actionDiscountGridFilterFormModifier</name>
      <title>Modify discount grid filters</title>
      <description>This hook allows to modify filters for discount grid</description>
    </hook>
    <hook id="actionDiscountGridPresenterModifier">
      <name>actionDiscountGridPresenterModifier</name>
      <title>Modify discount grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for discount grid</description>
    </hook>
    <hook id="actionFrontControllerDetectContextCountryAfter">
      <name>actionFrontControllerDetectContextCountryAfter</name>
      <title>Action after detecting context country</title>
      <description>Allows modules to modify the context country after it has been detected via geolocation.</description>
    </hook>
    <hook id="actionFrontControllerInitContextCurrencyAfter">
      <name>actionFrontControllerInitContextCurrencyAfter</name>
      <title>Action after initializing context currency</title>
      <description>Allows modules to modify the context currency after it has been initialized.</description>
    </hook>
    <hook id="actionFacetedSearchSetSupportedControllers">
      <name>actionFacetedSearchSetSupportedControllers</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionFacetedSearchFilters">
      <name>actionFacetedSearchFilters</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionMainMenuModifier">
      <name>actionMainMenuModifier</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionFacetedSearchCacheKeyGeneration">
      <name>actionFacetedSearchCacheKeyGeneration</name>
      <title/>
      <description/>
    </hook>
    <hook id="gSitemapAppendUrls">
      <name>gSitemapAppendUrls</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionUpdateDefaultCombinationAfter">
      <name>actionUpdateDefaultCombinationAfter</name>
      <title>After default combination update</title>
      <description>Allows modules to react after the default combination of a product has been updated. This hook is triggered once the default combination has been successfully changed.</description>
    </hook>
    <hook id="actionOverrideShippingFreePrice">
      <name>actionOverrideShippingFreePrice</name>
      <title>Override price that determines free shipping</title>
      <description>Allows modules to override the free shipping price and return their custom value, for example to specify it by zone or other criteria.</description>
    </hook>
    <hook id="actionOverrideShippingFreeWeight">
      <name>actionOverrideShippingFreeWeight</name>
      <title>Override weight that determines free shipping</title>
      <description>Allows modules to override the free shipping weight and return their custom value, for example to specify it by zone or other criteria.</description>
    </hook>
    <hook id="displayModalContent">
      <name>displayModalContent</name>
      <title/>
      <description/>
    </hook>
    <hook id="actionPresentCartProduct">
      <name>actionPresentCartProduct</name>
      <title/>
      <description/>
    </hook>
    <hook id="displaySubcategories">
      <name>displaySubcategories</name>
      <title>Display content in subcategory list</title>
      <description>This hooks allows you to display additional items in a list of subcategories in front office. Related blog posts, links to other categories, landing pages etc.</description>
    </hook>
    <hook id="displayCartBelowSummary">
      <name>displayCartBelowSummary</name>
      <title>Display content below summary on cart page</title>
      <description>Allows you to display content on front office cart page, below the totals summary.</description>
    </hook>
    <hook id="actionExtraPropertyDefinitionFormBuilderModifier">
      <name>actionExtraPropertyDefinitionFormBuilderModifier</name>
      <title>Modify extra property definition identifiable object form</title>
      <description>This hook allows to modify extra property definition identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionTaxRuleFormBuilderModifier">
      <name>actionTaxRuleFormBuilderModifier</name>
      <title>Modify tax rule identifiable object form</title>
      <description>This hook allows to modify tax rule identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionFulfillShipmentFormBuilderModifier">
      <name>actionFulfillShipmentFormBuilderModifier</name>
      <title>Modify fulfill shipment identifiable object form</title>
      <description>This hook allows to modify fulfill shipment identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionQuickAccessFormBuilderModifier">
      <name>actionQuickAccessFormBuilderModifier</name>
      <title>Modify quick access identifiable object form</title>
      <description>This hook allows to modify quick access identifiable object forms content by modifying form builder data or FormBuilder itself</description>
    </hook>
    <hook id="actionExtraPropertyDefinitionFormDataProviderData">
      <name>actionExtraPropertyDefinitionFormDataProviderData</name>
      <title>Provide extra property definition identifiable object form data for update</title>
      <description>This hook allows to provide extra property definition identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionTaxRuleFormDataProviderData">
      <name>actionTaxRuleFormDataProviderData</name>
      <title>Provide tax rule identifiable object form data for update</title>
      <description>This hook allows to provide tax rule identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionFulfillShipmentFormDataProviderData">
      <name>actionFulfillShipmentFormDataProviderData</name>
      <title>Provide fulfill shipment identifiable object form data for update</title>
      <description>This hook allows to provide fulfill shipment identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionQuickAccessFormDataProviderData">
      <name>actionQuickAccessFormDataProviderData</name>
      <title>Provide quick access identifiable object form data for update</title>
      <description>This hook allows to provide quick access identifiable object form data which will prefill the form in update/edition page</description>
    </hook>
    <hook id="actionExtraPropertyDefinitionFormDataProviderDefaultData">
      <name>actionExtraPropertyDefinitionFormDataProviderDefaultData</name>
      <title>Provide extra property definition identifiable object default form data for creation</title>
      <description>This hook allows to provide extra property definition identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionTaxRuleFormDataProviderDefaultData">
      <name>actionTaxRuleFormDataProviderDefaultData</name>
      <title>Provide tax rule identifiable object default form data for creation</title>
      <description>This hook allows to provide tax rule identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionFulfillShipmentFormDataProviderDefaultData">
      <name>actionFulfillShipmentFormDataProviderDefaultData</name>
      <title>Provide fulfill shipment identifiable object default form data for creation</title>
      <description>This hook allows to provide fulfill shipment identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionQuickAccessFormDataProviderDefaultData">
      <name>actionQuickAccessFormDataProviderDefaultData</name>
      <title>Provide quick access identifiable object default form data for creation</title>
      <description>This hook allows to provide quick access identifiable object form data which will prefill the form in creation page</description>
    </hook>
    <hook id="actionBeforeUpdateExtraPropertyDefinitionFormHandler">
      <name>actionBeforeUpdateExtraPropertyDefinitionFormHandler</name>
      <title>Modify extra property definition identifiable object data before updating it</title>
      <description>This hook allows to modify extra property definition identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateTaxRuleFormHandler">
      <name>actionBeforeUpdateTaxRuleFormHandler</name>
      <title>Modify tax rule identifiable object data before updating it</title>
      <description>This hook allows to modify tax rule identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateFulfillShipmentFormHandler">
      <name>actionBeforeUpdateFulfillShipmentFormHandler</name>
      <title>Modify fulfill shipment identifiable object data before updating it</title>
      <description>This hook allows to modify fulfill shipment identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionBeforeUpdateQuickAccessFormHandler">
      <name>actionBeforeUpdateQuickAccessFormHandler</name>
      <title>Modify quick access identifiable object data before updating it</title>
      <description>This hook allows to modify quick access identifiable object forms data before it was updated</description>
    </hook>
    <hook id="actionAfterUpdateExtraPropertyDefinitionFormHandler">
      <name>actionAfterUpdateExtraPropertyDefinitionFormHandler</name>
      <title>Modify extra property definition identifiable object data after updating it</title>
      <description>This hook allows to modify extra property definition identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateTaxRuleFormHandler">
      <name>actionAfterUpdateTaxRuleFormHandler</name>
      <title>Modify tax rule identifiable object data after updating it</title>
      <description>This hook allows to modify tax rule identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateFulfillShipmentFormHandler">
      <name>actionAfterUpdateFulfillShipmentFormHandler</name>
      <title>Modify fulfill shipment identifiable object data after updating it</title>
      <description>This hook allows to modify fulfill shipment identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionAfterUpdateQuickAccessFormHandler">
      <name>actionAfterUpdateQuickAccessFormHandler</name>
      <title>Modify quick access identifiable object data after updating it</title>
      <description>This hook allows to modify quick access identifiable object forms data after it was updated</description>
    </hook>
    <hook id="actionBeforeCreateExtraPropertyDefinitionFormHandler">
      <name>actionBeforeCreateExtraPropertyDefinitionFormHandler</name>
      <title>Modify extra property definition identifiable object data before creating it</title>
      <description>This hook allows to modify extra property definition identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateTaxRuleFormHandler">
      <name>actionBeforeCreateTaxRuleFormHandler</name>
      <title>Modify tax rule identifiable object data before creating it</title>
      <description>This hook allows to modify tax rule identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateFulfillShipmentFormHandler">
      <name>actionBeforeCreateFulfillShipmentFormHandler</name>
      <title>Modify fulfill shipment identifiable object data before creating it</title>
      <description>This hook allows to modify fulfill shipment identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionBeforeCreateQuickAccessFormHandler">
      <name>actionBeforeCreateQuickAccessFormHandler</name>
      <title>Modify quick access identifiable object data before creating it</title>
      <description>This hook allows to modify quick access identifiable object forms data before it was created</description>
    </hook>
    <hook id="actionAfterCreateExtraPropertyDefinitionFormHandler">
      <name>actionAfterCreateExtraPropertyDefinitionFormHandler</name>
      <title>Modify extra property definition identifiable object data after creating it</title>
      <description>This hook allows to modify extra property definition identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateTaxRuleFormHandler">
      <name>actionAfterCreateTaxRuleFormHandler</name>
      <title>Modify tax rule identifiable object data after creating it</title>
      <description>This hook allows to modify tax rule identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateFulfillShipmentFormHandler">
      <name>actionAfterCreateFulfillShipmentFormHandler</name>
      <title>Modify fulfill shipment identifiable object data after creating it</title>
      <description>This hook allows to modify fulfill shipment identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionAfterCreateQuickAccessFormHandler">
      <name>actionAfterCreateQuickAccessFormHandler</name>
      <title>Modify quick access identifiable object data after creating it</title>
      <description>This hook allows to modify quick access identifiable object forms data after it was created</description>
    </hook>
    <hook id="actionCountriesPageOptionsForm">
      <name>actionCountriesPageOptionsForm</name>
      <title>Modify countries page options options form content</title>
      <description>This hook allows to modify countries page options options form FormBuilder</description>
    </hook>
    <hook id="actionOrderReturnForm">
      <name>actionOrderReturnForm</name>
      <title>Modify order return options form content</title>
      <description>This hook allows to modify order return options form FormBuilder</description>
    </hook>
    <hook id="actionCountriesPageOptionsSave">
      <name>actionCountriesPageOptionsSave</name>
      <title>Modify countries page options options form saved data</title>
      <description>This hook allows to modify data of countries page options options form after it was saved</description>
    </hook>
    <hook id="actionOrderReturnSave">
      <name>actionOrderReturnSave</name>
      <title>Modify order return options form saved data</title>
      <description>This hook allows to modify data of order return options form after it was saved</description>
    </hook>
    <hook id="actionEmailBodyTemplateGridDefinitionModifier">
      <name>actionEmailBodyTemplateGridDefinitionModifier</name>
      <title>Modify email body template grid definition</title>
      <description>This hook allows to alter email body template grid columns, actions and filters</description>
    </hook>
    <hook id="actionExtraPropertyDefinitionGridDefinitionModifier">
      <name>actionExtraPropertyDefinitionGridDefinitionModifier</name>
      <title>Modify extra property definition grid definition</title>
      <description>This hook allows to alter extra property definition grid columns, actions and filters</description>
    </hook>
    <hook id="actionEmailBodyTemplateGridQueryBuilderModifier">
      <name>actionEmailBodyTemplateGridQueryBuilderModifier</name>
      <title>Modify email body template grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for email body template grid</description>
    </hook>
    <hook id="actionExtraPropertyDefinitionGridQueryBuilderModifier">
      <name>actionExtraPropertyDefinitionGridQueryBuilderModifier</name>
      <title>Modify extra property definition grid query builder</title>
      <description>This hook allows to alter Doctrine query builder for extra property definition grid</description>
    </hook>
    <hook id="actionEmailBodyTemplateGridDataModifier">
      <name>actionEmailBodyTemplateGridDataModifier</name>
      <title>Modify email body template grid data</title>
      <description>This hook allows to modify email body template grid data</description>
    </hook>
    <hook id="actionExtraPropertyDefinitionGridDataModifier">
      <name>actionExtraPropertyDefinitionGridDataModifier</name>
      <title>Modify extra property definition grid data</title>
      <description>This hook allows to modify extra property definition grid data</description>
    </hook>
    <hook id="actionEmailBodyTemplateGridFilterFormModifier">
      <name>actionEmailBodyTemplateGridFilterFormModifier</name>
      <title>Modify email body template grid filters</title>
      <description>This hook allows to modify filters for email body template grid</description>
    </hook>
    <hook id="actionExtraPropertyDefinitionGridFilterFormModifier">
      <name>actionExtraPropertyDefinitionGridFilterFormModifier</name>
      <title>Modify extra property definition grid filters</title>
      <description>This hook allows to modify filters for extra property definition grid</description>
    </hook>
    <hook id="actionEmailBodyTemplateGridPresenterModifier">
      <name>actionEmailBodyTemplateGridPresenterModifier</name>
      <title>Modify email body template grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for email body template grid</description>
    </hook>
    <hook id="actionExtraPropertyDefinitionGridPresenterModifier">
      <name>actionExtraPropertyDefinitionGridPresenterModifier</name>
      <title>Modify extra property definition grid template data</title>
      <description>This hook allows to modify data which is about to be used in template for extra property definition grid</description>
    </hook>
  </entities>
</entity_hook>
