[Bug]: Does it make sense that the popularity is based on quantity
and not just appearances
#39
Labels
bug
Something isn't working
quantity
and not just appearances
#39
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
The text was updated successfully, but these errors were encountered: