tomitos Posted August 16, 2010 Share Posted August 16, 2010 Hi,Is there any way to display list of BESTSELLERS in order with most purchased items on the top?In my shop items are displayed in order "latest updated first" which is ok but with Bestsellers does not work perfectly. I would like to expose most popular products at first. Thanks in advance.Tomaz.. Link to comment Share on other sites More sharing options...
MrBaseball34 Posted August 16, 2010 Share Posted August 16, 2010 Looking at the SQL used to fill that module(function getBestSalesLight in classes/ProductSales.php), it shows that it is ordering by product_sale.quantity. It doesn't look at the update timestamp at all. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now