Website Building » Shopify » Can You Show Stock Levels on Shopify?

Can You Show Stock Levels on Shopify?

Last updated on January 8, 2023 @ 8:49 am

Shopify is a platform for businesses of all sizes to create an online store. It offers users a customizable platform, an easy-to-use checkout process, and a wide range of features.

One of the features that Shopify offers is the ability to show stock levels on your product pages. This can be a useful feature if you want to let customers know how many items are available, or if you want to track inventory levels.

PRO TIP: If you are thinking about using the Shopify platform to sell your products, you should be aware that there is no built-in way to show stock levels on your store. This means that if you are selling products that are in high demand or have a limited supply, your customers may be disappointed when they find out that the product is out of stock.

To enable stock levels on your Shopify store, go to Online StoreThemes and click Customize.1. In your Shopify Admin Dashboard, go to Online Store - Themes and click Customize.In the Theme Customizer page, from the top menu select products and select the desired template, in this case, we are editing the Default product template and then clicking Default Product. 2. Click Default ProductChoose where you want the stock level to appear and click Add block.3. Choose where you want the stock level to appear and cllick add blockClick Custom Liquid.4. Click Custom LiquidPaste the Custom Liquid Code and then hit Save. This will display the quantity of your product from 1 – 10 and if it is more than 10, it will display “We have more than 10 in stock”

{% assign current_variant = product.selected_or_first_available_variant %}
 <div class="inventoryNote form__label">
 {% if current_variant.available %}
 {% if current_variant.inventory_quantity > 0 and current_variant.inventory_quantity <= 10 %}We have {{ current_variant.inventory_quantity }} in stock
{% elsif current_variant.inventory_quantity > 10 %}We have more than 10 in stock
 {% endif %}
 {% endif %}
</div>

5. Paste the Custom Liquid Code and then Hit SaveThis is how it will look in your Shopify Store.6. SampleStock levels can be a useful feature for Shopify stores, but they’re not required. If you don’t want to show stock levels on your store, you can simply undo the process.

Madison Geldart

Madison Geldart

Cloud infrastructure engineer and tech mess solver.