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
|