Skip to content
Merged
Changes from 2 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
4 changes: 2 additions & 2 deletions blockwishlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class BlockWishList extends Module
[
'class_name' => 'WishlistConfigurationAdminParentController',
'visible' => false,
'parent_class_name' => 'AdminParentCustomer',
'parent_class_name' => 'AdminModulesSf',
'name' => 'Wishlist Module',
],
[
Expand All @@ -65,7 +65,7 @@ class BlockWishList extends Module
public function __construct()
{
$this->name = 'blockwishlist';
$this->tab = 'front_office_features';
$this->tab = 'administration';
Comment thread
pablopolyte marked this conversation as resolved.
Outdated
$this->version = '2.0.0';
$this->author = 'PrestaShop';
$this->need_instance = 0;
Expand Down