Home › Forums › Plugins › Product Importer Deluxe › Support › [Resolved] Handling limited stock › Reply To: Handling limited stock
November 16, 2011 at 1:22 pm
#8753
Assemblo
Participant
As a temporary hacky fix I’ve edited the functions.php file and added this line:
$product->product_meta[‘unpublish_when_none_left’] = 1;
to line 1083.