View Single Post
  #2  
Old 02-19-2008, 01:39 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: Featured Products add Stock option.

Paste the following code in a file "customer/main/products.tpl", where quantity of the goods should be displayed.
PHP Code:
{if $products[product].avail gt 0}{$lng.txt_items_available|substitute:"items":$products[product].avail}{else}{$lng.lbl_no_items_available}{/if} 
Reply With Quote