Default Inventory Setting

Hi



Does anyone know if there is a way to set the default Inventory setting on a product to be “Do not Set” and the default Inventory value to be 0?



Just because when I go to add a new product manually it always adds one in stock if I forget to change it. I use Inventory on some but not all items so I don’t want to disable inventory.



Thanks,

Doug

/skins/basic/admin/views/products/update.tpl


```php



{$lang.in_stock}:

{if $product_data.tracking == “O”}

{include file=“buttons/button.tpl” but_text=$lang.edit but_href=“product_options.inventory?product_id=$product_data.product_id” but_role=“edit”}

{else}



{/if}

```

Thanks!