View Single Post
  #2  
Old 09-16-2008, 12:26 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: Availability information in Product page

Use this code:

PHP Code:
{if $config.General.unlimited_products ne "Y" and $product.distribution eq ""}
{if 
$product.avail gt 5}
        
Availabilityin stock
    
{elseif $product.avail gt 0}
        
Availabilitylimited
    
{else}
        
Not in stock
    
{/if}
{/if} 
Reply With Quote