View Single Post
  #20  
Old 01-05-2005, 11:56 AM
  CC's Avatar 
CC CC is offline
 

eXpert
  
Join Date: Jun 2004
Posts: 349
 

Default

I havent tested this, but see if this works in customer/main/product.tpl:

Code:
{* // 60 * 60 * 24 * 20 days in unix time = 1728000 *} {if ($product.add_date gt $smarty.now - 1728000) and ($product.add_date lt $smarty.now)} [img]{$ImagesDir}/mynew.gif[/img] {/if}

If you have this showing after the product name inside the main table on the product page the code has to be altered to fit within the dialog code.

All of that is untested, but i am sure it will work.
__________________
XC 4.2 inc (unofficial) patch release.
Reply With Quote