Easy Guest Wishlist - Magento 2 module documentation
Author: Jakub Szczubełek
Easy Guest Wishlist
Module overview
Adds a simple product wishlist forYour not logged users.
Module compatibility
This module is compatibile with Magento Community versions: 2.2 and 2.3.
How it works
After installing the module, new link My Wishlist appear in header. You can navigate to Your wishlist, add products to it and remove them from list.
Once You logged to Your account, Your products from not logged wishlist will be added to Your regular account wishlist.
Demo
Installation
Composer
- Add repo to composer.json:
"repositories": [
...
{
"type": "vcs",
"url": "git@git.auroracreation.com:aurora-modules/wishlist.git"
}
...
],
- Add package to composer.json:
"require": {
...
"aurora/wishlist": "*"
...
},
- In Magento root folder run commands:
composer update aurora-modules/wishlist
php bin/magento module:enable Aurora_EasyGuestWishlist
php bin/magento setup:upgrade
Manual
- Unzip archive.
- Upload extension files on your server to:
{Magento root}
└── app/
└── code
- In Magento root folder run commands:
php bin/magento module:enable Aurora_EasyGuestWishlist
php bin/magento setup:upgrade
Changelog
v1.2.0
- Added the ability to disable redirection to the wishlist page after adding a product
- Added the ability to remove a product that has already been added in the product view
v1.2.0
- Refactoring
- Addeed tests (phpcs, phpunit, phpmd, phpstan) in pipelines
v1.2.0
- Refactoring
- Addeed tests (phpcs, phpunit, phpmd, phpstan) in pipelines
v1.1.2
- Update module
- Fix wishlist when customer never logged in
v1.1.1
- Module update
v1.1.0
- Guest wishlist products displays in sidebar block
v1.0.3
- Cache modification
v1.0.2
- Patch installed
v1.0.1
- Empty cookie fix
v1.0.0
- Fix for composer for marketplace