Hi guys. Trying to build an email for a pet brand. Depending on what a customer bought we want to show them:
- Cat related content
- Dog related content
- Cat & Dog related content
So the email is broken up into 3 sections all with their own Show/Hide logic on the section. Now the Shopify store has a lot of item variables, so we figured we could use top level “Collections” in order to target cat/dog/both. I’ve made three branches within a flow - one for dry food, one for wet food and then treats. The wet & dry are working fine - however treats email keeps telling me there is invalid syntax?? Can someone tell me if the following logic I’ve used is correct?
Basically I’m telling it if Cat treats appears in collections and not dog treats or dental sticks, show the cat related content. Is it broken because I’ve used 3 pieces of logic? Or am I missing something?
I’ve done this for the other two blocks as well:
"Dog Treats" in event.Collections and "Dental Sticks for Dogs" in event.Collections and not “Cat Treats” in event.Collections.
"Dog Treats" in event.Collections and "Dental Sticks for Dogs" in event.Collections and "Cat Treats" in event.Collections