This module flags the already added on wishlist items on listings and product page
You can install this module adding it on app/code folder or with composer.
You need to update your composer.json "repositories" node:
{
"type": "vcs",
"url": "git@github.com:dadolun95/magento2-enhanced-wishlist.git"
}
Then execute this command:
composer require dadolun95/magento2-enhanced-wishlist
Then you'll need to enable the module and update your database:
php bin/magento module:enable Dadolun_EnhancedWishlist
php bin/magento setup:upgrade
If you choose to add the module from source code instead of using composer you need to add module's files on your app/code folder. Then enable it and update the database:
php bin/magento module:enable Dadolun_EnhancedWishlist
php bin/magento setup:upgrade
You can update default configs on "Stores > Configurations > Customer > Wishlist > Enhanced Wishlist" section.
Contributions are very welcome. In order to contribute, please fork this repository and submit a pull request.