Files
PrestaShop/install-dev/data/xml/hook.xml
2012-01-26 17:35:54 +00:00

442 lines
18 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<entity_hook>
<fields id="name">
<field name="name"/>
<field name="title"/>
<field name="description"/>
<field name="live_edit"/>
</fields>
<entities>
<hook id="displayPayment" live_edit="1">
<name>displayPayment</name>
<title>Payment</title>
<description/>
</hook>
<hook id="actionValidateOrder" live_edit="0">
<name>actionValidateOrder</name>
<title>New orders</title>
<description/>
</hook>
<hook id="actionPaymentConfirmation" live_edit="0">
<name>actionPaymentConfirmation</name>
<title>Payment confirmation</title>
<description/>
</hook>
<hook id="displayPaymentReturn" live_edit="0">
<name>displayPaymentReturn</name>
<title>Payment return</title>
<description/>
</hook>
<hook id="actionUpdateQuantity" live_edit="0">
<name>actionUpdateQuantity</name>
<title>Quantity update</title>
<description>Quantity is updated only when the customer effectively &lt;b&gt;place&lt;/b&gt; his order.</description>
</hook>
<hook id="displayRightColumn" live_edit="1">
<name>displayRightColumn</name>
<title>Right column blocks</title>
<description/>
</hook>
<hook id="displayLeftColumn" live_edit="1">
<name>displayLeftColumn</name>
<title>Left column blocks</title>
<description/>
</hook>
<hook id="displayHome" live_edit="1">
<name>displayHome</name>
<title>Homepage content</title>
<description/>
</hook>
<hook id="displayHeader" live_edit="0">
<name>displayHeader</name>
<title>Header of pages</title>
<description>A hook which allow you to do things in the header of each pages</description>
</hook>
<hook id="actionCartSave" live_edit="0">
<name>actionCartSave</name>
<title>Cart creation and update</title>
<description/>
</hook>
<hook id="actionAuthentication" live_edit="0">
<name>actionAuthentication</name>
<title>Successful customer authentication</title>
<description/>
</hook>
<hook id="actionProductAdd" live_edit="0">
<name>actionProductAdd</name>
<title>Product creation</title>
<description/>
</hook>
<hook id="actionProductUpdate" live_edit="0">
<name>actionProductUpdate</name>
<title>Product Update</title>
<description/>
</hook>
<hook id="displayTop" live_edit="0">
<name>displayTop</name>
<title>Top of pages</title>
<description>A hook which allow you to do things a the top of each pages.</description>
</hook>
<hook id="displayRightColumnProduct" live_edit="0">
<name>displayRightColumnProduct</name>
<title>Extra actions on the product page (right column).</title>
<description/>
</hook>
<hook id="actionProductDelete" live_edit="0">
<name>actionProductDelete</name>
<title>Product deletion</title>
<description>This hook is called when a product is deleted</description>
</hook>
<hook id="displayFooterProduct" live_edit="1">
<name>displayFooterProduct</name>
<title>Product footer</title>
<description>Add new blocks under the product description</description>
</hook>
<hook id="displayInvoice" live_edit="0">
<name>displayInvoice</name>
<title>Invoice</title>
<description>Add blocks to invoice (order)</description>
</hook>
<hook id="actionOrderStatusUpdate" live_edit="0">
<name>actionOrderStatusUpdate</name>
<title>Order's status update event</title>
<description>Launch modules when the order's status of an order change.</description>
</hook>
<hook id="displayAdminOrder" live_edit="0">
<name>displayAdminOrder</name>
<title>Display in Back-Office, tab AdminOrder</title>
<description>Launch modules when the tab AdminOrder is displayed on back-office.</description>
</hook>
<hook id="displayFooter" live_edit="0">
<name>displayFooter</name>
<title>Footer</title>
<description>Add block in footer</description>
</hook>
<hook id="displayPDFInvoice" live_edit="0">
<name>displayPDFInvoice</name>
<title>PDF Invoice</title>
<description>Allow the display of extra informations into the PDF invoice</description>
</hook>
<hook id="displayAdminCustomers" live_edit="0">
<name>displayAdminCustomers</name>
<title>Display in Back-Office, tab AdminCustomers</title>
<description>Launch modules when the tab AdminCustomers is displayed on back-office.</description>
</hook>
<hook id="displayOrderConfirmation" live_edit="0">
<name>displayOrderConfirmation</name>
<title>Order confirmation page</title>
<description>Called on order confirmation page</description>
</hook>
<hook id="actionCustomerAccountAdd" live_edit="0">
<name>actionCustomerAccountAdd</name>
<title>Successful customer create account</title>
<description>Called when new customer create account successfuled</description>
</hook>
<hook id="displayCustomerAccount" live_edit="0">
<name>displayCustomerAccount</name>
<title>Customer account page display in front office</title>
<description>Display on page account of the customer</description>
</hook>
<hook id="actionOrderSlipAdd" live_edit="0">
<name>actionOrderSlipAdd</name>
<title>Called when a order slip is created</title>
<description>Called when a quantity of one product change in an order.</description>
</hook>
<hook id="displayProductTab" live_edit="0">
<name>displayProductTab</name>
<title>Tabs on product page</title>
<description>Called on order product page tabs</description>
</hook>
<hook id="displayProductTabContent" live_edit="0">
<name>displayProductTabContent</name>
<title>Content of tabs on product page</title>
<description>Called on order product page tabs</description>
</hook>
<hook id="displayShoppingCartFooter" live_edit="0">
<name>displayShoppingCartFooter</name>
<title>Shopping cart footer</title>
<description>Display some specific informations on the shopping cart page</description>
</hook>
<hook id="displayCustomerAccountForm" live_edit="0">
<name>displayCustomerAccountForm</name>
<title>Customer account creation form</title>
<description>Display some information on the form to create a customer account</description>
</hook>
<hook id="displayAdminStatsModules" live_edit="0">
<name>displayAdminStatsModules</name>
<title>Stats - Modules</title>
<description/>
</hook>
<hook id="displayAdminStatsGraphEngine" live_edit="0">
<name>displayAdminStatsGraphEngine</name>
<title>Graph Engines</title>
<description/>
</hook>
<hook id="actionOrderReturn" live_edit="0">
<name>actionOrderReturn</name>
<title>Product returned</title>
<description/>
</hook>
<hook id="displayProductButtons" live_edit="0">
<name>displayProductButtons</name>
<title>Product actions</title>
<description>Put new action buttons on product page</description>
</hook>
<hook id="displayBackOfficeHome" live_edit="0">
<name>displayBackOfficeHome</name>
<title>Administration panel homepage</title>
<description/>
</hook>
<hook id="displayAdminStatsGridEngine" live_edit="0">
<name>displayAdminStatsGridEngine</name>
<title>Grid Engines</title>
<description/>
</hook>
<hook id="actionWatermark" live_edit="0">
<name>actionWatermark</name>
<title>Watermark</title>
<description/>
</hook>
<hook id="actionProductCancel" live_edit="0">
<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" live_edit="0">
<name>displayLeftColumnProduct</name>
<title>Extra actions on the product page (left column).</title>
<description/>
</hook>
<hook id="actionProductOutOfStock" live_edit="0">
<name>actionProductOutOfStock</name>
<title>Product out of stock</title>
<description>Make action while product is out of stock</description>
</hook>
<hook id="actionProductAttributeUpdate" live_edit="0">
<name>actionProductAttributeUpdate</name>
<title>Product attribute update</title>
<description/>
</hook>
<hook id="displayCarrierList" live_edit="0">
<name>displayCarrierList</name>
<title>Extra carrier (module mode)</title>
<description/>
</hook>
<hook id="displayShoppingCart" live_edit="0">
<name>displayShoppingCart</name>
<title>Shopping cart extra button</title>
<description>Display some specific informations</description>
</hook>
<hook id="actionSearch" live_edit="0">
<name>actionSearch</name>
<title>Search</title>
<description/>
</hook>
<hook id="displayBeforePayment" live_edit="0">
<name>displayBeforePayment</name>
<title>Redirect in order process</title>
<description>Redirect user to the module instead of displaying payment modules</description>
</hook>
<hook id="actionCarrierUpdate" live_edit="0">
<name>actionCarrierUpdate</name>
<title>Carrier Update</title>
<description>This hook is called when a carrier is updated</description>
</hook>
<hook id="actionOrderStatusPostUpdate" live_edit="0">
<name>actionOrderStatusPostUpdate</name>
<title>Post update of order status</title>
<description/>
</hook>
<hook id="displayCustomerAccountFormTop" live_edit="0">
<name>displayCustomerAccountFormTop</name>
<title>Block above the form for create an account</title>
<description/>
</hook>
<hook id="displayBackOfficeHeader" live_edit="0">
<name>displayBackOfficeHeader</name>
<title>Administration panel header</title>
<description/>
</hook>
<hook id="displayBackOfficeTop" live_edit="0">
<name>displayBackOfficeTop</name>
<title>Administration panel hover the tabs</title>
<description/>
</hook>
<hook id="displayBackOfficeFooter" live_edit="0">
<name>displayBackOfficeFooter</name>
<title>Administration panel footer</title>
<description/>
</hook>
<hook id="actionProductAttributeDelete" live_edit="0">
<name>actionProductAttributeDelete</name>
<title>Product Attribute Deletion</title>
<description/>
</hook>
<hook id="actionCarrierProcess" live_edit="0">
<name>actionCarrierProcess</name>
<title>Carrier Process</title>
<description/>
</hook>
<hook id="actionOrderDetail" live_edit="0">
<name>actionOrderDetail</name>
<title>Order Detail</title>
<description>To set the follow-up in smarty when order detail is called</description>
</hook>
<hook id="displayBeforeCarrier" live_edit="0">
<name>displayBeforeCarrier</name>
<title>Before carrier list</title>
<description>This hook is display before the carrier list on Front office</description>
</hook>
<hook id="displayOrderDetail" live_edit="0">
<name>displayOrderDetail</name>
<title>Order detail displayed</title>
<description>Displayed on order detail on front office</description>
</hook>
<hook id="actionPaymentCCAdd" live_edit="0">
<name>actionPaymentCCAdd</name>
<title>Payment CC added</title>
<description>Payment CC added</description>
</hook>
<hook id="displayProductComparison" live_edit="0">
<name>displayProductComparison</name>
<title>Extra Product Comparison</title>
<description>Extra Product Comparison</description>
</hook>
<hook id="actionCategoryAdd" live_edit="0">
<name>actionCategoryAdd</name>
<title>Category creation</title>
<description/>
</hook>
<hook id="actionCategoryUpdate" live_edit="0">
<name>actionCategoryUpdate</name>
<title>Category modification</title>
<description/>
</hook>
<hook id="actionCategoryDelete" live_edit="0">
<name>actionCategoryDelete</name>
<title>Category removal</title>
<description/>
</hook>
<hook id="actionBeforeAuthentication" live_edit="0">
<name>actionBeforeAuthentication</name>
<title>Before Authentication</title>
<description>Before authentication</description>
</hook>
<hook id="displayPaymentTop" live_edit="0">
<name>displayPaymentTop</name>
<title>Top of payment page</title>
<description>Top of payment page</description>
</hook>
<hook id="actionHtaccessCreate" live_edit="0">
<name>actionHtaccessCreate</name>
<title>After htaccess creation</title>
<description>After htaccess creation</description>
</hook>
<hook id="actionAdminMetaSave" live_edit="0">
<name>actionAdminMetaSave</name>
<title>After save configuration in AdminMeta</title>
<description>After save configuration in AdminMeta</description>
</hook>
<hook id="displayAttributeGroupForm" live_edit="0">
<name>displayAttributeGroupForm</name>
<title>Add fields to the form "attribute group"</title>
<description>Add fields to the form "attribute group"</description>
</hook>
<hook id="actionAttributeGroupSave" live_edit="0">
<name>actionAttributeGroupSave</name>
<title>On saving attribute group</title>
<description>On saving attribute group</description>
</hook>
<hook id="actionAttributeGroupDelete" live_edit="0">
<name>actionAttributeGroupDelete</name>
<title>On deleting attribute group</title>
<description>On deleting attribute group</description>
</hook>
<hook id="displayFeatureForm" live_edit="0">
<name>displayFeatureForm</name>
<title>Add fields to the form "feature"</title>
<description>Add fields to the form "feature"</description>
</hook>
<hook id="actionFeatureSave" live_edit="0">
<name>actionFeatureSave</name>
<title>On saving attribute feature</title>
<description>On saving attribute feature</description>
</hook>
<hook id="actionFeatureDelete" live_edit="0">
<name>actionFeatureDelete</name>
<title>On deleting attribute feature</title>
<description>On deleting attribute feature</description>
</hook>
<hook id="actionProductSave" live_edit="0">
<name>actionProductSave</name>
<title>On saving products</title>
<description>On saving products</description>
</hook>
<hook id="actionProductListOverride" live_edit="0">
<name>actionProductListOverride</name>
<title>Assign product list to a category</title>
<description>Assign product list to a category</description>
</hook>
<hook id="displayAttributeGroupPostProcess" live_edit="0">
<name>displayAttributeGroupPostProcess</name>
<title>On post-process in admin attribute group</title>
<description>On post-process in admin attribute group</description>
</hook>
<hook id="displayFeaturePostProcess" live_edit="0">
<name>displayFeaturePostProcess</name>
<title>On post-process in admin feature</title>
<description>On post-process in admin feature</description>
</hook>
<hook id="displayFeatureValueForm" live_edit="0">
<name>displayFeatureValueForm</name>
<title>Add fields to the form "feature value"</title>
<description>Add fields to the form "feature value"</description>
</hook>
<hook id="displayFeatureValuePostProcess" live_edit="0">
<name>displayFeatureValuePostProcess</name>
<title>On post-process in admin feature value</title>
<description>On post-process in admin feature value</description>
</hook>
<hook id="actionFeatureValueDelete" live_edit="0">
<name>actionFeatureValueDelete</name>
<title>On deleting attribute feature value</title>
<description>On deleting attribute feature value</description>
</hook>
<hook id="actionFeatureValueSave" live_edit="0">
<name>actionFeatureValueSave</name>
<title>On saving attribute feature value</title>
<description>On saving attribute feature value</description>
</hook>
<hook id="displayAttributeForm" live_edit="0">
<name>displayAttributeForm</name>
<title>Add fields to the form "attribute value"</title>
<description>Add fields to the form "attribute value"</description>
</hook>
<hook id="actionAttributePostProcess" live_edit="0">
<name>actionAttributePostProcess</name>
<title>On post-process in admin feature value</title>
<description>On post-process in admin feature value</description>
</hook>
<hook id="actionAttributeDelete" live_edit="0">
<name>actionAttributeDelete</name>
<title>On deleting attribute feature value</title>
<description>On deleting attribute feature value</description>
</hook>
<hook id="actionAttributeSave" live_edit="0">
<name>actionAttributeSave</name>
<title>On saving attribute feature value</title>
<description>On saving attribute feature value</description>
</hook>
<hook id="actionTaxManager" live_edit="0">
<name>actionTaxManager</name>
<title>Tax Manager Factory</title>
<description/>
</hook>
<hook id="displayMyAccountBlock" live_edit="0">
<name>displayMyAccountBlock</name>
<title>My account block</title>
<description>Display extra informations inside the "my account" block</description>
</hook>
</entities>
</entity_hook>