Hi guys,
In the SW5, there was an option to add custom sorting by popularity. From what I check, I could see that the popularity sorting is using table s_articles_top_seller_ro (field sales).
However in SW6, there is no topseller tables. And in SW6, topseller sorting can be load by product.sales field. However, products.sales in shopware 6 is migrated from same column in SW5 ( s_articles_details.sales).
My questions are,
- Is this observation correct?
- If I populate product.sales in SW6 from the value of s_articles_top_seller_ro.sales from SW5, is there any issue going to happen in the future? Is there any functionalities in SW6, which use products.sales as input? I checked in shopware 6, so far I couldn’t find anything.
Thank you