Skip to content
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.