Is there a setting somewhere to prevent the system from deleting lots that sell out? Right now, if a customer buys all of an item I have listed, it deletes the listing. I would like it to keep the listing with a quantity of 0. Is that possible?
Thanks!
OOO_Shiny
Free U.S. Shipping
Comments
// Experimental, set to non-zero to retain all lots on BL, BO and tracked inventory
retainemptylots = 1;
And if you wanna reuse empty lot's, make sure this line ain't zero as well:
// Experimental, set to non-zero to reuse existing and empty BrickOwl lots with matching external_id/LotIDs
brickowl.reuseempty = 1;