diff --git a/blockwishlist.php b/blockwishlist.php index cbc8e7b8..8fa20d73 100644 --- a/blockwishlist.php +++ b/blockwishlist.php @@ -43,7 +43,6 @@ class BlockWishList extends Module 'displayProductActions', 'displayCustomerAccount', 'displayFooter', - 'displayAdminCustomers', 'displayMyAccountBlock', ]; @@ -265,22 +264,6 @@ public function hookDisplayCustomerAccount(array $params) return $this->fetch('module:blockwishlist/views/templates/hook/displayCustomerAccount.tpl'); } - /** - * This hook displays a new block on the admin customer page - * - * @param array $params - * - * @return string - */ - public function hookDisplayAdminCustomers(array $params) - { - $this->smarty->assign([ - 'blockwishlist' => $this->displayName, - ]); - - return $this->fetch('module:blockwishlist/views/templates/hook/displayAdminCustomers.tpl'); - } - /** * Display additional information inside the "my account" block * diff --git a/views/templates/hook/displayAdminCustomers.tpl b/views/templates/hook/displayAdminCustomers.tpl deleted file mode 100644 index 7d553720..00000000 --- a/views/templates/hook/displayAdminCustomers.tpl +++ /dev/null @@ -1,31 +0,0 @@ -{** - * Copyright since 2007 PrestaShop SA and Contributors - * PrestaShop is an International Registered Trademark & Property of PrestaShop SA - * - * NOTICE OF LICENSE - * - * This source file is subject to the Academic Free License version 3.0 - * that is bundled with this package in the file LICENSE.md. - * It is also available through the world-wide-web at this URL: - * https://opensource.org/licenses/AFL-3.0 - * If you did not receive a copy of the license and are unable to - * obtain it through the world-wide-web, please send an email - * to license@prestashop.com so we can send you a copy immediately. - * - * @author PrestaShop SA and Contributors - * @copyright Since 2007 PrestaShop SA and Contributors - * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0 - *} - -
-
-

- remove_red_eye - {$blockwishlist|escape:'html':'UTF-8'} - 0 -

-
- {$blockwishlist|escape:'html':'UTF-8'} -
-
-