View Single Post
  #6  
Old 05-10-2005, 05:43 AM
 
Tye Tye is offline
 

eXpert
  
Join Date: Nov 2002
Location: Australia
Posts: 284
 

Default

Noope - that didn't work...

Here how I am using the code in the 'product.tpl'
Code:
<tr> <td valign=top align=left rowspan=2 width=100> {include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.image_x image_y=$product.image_y product=$product.product tmbn_url=$product.tmbn_url}<div align=center">[img]{$ImagesDir}/extra/{$param01}[/img]</div> </td> <td valign=top> <span class=> {if $product.fulldescr ne ""}{$product.fulldescr}{else}{$product.descr}{/if} </span>

Upon further examination - it looks like this isn't going to work - I think I should be editing the 'product.tpl' for the modules/extrafields directory.

My aim has actually changed from my original post - I now want to place a 'new' icon underneath the thumbnail on the 'customer/main/product.tpl'

I am not sure it this can be done with extra fields... please tell me I'm wrong
__________________
Today is a beautiful day, grab it while you can and live it to the full

Version 4.2.3 UNIX
Reply With Quote