Get Free Audit

How to Set up Shopify Inventory Management

Jan 21, 2021

6894 Dmitriy Parhomenko

How to Set up Shopify Inventory Management

In this article, we are going to discuss inventory management on Shopify and how to show in-stock quantity for the products with and without variants on any page. Besides that, we will explain how to hide out of stock variants and set up Shopify back in stock notifications.

Table of Contents:

How to show quantity in stock
How to show quantity in stock for products with variants
How to hide out of stock product variants
How to set up Shopify back in stock notification

Product inventory management helps online merchants to monitor the quantity of each product available at their webstore at the moment of time. It is specifically useful for companies selling various types of different products as it helps to avoid offering or selling more items than you actually have in stock. Another advantage is that tracking the inventory, an online store owner is always aware when more products should be ordered or manufactured.

The Shopify stock counter can be added to any page but the most common place is either a product or a collection page. To enable this feature, you need to edit your liquid theme code. Read on to get all the info you need.

ecommerce development

Contact us and get a free audit of your Shopify store!

Improve your website with BelVG

Request free website health check

How to show quantity in stock

To display information about the number of products available for sale, you need to follow these steps:

1. First, you need to add a translation for the new text content. It can be done in Locales > en.default.json. There, you should place the translation in the product object as you see on the screenshot below.


shopify show quantity in stock

 

2. After that, you need to open Sections > product-template.liquid and add the condition of the {% else %} form in which we place the code that displays whether a product is available in stock or not. You can find an example screenshot below.


 

show-product-quantity-number-left-in-stock-shopify

 

3. Depending on the product’s quantity, the user will see different information.

Here is what you get if the product has run out of stock:

 

shopify-display-quantity-in-stock

 

shopify-out-of-stock

 

If the product quantity is from 1 to 10, the result will look like this:

 

shopify-out-of-stock-message

shopify-inventory-management-config

 

If the product quantity is more than 10, on frontend it will show that it is available in stock without specifying the number of items left.

 

how-to-code-for-out-of-stock-on-shopify

shopify how to change out of stock

 

How to show quantity in stock for products with variants

Let’s say your products are available in different colors, sizes or materials. Then, you need to have a different stock counter for each product variant.

In case you have not added product variants yet, you can learn how to do it in another Shopify article on our blog.

You can expand the code to cover different variants, following these steps:

1. First, you need to proceed to Theme > theme.liquid and in the “theme” object specify the translation to use it in JS as you see here:


 

how-to-show-product-as-out-of-stock-on-shopify

 

2. Then, you need to open Sections > product-template.liquid and add a condition to show the availability of a product variant:


 

shopify-buy-out-of-stock-items

 

3. The next step is to go to Assets > theme.js and use the “CTRL + F” hotkeys search to find “if(variant)”. You need to place the following code there as you see on the screenshot below. It is responsible for changing displayed information about the product availability when switching variants:

 


 

shopify-product-inventory

 

4. To test whether the function works properly, you can set a different quantity for each product variant:

 

shopify-inventory-tracker

 

After that, you need to check the frontend:

 

shopify-inventory-management-setup

 

After all the above steps have been performed, we can check the whole code and how displaying product availability works for products with and without variants.

 

shopify-manage-inventory

 

Web Design

Need a custom Shopify theme?

Our designers and developers are looking forward to your project!

Contact us

How to hide out of stock product variants

Let’s discuss what you need to do in case you want to hide the out of stock product variants on pages. First, you need to follow this link and choose a required piece of code depending on the theme you are using. In this article, we’ve chosen the Debut theme as an example so we use the following code:

 


The correct piece of code should pasted at the end of theme.js as you see on the following screenshot:

 

inventory-management-shopify

 

After you have added the code, you can test whether hiding sold-out product variants works correctly.

 

shopify-track-inventory

 

How to set up Shopify back in stock notification

If you want to give your customers an opportunity to wait for the desired product and get notified once it is available, you need to create a form that will notify you as a store owner that a certain customer is interested in a certain product.

1. For convenience, let’s create a form snippet. You need to go to Sections > product-template.liquid and insert the following line after the form:


 

shopify-inventory-sync

 

2.Then, you should open the Snippets folder and add a new back-in-stock-notification.liquid snippet. You need to copy and paste there a piece of code that you can see below. There are styles that are responsible for hiding and showing the form.

 


 

shopify-inventory-integration

 

3. Then you need to add the text content that will appear on the page when a customer interacts with the form. In order to do it, you should open Locales > en.default.json and add the translation in the product object:


 

best-shopify-inventory-management

 

4. After that, you need to proceed to Assets > theme.js and create a new  “_backInStockNotification” method above the “_updateAddToCart” method:


 

shopify-inventory-reports

 

5. Then, you set up calling the new method when displaying product variants:


 

shopify-update-inventory

 

6. Time to check how the notification form is displayed on frontend.

Here is what you get for a product without variants:

shopify-inventory-control

 

The result for a product that has variants should look like this:

 

shopify-inventory-viewer

 

And finally an email with the correct content should be sent to the email you put in the form:

 

shopify-show-inventory

 

Another way to set up customer notifications is by using one of the Shopify apps. For example, you could use this app: Back In Stock ‑ Restock Alerts. The advantage of using the app over the form that we described above is that it automatically notifies customers when a product is back in stock.

Want to learn more about Shopify development? Check other articles of this author:

Good sales to you!

Vlad Yunusov
Partner With Us Looking for a partner to grow your business? We are the right company to bring your webstore to success. Talk to Vlad

2 Comments

Post a new comment

BelVG Newsletter
Subscribe to our mailing list and get interesting stuff and updates to your email inbox.
Email *