Can guest users create wishlists?
Starting with version 2.2.0 of the Multiple Wishlist module it is possible to to allow non-logged-in users to create wishlists. The feature is available with
an active product or support subscription upon installation of the
‘amasty/module-multiple-wishlist-guest’ package. The feature is also Hyva compatible upon installation of the
'amasty/module-multiple-wishlist-guest-hyva' add-on.
Once the package is installed, you will find the Allow Wishlist Creation for Guest Customers setting in Admin Panel > Amasty > Multiple Wishlist > Configuration > General:
When the setting is enabled, guest users can:
- Create one wishlist by adding products from product or category pages
- Add products to an existing wishlist
- Access the wishlist via the My Wishlist link in the header
- Update or share the wishlist
- Select all wishlist items
- Remove products from the wishlist
- Add selected or all wishlist items to the cart

If a guest user creates a wishlist and then logs in to their account, the wishlist is transferred to the customer account after login. Once the customer logs out again, the previously created guest wishlist is reset.
Related Articles
Multiple Wishlist | GraphQL methods
Query amGetWishlists description: get array of wishlists for the requested page amGetRecentlyUpdatedWishlists description: get recently updated wishlists Mutations amCreateWishlist description: create new wishlist amAddProductsToWishlist description: ...
Multiple Wishlist API
We have created a public API collection for Multiple Wishlist module with all available queries and sample data that you can both test via our demo endpoints and copy to run local tests in your Magento environment. More details about using public ...
Can I only give a user access to specific categories/products?
The Advanced Permissions module adds several new tabs to the Role edit page. In Advanced: Categories, you can select the categories that will be available to users with this role: With these restrictions, the user will see only allowed categories: In ...
How to create an RMA request from the admin panel?
To create a refund request from the backend, proceed to Sales → Orders, choose the order you'd like to return, and click the Create Return option on the order details page.
How to allow guest customers to submit an RMA request?
To enable guest RMA, navigate to Stores → Configuration → Amasty Extensions → RMA → General and enable the Allow Guest RMA option. Guest visitors will be able to find the link to the refund request creation page in the footer.