View Single Post
  #11  
Old 01-18-2010, 03:03 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Displaying number of items left when product quantity reaches certain level

You have to put an if statement in the product.tpl and products list pages something like
{if $product.avail eq 5}
do this
{elseif $product.avail eq 1}
do this
{/if}
but also have to account for variants

Can't give you exact code without looking at your files
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote