Magento - Setup Inventory



Inventory allows setting a product's stock quantity. For instance, you have a product with 100 units in stock. If you set the stock availability to "Out of Stock" then it will force the item to be out of stock. We will see how to configure and manage the inventory settings in Magento.

Step 1 − Login to your Magento Admin Panel.

Step 2 − Go to System menu and click on the Configuration option.

Magento Setup Inventory

Step 3 − Click on the Inventory option under the Catalog section on the left side of the screen which contains two panels Stock Options and Product Stock Options as shown in the following screen.

Magento Setup Inventory

Step 4 − The Stock Options panel pops up which contains some settings.

Magento Setup Inventory
  • Set Items' Status to be In Stock When Order is Cancelled − It displays the status of the item in the stock when order is cancelled. By default, it is set to Yes.

  • Decrease Stock When Order is Placed − It indicates whether the stock quantity of the product should be reduced when an order is placed. By default, it is set to Yes, meaning it decreases the stock of the products when an order is placed.

  • Display Out of Stock Products − As the name suggests, it displays the products which are out of stock. By default, stock products are not shown in the catalog. If you want the product to be visible to the customer, then set it to Yes.

  • Only X left Threshold − It is used to set threshold number. When the units of that product have dropped to that number, it will display Only X left message on the product details page. By default, it is set to 0 which means it is disabled.

  • Display products availability in stock in the frontend − It displays the availability of stock products by setting it to Yes option.

Step 5Product Stock Options panel contains settings related to managing the stock of the products.

Magento Setup Inventory
  • Manage Stock − By default, it is set to Yes which means it specifies the number of products per unit and it decreases the stock of the products when an order is placed.

  • Backorders − By default, it is set to No Backorders option. If it is enabled, customers can buy products even if they are out of stock. If you want to allow backorders, then set this option to Allow Qty Below 0 (customers are able to backorder the products) or Allow Qty Below 0 and Notify Customer (customers can backorder the products which will be notified on the shopping cart page of the frontend).

  • Maximum Qty Allowed in Shopping Cart − It is used to set the maximum number of units per product that customer can order. This means customers can order the maximum allowed quantity from certain product. By default, it's set to 10000.

  • Minimum Qty Allowed in Shopping Cart − It is used to set the minimum number of units per product that the customer is required to purchase.

  • Qty for Item's Status to Become Out of Stock − It displays the message as "Out of Stock", when the quantity of the product becomes zero.

  • Notify for Quantity Below − By default, it is set to 1 which notifies when stock of the product reaches one. If you enter 0, it will disable the option. You will be informing with RSS feeds. To do this, you need to go to Catalog menu > Manage Products and click on the link Notify Low Stock RSS as shown in the following screen.

Magento Setup Inventory

When you click on the link, it will ask for admin username and password.

  • Enable Qty Increments − By default, this option is disabled. If you set this option to Yes, a field labeled Qty Increments will appear just under it. You can type the number of products that make up a quantity increment.

  • Automatically Return Credit Memo Item to Stock − By default the products in the order are not returned to stock. If you want items from orders that you refund to be returned to stock, set the option to Yes.

Fill all information in the respective fields and click on the Save Config button.

Advertisements