View Single Post
  #1  
Old 05-22-2005, 12:54 PM
  august's Avatar 
august august is offline
 

Senior Member
  
Join Date: Jul 2003
Posts: 178
 

Default How to Show Images in Bestseller Box

Since nobody seems to find the solution, I start testing and got this:

In skin1/modules/Bestsellers/menu_bestsellers.tpl, find this:


And change it for this:

Quote:
<a href="product.php?productid={$bestsellers[num].productid}&cat={$cat}">{$bestsellers[num].product}
<div align="center">{include file="product_thumbnail.tpl" productid=$bestsellers[num].productid image_x=50 product=$bestsellers[num].product}</div>
</a>

You can change the size in image_x= any size you want

Have it working for version 4.0.13
__________________
"The point is, to make so much money, that money isn't the point anymore."

Pro Version 4.0.19
Gold Version 4.1.3
Linux
Reply With Quote