Plugin version
master
Sylius version
1.12
What happened?
The PopularityDataMapper is basing the popularity metric on SUM(quantity), but what if a product was added 200 times to the cart on one order, then that would skew your expected results.
Shouldn't we just count the number of unique times a product appears?
Relevant log output
No response