View Single Post
  #25  
Old 08-26-2010, 03:52 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: How do I change the "out of stock" message to "sold out"?

{if $product.stock_indicator ge 1}
CONDITION IF MORE THEN 1
{elseif $product.stock_indicator lt 0}
CONDITION IF LESS THEN 0
{else}
ALL OTHER
{/if}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote