mux Posted May 26, 2012 Share Posted May 26, 2012 (edited) Hi... I want to show top 5 products of a category based on best sell in category page. How can i achieve this??? Thanx in advance Edited June 7, 2012 by mux (see edit history) Link to comment Share on other sites More sharing options...
mux Posted May 26, 2012 Author Share Posted May 26, 2012 No help????? No one wanna take challenge???? Link to comment Share on other sites More sharing options...
thinks Posted June 17, 2012 Share Posted June 17, 2012 Hmmm I'm also trying to find a mod for this, so I can limit the number shown etc etc..... anyone know of a mod or a method - edit the tpl maybe? 1 Link to comment Share on other sites More sharing options...
moparmaniac Posted August 3, 2012 Share Posted August 3, 2012 Hi. 1 - Solved?! 2 - Im trying to get the bestseller to show best sellers in the current category. Any ideas? 2 - I did edit the blockbestseller.tpl - My displays 12 medium images without any text. I have 12 lines looking like this (with different numbers 1 to 12) {if $best_sellers|@count > 1}<li><a href="{$best_sellers.1.link}" title="{$best_sellers.1.legend}"><img src="{$link->getImageLink($best_sellers.1.link_rewrite, $best_sellers.1.id_image, 'medium')}" height="{$mediumSize.height}" width="{$mediumSize.width}" alt="{$best_sellers.1.legend}" /></a></li>{/if} Link to comment Share on other sites More sharing options...
benjamin utterback Posted August 3, 2012 Share Posted August 3, 2012 I will remove the solved marking and leave this one open. Thanks for the update. 1 Link to comment Share on other sites More sharing options...
Azoda.net Posted November 26, 2014 Share Posted November 26, 2014 (edited) Hmmm I'm also trying to find a mod for this, so I can limit the number shown etc etc..... anyone know of a mod or a method - edit the tpl maybe? hi you if you want to limit number product in tpl you could try this code {foreach from=$myproducts item=product name=myLoop} {if $product@iteration is even by 5} .... your code product {/if} {/foreach} Edited November 26, 2014 by john smith151 (see edit history) 1 Link to comment Share on other sites More sharing options...
Daresh Posted October 11, 2017 Share Posted October 11, 2017 People are still looking for solution for this issue, so I'm happy to let you know that there is a module doing this, check out this thread. 1 Link to comment Share on other sites More sharing options...
Recommended Posts