View Single Post
  #8  
Old 10-19-2015, 11:11 AM
  razortw's Avatar 
razortw razortw is offline
 

X-Cart team
  
Join Date: Feb 2015
Posts: 807
 

Default Re: Default Product Values

Quote:
Originally Posted by superdave144
5126 I think
Thanks.
To change the default quantity you should change the value of the AMOUNT_DEFAULT_INV_TRACK constant in the /classes/XLite/Model/Inventory.php file (line 49)
By default it is
Code:
const AMOUNT_DEFAULT_INV_TRACK = 1000;
Just change it to
Code:
const AMOUNT_DEFAULT_INV_TRACK = 1;
and re-deploy the store.
__________________
Best regards,
Igor Pudovkin
X-Cart hosting team