etailer / Etailer_Backorders

A Magento extension to allow negative values in a product's 'Qty for Item's Status to Become Out of Stock'
MIT License
5 stars 6 forks source link

Allow new bottom of $this->getMinQty() for backorder products only, n… #14

Open seansan opened 7 years ago

seansan commented 7 years ago

…ormal freeze at 0

Fixes problem where when product edit and save like P1: qty=0; min_qty=-2;No backorders;In stock

Expected result qty=0; min_qty=-2;No backorders;Out of Stock (as qty =0 and no backorders allowed)

Actual result qty=0; min_qty=-2;No backorders;In stock (min_qty also is allowed for normal products, but seeing we have this new behavior I can only assume one would only want this for backorderable products)