https://github.com/di-zed/m2-wishlist-guest
Magento 2 Wishlist Guest Module
https://github.com/di-zed/m2-wishlist-guest
customer guest magento2 module php wishlist
Last synced: 16 days ago
JSON representation
Magento 2 Wishlist Guest Module
- Host: GitHub
- URL: https://github.com/di-zed/m2-wishlist-guest
- Owner: di-zed
- License: mit
- Created: 2023-10-18T17:50:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T17:56:58.000Z (over 2 years ago)
- Last Synced: 2025-10-01T02:53:12.952Z (8 months ago)
- Topics: customer, guest, magento2, module, php, wishlist
- Language: PHP
- Homepage: https://github.com/di-zed/m2-wishlist-guest
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# DiZed Magento 2 Wishlist Guest Module
## Additional wishlist functionalities for the Magento 2 project.
A module that will allow unauthorized users to use the wishlist on your website. The ability to share a wishlist via a URL has also been added.
###### Developed and tested on Magento 2.4 version and PHP 8.1 version. But it should be compatible with earlier versions.
##### Key Features:
- Working with a wishlist for guest customers.
- Sharing wishlist by URL.
- Automatic removal of old wishlists from the database.
### Installation.
```code
composer require dized/module-wishlist-guest
bin/magento setup:upgrade --keep-generated
bin/magento setup:di:compile
bin/magento cache:clean
```
**IMPORTANT** to enable and configure the module in Magento Admin: **Admin Panel -> Stores -> Settings -> Configuration -> DiZed Team Extensions -> Wishlist Guest**.

### Add a link to the website with the URL to the wishlist for the guest customers.
If your site doesn't have a link to a wishlist for unauthorized customers, you should add one (**{project-domain}/wishlist**).
After that, by clicking on the link, the customer will be able to get to the wishlist, as well as share it with other customers just using the link.

### Additional useful features.
- For independent work with wishlist functionalities in your own module: **\DiZed\WishlistGuest\Api\WishlistManagementInterface**.