View Single Post
  #4  
Old 07-30-2010, 08:37 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: inventory images

{if $product.avail gt 0}
<img src="image for IN stock" width="xx' height="xx" alt="xx" />
{else}
<img src="image for OUT of stock" width="xx' height="xx" alt="xx" />
{/if}

This goes in template files not php files
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote