View Single Post
  #4  
Old 11-30-2004, 07:46 AM
 
mikebo mikebo is offline
 

Advanced Member
  
Join Date: Feb 2004
Location: Ohio
Posts: 72
 

Default

Hi

In my products.tpl I have it placed right below this code:



{$products[product].descr|truncate:300:"...":true}


</FONT>
<HR size="1" noshade width="100%" align="left">

Here is what I added:

{if $products[product].avail > 0}
This item is available.

{else}
Sorry, this item is out of stock.

{/if}

Hope this does it for you.
__________________
Mike
X-Cart Gold
Version 4.6.0 PHP 5.2.17
Reply With Quote