View Single Post
  #1  
Old 02-05-2005, 06:47 AM
 
denizumut denizumut is offline
 

Newbie
  
Join Date: Feb 2005
Posts: 1
 

Default Imaged bestseller

Now I am sending the second one.

It changes the bestseller to pictured version.

/modules/Bestsellers/bestsellers.tpl

Code:
{* $Id: bestsellers.tpl,v 1.2 2002/09/05 12:43:35 zorg Exp $ *} {if $bestsellers} {capture name=bestsellers} <table cellpadding=0 cellspacing=0 border=0 width="156"> {section name=num loop=$bestsellers} <tr> <td> <div align="center">{include file="product_thumbnail.tpl" productid=$bestsellers[num].productid image_x=100 product=$bestsellers[num].product} {$lng.lbl_our_price}: <b class="ProductPrice">{include file="currency.tpl" value=$bestsellers[num].price}[/b] </div></td> </tr> <tr> <td colspan="2"><hr size="1"></td> </tr> {/section} </table> {/capture} {include file="dialog.tpl" title=$lng.lbl_bestsellers content=$smarty.capture.bestsellers extra="width=100%"} {/if}
__________________
other usernames are : deniz, zorounzet
Reply With Quote