nathanday / module-wishlist-dropdown
Add Wishlist as Menu Dropdown
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
Type:magento2-module
pkg:composer/nathanday/module-wishlist-dropdown
Requires
- magento/module-wishlist: 101.*
- nathanday/module-core: *
This package is auto-updated.
Last update: 2025-12-10 23:53:55 UTC
README
Description
Magento 2 Module to add Customer Wishlist as a Dropdown to the Site Header
| State | Desktop | Mobile |
|---|---|---|
| Empty | ![]() |
![]() |
| Filled | ![]() |
![]() |
Install Instructions
Install Via Composer (Recommended)
composer config repositories.nathanday/module-core git git@github.com:natedawg92/module-core.git
composer config repositories.nathanday/module-wishlist-dropdown git git@github.com:natedawg92/module-wishlist-dropdown.git
composer require nathanday/module-wishlist-dropdown
php bin/magento module:enable NathanDay_WishlistDropdown NathanDay_Core
Install via Code Copy
- Download the latest releases from:
- Create the following Directories
app/code/NathanDay/Coreapp/code/NathanDay/WishlistDropdown
- Extract the downloaded files into the appropriate directory
- run
php bin/magento module:enable NathanDay_Core NathanDay_WishlistDropdown



