Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove useless hook #255

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions blockwishlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class BlockWishList extends Module
'displayProductActions',
'displayCustomerAccount',
'displayFooter',
'displayAdminCustomers',
'displayMyAccountBlock',
];

Expand Down Expand Up @@ -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
*
Expand Down
31 changes: 0 additions & 31 deletions views/templates/hook/displayAdminCustomers.tpl

This file was deleted.

Loading