All things Shopify and commerce
Hi - I have two collections - wholesale and custom items - that I want to exclude from related product suggestions. How can I do this?
Hello @Ulka ,
You can do this from shopify free app, the app name is search and discovery, In this app have option to show recommendation related product,
The changes reflect take 30sec or 1 mint.
Thank you. I didn’t know about this feature. However, I do not want to implement this manually for every product, as that would be a lot of work. I want to exclude entire collections from all recommended products. Is that possible?
Here is your solution,
<div class="container">
<strong>Related Content: </strong> This product is part of
{% for product_collection in product.collections limit:10 %}
//contains call title of collection which you want to show.
{% if product_collection.title contains 'Best' or product_collection.title contains "Most" or product_collection.title contains "Latest" %}
title has a match and has been removed
{% endif %}
{% endfor %}
</div>
Any guidance on how to do this?
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024