Out stock products

I want to disappear out stock products only from collection page.

1 Like

Hi @eslamibrahim , Can you kindly share your store link (with the password protected, if any) with us? We will check it and suggest you a solution if possible.

https://level-up.gg/collections/gaming-laptop

1 Like

Hi,

Need to add an inventory check code at collection.liquid (product display loop)

Example of code

{% for product in collection.products %}
  {% if product.available %}
    
  {% endif %}
{% endfor %}

Hi @eslamibrahim ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes: