BUG? Inconsistent Terminology: Popular means 2 diff things
Posted: Sat May 16, 2009 10:03 am
The Popular Products Grid uses ProductDataSource.GetPopularProducts to get it's list of products. If you look on the admin side for Popular Products and for Top Products under Reports, you see that:
For me, this bug works to my advantage because I actually want the top products. So I don't have to code anything special. But this could be confusing or even problematic for other AC sites.
Please let me know if I'm wrong about this or not. Thanks.
- Popular Products is defined as Page Views (as determined by CommerceBuilder.Reporting.PageViewDataSource.GetViewsByProduct)
- Top Products is defined as Highest Sales (as determined by CommerceBuilder.Reporting.ReportDataSource.GetSalesByProduct)
For me, this bug works to my advantage because I actually want the top products. So I don't have to code anything special. But this could be confusing or even problematic for other AC sites.
Please let me know if I'm wrong about this or not. Thanks.