View Single Post
  #2  
Old 03-11-2003, 10:35 PM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

If you amend skin1/modules/recommended products/recommends.tpl

to:

Code:
{* $Id: recommends.tpl,v 1.2 2002/10/22 10:27:05 olga Exp $ *} {if $recommends} {capture name=recommends} {section name=num loop=$recommends} <table border=0 width=100% cellspacing=0 cellpadding=0> <tr><td width=110 align=left valign=top> <a href=product.php?productid={$recommends[num].productid}&cat={$cat}>{include file="product_thumbnail.tpl" productid=$recommends[num].productid image_x=100 product=$recommends[num].product}</a> </td> <td valign="top"> <span class="ItemsList">{$recommends[num].product}</span> <font size=1> {$recommends[num].descr|truncate:300:"...":true} </font> </td> </tr> </table> {/section} {/capture} {include file="dialog.tpl" title=$lng.lbl_recommends content=$smarty.capture.recommends extra="width=100%"} {/if}
__________________
ex x-cart guru
Reply With Quote