When i use this code it works
{% assign userregionid = cookies.user_region %}
-
{% for tag in product.tags %}
{% if product.tags contains '25KG'%} <<<<
But when i use this userregionid have a value of ‘25KG’ from my cookie my filtering code wont work
{% assign userregionid = cookies.user_region %}
-
{% for tag in product.tags %}
{% if product.tags contains userregionid%} <<<<