View Single Post
  #9  
Old 03-27-2008, 12:07 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: Modding Bestsellers to work in vertcolumnright

Quote:
Originally Posted by toolexperts
ok this is weird if i change the code in the right menu in bestsellers to have it show bestsellers.tpl instead of menu_bestsellers.tpl, it works but the pics are very small

Change In this piece of code size tables and Images:
PHP Code:
<td width="30">
    <
a href="product.php?productid={$bestseller.productid}&amp;cat={$cat}&amp;bestseller">{include file="product_thumbnail.tpl" productid=$bestseller.productid image_x=25 product=$bestseller.product}</a>
    </
td

<td width="30">
and
.......
image_x=25 ........
Reply With Quote