nathanday / module-compare-dropdown
Add Compare List as Menu Dropdown
Package info
github.com/natedawg92/module-compare-dropdown
Language:CSS
Type:magento2-module
pkg:composer/nathanday/module-compare-dropdown
1.0.0
2020-03-02 01:19 UTC
This package is auto-updated.
Last update: 2026-03-11 01:01:20 UTC
README
Description
Magento 2 Module to add Customer Compare list 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-compare-dropdown git git@github.com:natedawg92/module-compare-dropdown.git
composer require nathanday/module-compare-dropdown
php bin/magento module:enable NathanDay_CompareDropdown NathanDay_Core
Install via Code Copy
- Download the latest releases from:
- Create the following Directories
app/code/NathanDay/Coreapp/code/NathanDay/CompareDropdown
- Extract the downloaded files into the appropriate directory
- run
php bin/magento module:enable NathanDay_Core NathanDay_CompareDropdown



