hi guys i want my best sellers to display the thumbnail instead of the text how would i change the code for that?
Code:
{foreach from=$bestsellers item=b name="bestsellers"}
<strong>{math equation="x+1" x=$smarty.foreach.bestsellers.index}.</strong>
<a href="product.php?productid={$b.productid}&cat={$cat}&bestseller=Y">{$b.product|escape}</a>
<br />
{/foreach}
please help