Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 630 Bytes

2022-02-09-add-wishlist-events.md

File metadata and controls

13 lines (12 loc) · 630 Bytes
title issue author author_email author_github
Add wishlist events
NEXT-20092
Marcin Kaczor
marcink@codepro.space
CodeproSpace

Core

  • Added product add to wishlist event file \Shopware\Core\Checkout\Customer\Event\WishlistProductAddedEvent
  • Added product remove from wishlist event file \Shopware\Core\Checkout\Customer\Event\WishlistProductRemovedEvent
  • Added dispatch event in wishlist add product route \Shopware\Core\Checkout\Customer\SalesChannel\AddWishlistProductRoute
  • Added dispatch event in wishlist remove product route \Shopware\Core\Checkout\Customer\SalesChannel\RemoveWishlistProductRoute