Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Latest commit

 

History

History
7 lines (7 loc) · 514 Bytes

2020-11-18-added-wishlist-cookie-acceptance-check-before-adding-item-into-wishlist.md

File metadata and controls

7 lines (7 loc) · 514 Bytes
title issue
Added wishlist cookie acceptance check before adding item into wishlist
NEXT-11785

Storefront

  • 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 to wishlist/add-after-login/<product-id> route.