Hi I would like to remove certain related products if the product includes a ‘sell’ tag.
Here is my code:
{{ section.settings.heading }}
-
{% for recommendation in recommendations.products %}
- {% render 'card-product', card_product: recommendation, media_aspect_ratio: section.settings.image_ratio, show_secondary_image: section.settings.show_secondary_image, show_vendor: section.settings.show_vendor, show_rating: section.settings.show_rating %} {% endfor %}