Hello everyone
I am using the Venue theme (version 7.0.2) and having trouble hiding products from the product recommendations section. I am using the Tepo Product Options App to add additional product options and use this code to hide products from recommendations
"
{% unless recommendation.tags contains "_hidden" %}
{% endunless %}
But these products are still showing up in the product recommendations section.
Thanks!