stoicescu.mihai Posted June 2, 2014 Share Posted June 2, 2014 Hy, I have a question, how i increase numbers of views products in bestsellers. Default is 8, and i want to increase to 18. Any help is welcome. Thx, Link to comment Share on other sites More sharing options...
NemoPS Posted June 2, 2014 Share Posted June 2, 2014 Change it here, line 255 of blockbestsellers.php if (!($result = ProductSale::getBestSalesLight((int)$params['cookie']->id_lang, 0, 8))) Then clear your cache Link to comment Share on other sites More sharing options...
stoicescu.mihai Posted June 2, 2014 Author Share Posted June 2, 2014 Change it here, line 255 of blockbestsellers.php if (!($result = ProductSale::getBestSalesLight((int)$params['cookie']->id_lang, 0, 8))) Then clear your cache it works. Thx Nemo1 Link to comment Share on other sites More sharing options...
Recommended Posts