Joachim Tranberg Posted August 16, 2010 Share Posted August 16, 2010 How to change top-sellers.php so it shows top-sellers orderes by amount and not alfabetic.And how do i edit it so only shows 16 products?______________________________________________________________________________________Question 1: How can i increase the shown products in Top Seller module from 5 to 10 or 15 ?Answered in second post. Link to comment Share on other sites More sharing options...
21846657 Posted August 16, 2010 Share Posted August 16, 2010 Backup then go to modules/blockbestsellers/blockbestsellers.php, find: $bestsellers = ProductSale::getBestSalesLight(intval($params['cookie']->id_lang), 0, 5); replace with: $bestsellers = ProductSale::getBestSalesLight(intval($params['cookie']->id_lang), 0, 10); The altered number indicates how many products involve. Link to comment Share on other sites More sharing options...
Joachim Tranberg Posted August 17, 2010 Author Share Posted August 17, 2010 Thanks for the above answer.Added a new Question. 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