Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 693 Bytes

2023-01-06-added-product-review-form-send-event.md

File metadata and controls

12 lines (12 loc) · 693 Bytes
title issue author author_email author_github
Added product review form send event
NEXT-13597
d.neustadt
dneustadt

Core

  • Added Shopware\Core\Content\Product\SalesChannel\Review\Event\ReviewFormEvent that is dispatched when the product review form is submitted
  • Added Shopware\Core\Content\Flow\Dispatching\Storer\ReviewFormDataStorer for storing the data of a review form within a flow sequence
  • Added Shopware\Core\Content\Flow\Dispatching\Storer\ProductStorer for storing product data within a flow sequence
  • Added interfaces Shopware\Core\Content\Flow\Dispatching\Aware\ReviewFormDataAware and Shopware\Core\Framework\Event\ProductAware