title | issue |
---|---|
Fix guest wishlist do not show product after shopping |
NEXT-13643 |
- Changed
\Shopware\Storefront\Controller\WishlistController::index
andguestPagelet
to load wishlist guest page and pagelet for guest customer. - Added new storefront plugin
AccountGuestAbortButtonPlugin
insrc/Storefront/Resources/app/storefront/src/plugin/header/account-guest-abort-button.plugin.js
to publish aguest-logout
event when guest logout button clicked. - Added an event listener in
src/Storefront/Resources/app/storefront/src/plugin/wishlist/local-wishlist.plugin.js
to clear wishlist products on aborting guest session.