nathanday / module-compare-dropdown
Add Compare List as Menu Dropdown
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
Type:magento2-module
This package is auto-updated.
Last update: 2025-05-10 23:00:46 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/Core
app/code/NathanDay/CompareDropdown
- Extract the downloaded files into the appropriate directory
- run
php bin/magento module:enable NathanDay_Core NathanDay_CompareDropdown