View Single Post
  #2  
Old 01-03-2009, 09:26 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Changing the default number in stock from 1000

skin1/main/product_details.tpl - around line 228:

<input type="text" name="avail" size="18" value="{if $product.productid eq ""}{$product.avail|default:1000}{else}{$product.av ail}{/if}" />

Change the 1000 to 1
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote