Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 607 Bytes

2020-09-16-added-sold-quantity-metric.md

File metadata and controls

13 lines (13 loc) · 607 Bytes
title issue author author_email author_github
Added sold quantity metric
NEXT-10765
Lennart Tinkloh
lernhart

Core

  • Added Shopware\Core\Migration\Migration1600156989AddProductSalesField to add sales field to product table
  • Added new write protected int field sales to Shopware\Core\Content\Product\ProductDefinition
  • Added new property sales and corresponding getter / setter in Shopware/Core/Content/Product/ProductEntity
  • Changed Shopware/Core/Content/Product/DataAbstractionLayer/StockUpdater to additionally update sold quantity of products