Solved

How to remove "sorry, there are no products in this collection"

Alex1510
Explorer
83 0 27

Hello there,

anyone can gently help How to remove "sorry, there are no products in this collection"

Much appreciated.

www.babyway.com.au/

Alex

Accepted Solution (1)

diego_ezfy
Shopify Partner
2958 568 891

This is an accepted solution.

Do this to fix it in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > styles.scss.liquid (or something similar to this) and paste this at the bottom of the file:

.collection-product-list .grid__item p{
    display: none !important;
}


Please let me know whether it works.

Kind regards,
Diego

View solution in original post

Replies 8 (8)

diego_ezfy
Shopify Partner
2958 568 891

This is an accepted solution.

Do this to fix it in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > styles.scss.liquid (or something similar to this) and paste this at the bottom of the file:

.collection-product-list .grid__item p{
    display: none !important;
}


Please let me know whether it works.

Kind regards,
Diego

Alex1510
Explorer
83 0 27

Hello Diego,

It works. thanks a lot!

diego_ezfy
Shopify Partner
2958 568 891

I'm glad to hear that, @Alex1510 

Next time feel free to contact me personally, I'll be happy to help.

Kind regards,
Diego

Daniel243
Visitor
2 0 0

Hi there! I still have this problem even if I copied that text. What can I if even this doesn't work?

Thanks!

johnalet
Visitor
3 0 0

Hello diego_ezfy,

Please kindly assist me, I have this same issue where created collections are not displaying in my online store. I got the response, Sorry, there are no products in this collection.

Thank you

mardel
Visitor
1 0 0

If this is still bothering you, it may just benefit you to remove the warning altogether.

 

From your Admin:

  • Click on Online Store, then click Themes.
  • In the Live theme section, click the Actions drop-down menu, then click on Edit Languages.
  • Click the Collections tab.
  • Under the General section, under No matches, let's try leaving this space blank.
  • Once that's done, click Save in the top right-hand corner of the page.
  • Check your website again and hit refresh. The problem should be solved.
HueyPilot
Visitor
1 0 0

Trying to do this, hoever when I go to themes I cannot find the actions button or menu you speak of

rootedflowers
Visitor
3 0 0

This is not working. Can you provide another solution?