How can remove or hide particular collection’s product it from all products list .
There is showing all products in all collection. But I want to hide particular collection’s product.
How can remove or hide particular collection’s product it from all products list .
There is showing all products in all collection. But I want to hide particular collection’s product.
Hey @farukweb
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
{% if product.title contains "Gerovital GH3 Advance" %}
{% endif %}
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
If i have more than 50 products in particular collection, then how can remove from all products? Actually I want to remove particular collection from all products.
Your code is not working. I have done it same way.