From 4abd407116b51b6e7b4c376729f95ab12e23a4b9 Mon Sep 17 00:00:00 2001 From: Daniel Hlavacek Date: Wed, 16 Dec 2020 12:46:40 +0100 Subject: [PATCH] Update 1.7.8.0.sql --- install-dev/upgrade/sql/1.7.8.0.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/install-dev/upgrade/sql/1.7.8.0.sql b/install-dev/upgrade/sql/1.7.8.0.sql index 95423ef12d022..e3b1fb02746e0 100644 --- a/install-dev/upgrade/sql/1.7.8.0.sql +++ b/install-dev/upgrade/sql/1.7.8.0.sql @@ -11,6 +11,7 @@ INSERT IGNORE INTO `PREFIX_hook` (`id_hook`, `name`, `title`, `description`, `po (NULL, 'actionModuleUninstallAfter', 'Module uninstall after', 'This hook is called at the end of module uninstall process', '1'), (NULL, 'displayCartModalContent', 'Cart Presenter', 'This hook displays content in the middle of the window that appears after adding product to cart', '1'), (NULL, 'displayCartModalFooter', 'Cart Presenter', 'This hook displays content in the bottom of window that appears after adding product to cart', '1'), + (NULL, 'displayHeaderCategory', 'Category header', 'This hook adds new blocks above the products listing in a category/search', '1'), (NULL, 'actionCheckoutRender', 'Checkout process render', 'This hook is called when checkout process is constructed', '1'), (NULL, 'actionPresentProductListing', 'Product Listing Presenter', 'This hook is called before a product listing is presented', '1'), (NULL, 'actionGetProductPropertiesAfterUnitPrice', 'Product Properties', 'This hook is called after defining the properties of a product', '1'),