Search code examples
prestashopprestashop-1.6prestashop-1.5prestashop-1.7

What is out_of_Stock in the ps_stock_available table in prestashop database


I want to know what is out_of_Stock in the ps_stock_available table in prestashop database??? What does it mean?


Solution

  • out_of_stock regards the Quantity panel in product page of PrestaShop backend.

    If out_of_stock is 0, when a product is furi warehouse refuses the order.

    If out_of_stock is equal to 1, when a product is furi warehouse accepts the order.

    If out_of_stock equals 2, when a product uses the default behavior.