View Single Post
  #9  
Old 01-07-2009, 11:04 PM
  Vetrivel's Avatar 
Vetrivel Vetrivel is offline
 

eXpert
  
Join Date: Apr 2008
Posts: 398
 

Default Re: Adding text to products.tpl

You mentioned that stock level for the preodered product is zero.
Then why dont you try this:
{if $products[product].avail eq "0" or if $products[product].avail lt "0" }
Enter your text here..
{/if}
Reply With Quote