title | issue |
---|---|
Implemented wishlist merge local storage |
NEXT-11282 |
- Added method
ajaxMerge
inShopware\Storefront\Controller\WishlistController
to merge products on wishlist from anonymous users to registered users. - Added method
ajaxPagelet
inShopware\Storefront\Controller\WishlistController
to get products on the wishlist of customer. - Added private method
_merge
in WishlistPersistStoragePluginResources/app/storefront/src/plugin/wishlist/persist-wishlist-storage.plugin.js
to merge products on wishlist from anonymous users to registered users. - Added private method
_pagelet
in WishlistPersistStoragePluginResources/app/storefront/src/plugin/wishlist/persist-wishlist-storage.plugin.js
to get products on the wishlist of customer.