5
hitko
7y

Customer's idea of checking if hotel delivery is available:

IF ("Location name" CONTAINS "hotel delivery") THEN ...

Note it's a multilanguage site, so location name could be in either of about 30 languages...

Comments
  • 2
    @filthyranter There's already a field for that in the data, I'm just amazed how customer thought some translatable string would be more appropriate for that
  • 3
    Customers are idiots.
Add Comment