All things Shopify and commerce
I would like to change the message when a collection is empty from the default "No products found." I was able to hide the note about changing filters but can't understand how to alter the actual default text. Ideally, I would like to be able to customize this note for different collections. Current collection in need of help is https://bluebluedriver.com/collections/one-of-a-kind.
Hello @bluebluedriver ,
Welcome to the Shopify community.
To customize the "No products found." message for different collections on your Shopify store, you will need to modify the theme’s Liquid templates. Here’s how you can achieve this:
Access Your Theme’s Code:
Locate the Collection Template:
Find the Empty Collection Message:
<p>{{ 'collections.general.no_matches' | t }}</p>
Customize the Message:
{% if collection.products_count == 0 %}
{% if collection.handle == 'one-of-a-kind' %}
<p>We currently don't have any one-of-a-kind items available. Please check back later.</p>
{% else %}
<p>No products found.</p>
{% endif %}
{% endif %}
Save Your Changes:
Here is a more detailed example of how to customize the message for different collections:
{% if collection.products_count == 0 %}
{% case collection.handle %}
{% when 'one-of-a-kind' %}
<p>We currently don't have any one-of-a-kind items available. Please check back later.</p>
{% when 'another-collection' %}
<p>This collection is empty at the moment. Please explore our other products.</p>
{% else %}
<p>No products found.</p>
{% endcase %}
{% endif %}
By following these steps, you can customize the "No products found." message for different collections on your Shopify store. If you need further assistance, feel free to reach out.
Best regards
You can change that text from store admin > Sale channels > Online Store > Themes, click "..." in current theme > Edit default theme content, search for your text and replace it
- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. ☕ Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025