title | issue |
---|---|
Added wishlist cookie acceptance check before adding item into wishlist |
NEXT-11785 |
- Added a new Storefront route
wishlist/add-after-login/<product-id>
in\Shopware\Storefront\Controller\WishlistController::addAfterLogin
that allow to add a product into wishlist after login. - Added cookie enabled conditional check in Storefront's
WishlistLocalStoragePlugin.add
method, if the cookie is not set, the page will redirect towishlist/add-after-login/<product-id>
route.