App reviews, troubleshooting, and recommendations
Hi everyone,
Perhaps someone can help. I have added and been setting up Zepto, product personalizer app.
I have selected that it creates a new personalised product which then stays on the store, in their help section it says how to 'hide newly created product by the app'. I am rather new to shopify and don't understand what or how to do it.
If anyone could help explain it to me and how I can do it I would very grateful, here is what it says:
Find any “for” loops for products in the collection:
{% for product in collection.products %}
and add this snippet right after the opening of the loop:
{% if product.type == 'PPLR_HIDDEN_PRODUCT' %}{% continue %}{% endif %}
You may also need to do this if the collection shows a list of product types in a dropdown — replaceproduct.type
with whatever is needed to skip our type.
Sometimes there are multiple collection templates, and this change should be applied to each template.
Find any “for” loops for items in the search results:
{% for item in search.results %}
and add this snippet right after the opening of the loop:
{% if item.type == 'PPLR_HIDDEN_PRODUCT' %}{% continue %}{% endif %}
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025