HI! I am trying to exclude a specific product from a repeated content block (the administration fees)). I am using event data for the logic. I have entered the following logic:
event.ProductnamenList.title != 'Administratiekosten (eenmalig)'
The event is called ‘ProductnamenList’
The product variable is called ‘title’
The specific product is ‘Administratiekosten (eenmalig)’
However, the product ‘Administratiekosten (eenmalig)’ is still showing up in the order overview. What am I doing wrong?