App reviews, troubleshooting, and recommendations
I need to display shipping time, if the product is in "Europe Warehouse" collection then the field should display "1-5 days"
if there product is not listed in "Europe Warehouse" collection
then then the field should display "5-20 days"
Below my code. It almost work, but unfortunately if there is more collection it always repeat the result, And for product that is in Europe Warehouse it shows 1-5 days, but for all other product that are in few collections it shows: 5-20 days 5-20 days 5-20 days 5-20 days 5-20 days
CODE:
{% for collection in product.collections %}
{% if collection.title contains "Europe Warehouse" %}
Shipping time: 1-5 days
{% then %}
Shipping time: 5-20 days
{% endif %}
{% endfor %}
Shopify and our financial partners regularly review and update verification requiremen...
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